Tag Archives for programming

OS X Packet Forwarding

Wow, first post of 2013. Here is a quick python script I put together to enable/disable packet forwarding in OS X. To be used in conjunction with arp spoofing etc.

19. February 2013 by Matt
Categories: apple, Hacking, Programming, Python | Tags: , , , , , , , , , , , | Leave a comment

[Python] Auto live host discovery and nmap scanner

Here’s a little tool I wrote that scans a range of IP addresses to find live hosts, then launches an nmap scan against each live IP. Tested and running in BackTrack and other Debian based distributions. Requires fping and nmap … Continue reading

30. May 2012 by Matt
Categories: Hacking, internet, Programming, Python | Tags: , , , , , , , , , | Leave a comment

Credential harvesting via ARP poison [UPDATED]

Is it me or when your programming skills improve you find yourself looking back over past programs you created and think to yourself why didn’t I do that like this? I spent a fair few hours over the past weekend … Continue reading

04. January 2012 by Matt
Categories: Hacking, internet, linux, Programming | Tags: , , , , , , , , , | Leave a comment

Script to join avi files [UPDATE]

I posted a while ago with a script to join two parts of an avi file, split files are common with downloaded video. I have modified the program so it now uses command line arguments. You can download it here. … Continue reading

02. January 2012 by Matt
Categories: linux, Programming, video | Tags: , , , , , , , | Leave a comment

Python hash creator

I have knocked up a little python script that takes user input and creates a hash. You have the option of selecting md5, sha1, sha224, sha256, sha384 or sha512. You can download the program from here (right click, save as).

02. January 2012 by Matt
Categories: Hacking, linux, Programming | Tags: , , , , | Leave a comment

← Older posts