I hereby claim:
- I am brunocvcunha on github.
- I am brunocvcunha (https://keybase.io/brunocvcunha) on keybase.
- I have a public key whose fingerprint is C244 3A1E 9144 92AC A5F3 111F ACDB BDD4 324B 84C1
To claim this, I am signing this object:
mvn project-info-reports:dependencies |
$ git clone https://github.com/feross/SpoofMAC.git | |
$ cd SpoofMAC | |
$ python setup.py install | |
$ cd scripts | |
$ python spoof-mac.py list | |
- "Ethernet" on device "en0" with MAC address 3C:07:54:55:71:41 | |
- "FireWire" on device "fw0" with MAC address A4:B1:97:FF:FE:9E | |
- "Wi-Fi" on device "en1" with MAC address 68:A8:6D:1B:FE:E4 currently set to 00:E0:B8:1B:FE:E4 | |
$ python spoof-mac.py set 00:00:00:00:00 en1 # or whatever mac address you want |
screencapture -iW /path/to/output.png |
I hereby claim:
To claim this, I am signing this object:
BEGIN KEYBASE SALTPACK SIGNED MESSAGE. kXR7VktZdyH7rvq v5wcIkHbsBmiVyE 61C6ziUKZER9AnP LwMO2r5oY2t8P47 6pTf4SL4iYzeiBf 70yR5gptaMYGaeB Y1UR3PDZfSqmFRl Af0DOKxNqhCz70Z yvpTN2aCAN6DIOY SSZtUdCfK3vAccS OCCY39tqstHSvRK cjQEUJCiWx2x5f4 1nYCM9u0xwdJsHe PD20BkQcDU4hY4L CbJXGBTI4hJaQwA aKyxG7TwLg3B9o0 ifnZ8miDddJjhcj 14FOW4jMWi0EKo9 yUALfvxzv6QTRFB G9oga11focRkQ8n VOVuHeBaA9UxMW3 agKon8uHclzgt0b YqILPXpE3Ez8TxL t6hvmpdfti4XljP mDzqOtJxkdk2Nq4 4QaO8G8uzCCO0au qTQ4CqQ5KaE2VMJ JOyiZ2VbHgHoYu0 VU. END KEYBASE SALTPACK SIGNED MESSAGE. |
#!/usr/bin/env python | |
######################################### | |
# | |
# SYNflood - A multithreaded SYN Flooder | |
# author: arthurnn | |
# | |
# | |
######################################### | |
import socket, random, sys, threading | |
from scapy.all import * |
#!/usr/bin/perl | |
##################################################### | |
# udp flood. | |
# | |
# gr33ts: meth, etech, skrilla, datawar, fr3aky, etc. | |
# | |
# --/odix | |
# source: https://dl.packetstormsecurity.net/DoS/udp.pl | |
###################################################### |
#!/bin/bash | |
# | |
# DROPKICK.SH | |
# | |
# Detect and Disconnect the DropCam and Withings devices some people are using to | |
# spy on guests in their home, especially in AirBnB rentals. Based on Glasshole.sh: | |
# | |
# http://julianoliver.com/output/log_2014-05-30_20-52 | |
# | |
# This script was named by Adam Harvey (http://ahprojects.com), who also |
mvn release:prepare | |
mvn release:perform |
mvn project-info-reports:dependencies |