2010-09-29

[Site News] September 2010

Over the last month or so, I've been working on various scripts (new and old). Here is a quick update:
  • New: wiffy - Auto Wireless Key Cracker
  • New: SITM (Script In The Middle)  - Replacement for "metasploit-FakeUpdate". Not 100% complete
  • New: Wordlist - Replacement for "dictionary". Not 100% complete
  • Updated: chap2asleap 
  • Updated: fakeAP_pwn
  • Updated: evilDEB
  • Updated: evilGrade

I'm porting all my scripts to GoogleCode, instead of using MediaFire to host them. One advantage of moving to GoogleCode is that I can start adding an "update" feature to each script, therefore if you run any script with -u it *should* check for an update. (=
*Warning. The latest and greatest version(s) may not have been fully tested which may break "something".*


A feature of GoogleCode is version control (via Subversion), which keeps track of every version of each script. So if something doesn't work in the latest version - you can restore to an older version. (=
svn checkout http://g0tmi1k.googlecode.com/svn/trunk/ g0tmi1k/
svn checkout http://fakeap-pwn.googlecode.com/svn/trunk/ g0tmi1k/fakeAP_pwn



I also made the jump to Twitter! So if you want to, follow me at http://www.twitter.com/g0tmi1k



~g0tmi1k

2010-09-11

[Script][Video] wiffy (v0.1)

Links
Watch video on-line: http://g0tm1ik.blip.tv/file/4108992
Download video: http://www.mediafire.com/?3vvodwhxx191ex1
Download Script (wiffy.sh): http://www.mediafire.com/?nmu7mixhis1u8km




What is this?

A bash script to automate cracking WiFi networks! Supports WEP (Client & Client-less), WPA/WPA2, MAC filtering and hidden SSID with the option of connecting afterwards.

2010-09-03

[Script][Video] fakeAP_pwn (v0.3)

Note
There are lots of "moving parts" in this and "different environments" it has to work in too.

It was made with BackTrack 4 is out - it hasn't been updated for backtrack 5.
I'm going to re-do it all "soon", however not right now. For the people which are having trouble - I'm unable to give support right now - due to lack of free time. You're on your own until fakeAP_pwn v0.4 is out.


Links
Watch video on-line: http://g0tmi1k.blip.tv/file/4079518
Download video: http://www.mediafire.com/?yo06t9yiyeq4fff
Download Script (fakeAP_pwn-v0.3.tar): http://www.mediafire.com/?hakic7kqk8b6e8c
Download Script (fakeAP_pwn.v0.3-127.tar.gz): http://www.mediafire.com/?j2hz9rce10zh1w3





What is this?

An update to the script, fakeAP_pwn, which is a bash script to automate creating a "Fake Access Point" and "pwn" whoever connects to it!