Built with an A-version BeagleBone Black, this WiFi Taser by Max Henstell turned a Pringles can into an antenna gun of sorts, using Python to send deauth packets to knock nearby laptops off wi-fi. How to kick everyone around you off wifi with Python →
Tag Archives: python
Automatic Website Publishing with git-ftp.py on Mac OS X
On a recent project I collaborated on, deployment happened via git-ftp.py, a Python script which automatically publishes your git repository to an FTP server. The script itself works with with an git-rev.txt file on the FTP server which keeps track of the last published commit. When deploying via git-ftp.py, the script only uploads the changes […]