A small script that tests for LFI or local files inclusion vulnerability. This script is written in Python. Written by: KrypTiK #!/usr/bin/python # -*- coding: utf-8 -*- # Made By KrypTiK import httplib2 import urllib2 import sys import re print "Ex. http://127.0.0.1/index.php?page=" baseurl = raw_input("Enter a url: ... Read More »
Category Archives: Python
Feed SubscriptionWeb server HTTP DOS tool – Hulk
Introducing HULK (Http Unbearable Load King).1-twitter-dos-data In my line of work, I get to see tons of different nifty hacking tools, and traffic generation tools that are meant to either break and steal information off a system, or exhaust its resource pool, rendering the service ... Read More »
WEPAutoCrack script by: zx2c4
WEPAutoCrack is a pentesting tool that breaks wifi connections secured with WEP and is coded in python by Jason A. Donenfeld also known as zx2c4 who in addition to discovered the Linux Local Privilege Escalation via SUID /proc/pid/mem Write (CVE 2012-0056). WEPAutoCrack or autocrack.py comprises ... Read More »
The Latest Technology News and Tutorials
