Skip to content

Instantly share code, notes, and snippets.

View malixsys's full-sized avatar
💻
Coding

Martin Alix malixsys

💻
Coding
View GitHub Profile
{
"presets": [
"env"
]
}
describe('DiscoverQuery', () => {
let called;
let deferred;
let oldFetch;
beforeEach(() => {
called = defer();
deferred = defer();
oldFetch = window.fetch;
window.fetch = jest.fn().mockImplementation(async () => {
@malixsys
malixsys / kali_osx_persistence_wifi_disk2.md
Last active November 17, 2021 19:14 — forked from widdowquinn/kali_osx_persistence_wifi.md
Kali Linux Live USB with persistence and wireless on Macbook Pro

Kali Linux Bootable USB with Persistence and Wireless on OSX

Download the appropriate Kali Linux .iso

I used a 64 bit .iso image, downloaded via HTTP. I downloaded the amd64 weekly version, as the pool linux headers (needed below for installation of wireless drivers) were ahead of the stable release kernel.

Download the SHA256SUMS and SHA256SUMS.gpg files from the same location.

@malixsys
malixsys / index.html
Last active April 24, 2023 20:39
Mon voyage en Europe
<!doctype html>
<html lang='en'>
<head>
<meta charset='utf-8'>
<meta name='viewport' content='width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no'>
<title>Mon voyage en Europe</title>
<link rel='stylesheet' href='https://cdnjs.cloudflare.com/ajax/libs/reveal.js/3.6.0/css/reveal.min.css'>
<link rel='stylesheet' href='https://cdnjs.cloudflare.com/ajax/libs/reveal.js/3.6.0/css/theme/black.min.css'>