Tag Archives for script

Spoofer – Automated arp / dns poisoning

I have knocked up a little menu driven python tool called spoofer. Spoofer takes the leg work out of getting a system set up for man in the middle attacks. Here is the code:

Spoofer relies on you having … Continue reading

27. March 2012 by Matt
Categories: Hacking, linux, Programming, Python, Uncategorized | Tags: , , , , , , , , , | 2 comments

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

Pivoting with metasploit

Metasploit has a nice feature which allows you to send scans & exploits over a connected session. For example, say you compromise a machine using an ftp exploit, now you have a foothold into that network you may want to … Continue reading

17. October 2011 by Matt
Categories: Hacking, internet, linux, Tutorial | Tags: , , , , , , , , , | Leave a comment

← Older posts