This content has moved.
Please go to bagder/TRRprefs for the current incarnation of the docs, and please help us out polish and maintain this documentation!
This content has moved.
Please go to bagder/TRRprefs for the current incarnation of the docs, and please help us out polish and maintain this documentation!
| #!/bin/sh | |
| # /etc/NetworkManager/dispatcher.d/pre-up.d/randomize-mac-addresses.sh | |
| # INSTALL | |
| # | |
| # > curl -L 'https://gist.github.com/paulfurley/46e0547ce5c5ea7eabeaef50dbacef3f/raw/56ee5dd5f40dec93b8f7438cbdeda5475ea3b5d2/randomize-mac-addresses.sh' |sudo tee /etc/NetworkManager/dispatcher.d/pre-up.d/randomize-mac-addresses.sh | |
| # > sudo chmod +x /etc/NetworkManager/dispatcher.d/pre-up.d/randomize-mac-addresses.sh | |
| # Configure every saved WiFi connection in NetworkManager with a spoofed MAC |
| /* | |
| DECOMPILED SOURCE FOR MS RPC DCOM BLASTER WORM | |
| <http://robertgraham.com/journal/030815-blaster.c> | |
| This file contains source code for the "msblast.exe" worm | |
| that was launched against the Internet on August 10, 2003. | |
| This "source-code" was decompiled using "IDApro", an | |
| "interactive disassembler". IDA is the most popular tool |
| #!/bin/bash | |
| # | |
| # INSTALL | |
| # ------- | |
| # 1.) Create directory structure | |
| # <base_dir> | |
| # <base_dir>\bin | |
| # <base_dir>\etc | |
| # <base_dir>\log | |
| # <base_dir>\rrd |