Archives
-
ACT Broadband Portal Auto Login [Python]
Folks, As you know the default login page for ACT portal (only ACT Broadband subscribers) is quite pesky and it never saves the password which you issue always. So it becomes quite irritating process to issue the credentials each time you want to unlock your internet connection. Here is a script which would automate the [...]
Apr 21st, 2012 | Filed under Programming -
XML/PCAP String Extract and Search Tool
Folks, I am just done with writing a small code snippet to parse a Pcap file which will let you search for patterns/strings after parsing an XML file. Lets say, you have an XML file and you have defined all the strings/attribute values over there which you want to search one-by-one against a Pcap. Well [...]
Mar 22nd, 2012 | Filed under Programming -
Metasploit Encoders and Code Injection Whitepaper
Folks, I just came across with an excellent whitepaper published in PacketStorm Security website and couldn’t stop sharing with you about it. This paper gives you a very brief idea about various types of payload encoders which are present inside Metasploit tool. If you really want to know what type of payload you craft while [...]
Mar 8th, 2012 | Filed under Security -
PyDbg: An Installation Guide
PyDbg is one of the coolest User-Mode (Ring3) debugger available which is open source and completely scriptable in Python. If you want to parse the exe, decode instructions on the fly then this is the right choice for you! You can even code your own API Hooking, Monitoring tools (can be extended in various ways [...]
Mar 8th, 2012 | Filed under Security -
Empathy MSN Connection Issue [Solved]
Folks, If you are having issues with connecting to MSN messenger through Empathy in Maverick (Ubuntu v10.10), then you can resolve this issue by modifying the file “RequestMultipleSecurityTokens.py”. Atleast this solution worked for me!! If still the below solution doesn’t work then kill the butterfly process, restart empathy IM again and re-login to MSN. It [...]
Dec 28th, 2010 | Filed under Tech -
Variable Declaration Type Error Scanner [Python]
Hi Folks, Seems I am kinda lost these days from blogging. However I am happy to add another post into blog today. Hope you will like it. I am not sure till how far this python script is going to help people but I hope somehow you can make changes based on your requirements and [...]
Sep 8th, 2010 | Filed under Programming -
ISC BIND DNS Version Detection
Folks, Here is a sample script which can be used to fetch remote BIND DNS Version by crafting your own DNS structured packets. Currently, this script is not a stable release. As sometimes it hangs while the code doesn’t fetch the response from the server. I am using pdb module to figure out why its [...]
Feb 28th, 2010 | Filed under Programming