Breaking News
Home / Programming / Python

Category Archives: Python

Feed Subscription

Python LFI Tester

292px-Python_add5_syntax

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 »

Web server HTTP DOS tool – Hulk

hulk2-300x151

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

autocrack1.png

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 »

Scroll To Top