Cool scripts written in python , iCrack is an Online/ofline md5 cracker script in Python. Currently containes about 14 db for online cracking.
Download Link:: https://code.google.com/p/lnxg33k/downloads/detail?name=icrack.py
Source: http://tools.thehackernews.com/2012/06/icrack-python-md5-online-offline.html
If you like my blog, Please Donate Me
One Dollar $1.00 Two Dollar $2.00
Showing posts with label Brute Force Tool. Show all posts
Showing posts with label Brute Force Tool. Show all posts
Sunday, 10 June 2012
iCrack Online/Offline MD5 Cracker [Python Script]
Labels:
Brute Force,
Brute Force Tool,
Crack,
decode,
exploitation,
Hacking,
hacking tool,
Information Security,
packet analysis,
password,
pentest,
programming,
python,
security,
tool,
trick
Sunday, 27 May 2012
THC-Hydra password bruteforcing with john the ripper - http://funoverip.net
#!/bin/shhydra="/usr/local/bin/hydra"john="/usr/bin/john"hydra_module="ssh2"hydra_host="127.0.0.1"hydra_port="22"hydra_nb_task="10"hydra_all_params="-f -s $hydra_port -t $hydra_nb_task -e ns "john_sessionfile="$1"john_all_params="--incremental:Alpha --stdout"john_time_step=20 # time (seconds) to run johntmp_passwd="/tmp/pwd1234.tmp"hydra_logfile="/tmp/hydralog"if [ "$1" = "" ];then echo "
Labels:
Brute Force,
Brute Force Tool,
exploitation,
Hacking,
hacking tool,
Information Security,
packet analysis,
password,
pentest,
security,
tool,
trick,
Web,
Web Application,
Web Application Attack
Monday, 21 May 2012
วิธีการทดสอบเจาะระบบเว็บไซด์ที่ใช้ CMS ชื่อดัง
ดูตัวเต็มได้จาก link download ข้างล่างครับ
วิธีการทดสอบเจาะระบบเว็บไซด์ที่ใช้ CMS ชื่อดัง
โดยสุเมธ
จิตภักดีบดินทร์
ในปัจจุบัน, เว็บไซด์เกิดใหม่ทุกๆ
นาที เพราะเหตุผลที่ว่าไม่ว่าใครก็สามารถที่จะเป็นเจ้าของเว็บไซด์ได้อย่างง่ายดาย แต่สิ่งที่เราจะเห็นๆกันอยู่ก็คือ
website ส่วนใหญ่มักจะหน้าตาหรือโครงสร้างของเว็บคล้ายๆกัน
ต่างกันแค่สีสันหรือโลโก้ของเว็บเท่านั้น
วิธีการทดสอบเจาะระบบเว็บไซด์ที่ใช้ CMS ชื่อดัง
โดยสุเมธ
จิตภักดีบดินทร์
ในปัจจุบัน, เว็บไซด์เกิดใหม่ทุกๆ
นาที เพราะเหตุผลที่ว่าไม่ว่าใครก็สามารถที่จะเป็นเจ้าของเว็บไซด์ได้อย่างง่ายดาย แต่สิ่งที่เราจะเห็นๆกันอยู่ก็คือ
website ส่วนใหญ่มักจะหน้าตาหรือโครงสร้างของเว็บคล้ายๆกัน
ต่างกันแค่สีสันหรือโลโก้ของเว็บเท่านั้น
Labels:
article,
Brute Force,
Brute Force Tool,
exploitation,
Hacking,
Information Security,
pentest,
security,
trick,
Web,
Web Application,
Web Application Attack
Wednesday, 28 March 2012
Johnny - GUI for John the Ripper
Johnny is a GUI for John the Ripper. It was proposed by Shinnok. You could look onto original version on John the Ripper GUI sketches page.
You could download and unpack tarball or use git: git clone https://github.com/AlekseyCherepanov/johnny.git -b release1Then build and run (no installation required): cd johnny qmake make && ./johnny
Source: http://openwall.info/wiki/john/johnny#
Labels:
Brute Force,
Brute Force Tool,
Hacking,
hacking tool,
Information Leak,
Information Security,
password,
pentest,
security,
tool
Sunday, 26 February 2012
DDoS Tool List From Anonymous
DDOS TOOLS LIST!
DDoSim (Linux) - Download => http://tinyurl.com/4xe3vjk
Loris - Download => http://ha.ckers.org/slowloris/
Apachekiller - Download =>
http://pastebin.com/9y9Atijn save as "whatever.pl" <-- More
Infohttp://thehackernews.com/2011/08/killapache-ddos-tool-half-of-internet.html
perl for windows => http://www.activestate.com/activeperl/downloads
pyloris => http://
Labels:
article,
Brute Force Tool,
dos,
exploitation,
Hacking,
hacking tool,
Information Security,
pentest,
security,
Source,
tool,
trick
Thursday, 19 January 2012
Howto: Crack WPS & WPA Wifi with reaver
1. Get the reaver
- wget https://reaver-wps.googlecode.com/files/reaver-1.3.tar.gz
2. Extract and compile it.
- tar xzvf reaver-1.3.tar.gz
- cd reaver-1.3/src
- ./configure
- make
- make install
3. Change your wireless card to monitor mode
- airmon-ng start wlan0
4. Use reaver
- reaver -i mon0 -b
5. Waiting beacon from Wireless Access Point and finally you
- wget https://reaver-wps.googlecode.com/files/reaver-1.3.tar.gz
2. Extract and compile it.
- tar xzvf reaver-1.3.tar.gz
- cd reaver-1.3/src
- ./configure
- make
- make install
3. Change your wireless card to monitor mode
- airmon-ng start wlan0
4. Use reaver
- reaver -i mon0 -b
5. Waiting beacon from Wireless Access Point and finally you
Labels:
article,
Brute Force,
Brute Force Tool,
Crack,
exploitation,
Hacking,
hacking tool,
howto,
Information Leak,
Information Security,
linux,
Network Security,
packet analysis,
pentest,
security,
tool,
trick,
wireless
Wednesday, 11 January 2012
Word List Generator
wlg: Word List Generator
version: 0.5
coded by white_sheep
site: http://www.marcorondini.eu - http://www.ihteam.net
twitter: http://www.twitter.com/white__sheep
Option
-h [ --help ] produce help message
-v [ --version ] show version
-r [ --credits ] show credits
-e [ --extract ] arg set string to extract
version: 0.5
coded by white_sheep
site: http://www.marcorondini.eu - http://www.ihteam.net
twitter: http://www.twitter.com/white__sheep
Option
-h [ --help ] produce help message
-v [ --version ] show version
-r [ --credits ] show credits
-e [ --extract ] arg set string to extract
Labels:
backtrack,
Brute Force,
Brute Force Tool,
Crack,
Hacking,
hacking tool,
Information Security,
linux,
security,
Security News,
Source,
tool,
trick
Sunday, 8 January 2012
Howto: Hacking web authentication with Bursuite
1. Set the browser proxy to Burpsuite
2. In the Burpsuite, go to Proxy -> Intercept -> "Intercept is on"
3. Go to Proxy -> Option -> "generate CA-signed per-host certificates" for each time the user connects to a SSL protected website, Burpsuite will
generate a server certificate for that host, signed by a unique CA
certificate which is generated in Burpsuite during its installation. The
2. In the Burpsuite, go to Proxy -> Intercept -> "Intercept is on"
3. Go to Proxy -> Option -> "generate CA-signed per-host certificates" for each time the user connects to a SSL protected website, Burpsuite will
generate a server certificate for that host, signed by a unique CA
certificate which is generated in Burpsuite during its installation. The
Labels:
article,
backtrack,
Brute Force,
Brute Force Tool,
exploitation,
Hacking,
hacking tool,
howto,
Information Security,
password,
pentest,
security,
trick,
Web,
Web Application,
Web Application Attack