Hi Sorry to be such a noob:
I'm runing BT2.0F from the cd. How do I install these aircack-ptw files to it ?
Hi Sorry to be such a noob:
I'm runing BT2.0F from the cd. How do I install these aircack-ptw files to it ?
Hello
I'm a newbie and I am running BT.2 on live CD ;
Can you indicate How to Install Aircrack-ptw ....I understand that it needs Lipcap0.8-dev to be installed first; so I'm rather confused on what to do and which command to use...
I would be very much interested on an update of BT.2 including aircrack-ptw
Reg.
Hello !
am asking about is there a way to make
the Aircrack-ptw in a Module for backtrack v2 final ?
because am using usb Removable pen
drive with wiki method thats a hard way
to install it every time i boot from usb
hope there's a way to solve this
and thanks![]()
Ok folks, a few peeps have asked me for a step by step on this easy little tools, so here goes:
- Download Aircrack-ptw (you can find the link above, I can't add a URL right now)
- Untar it: tar -xvzf aircrack-ptw-1.0.0.tar.gz
- cd aircrack-ptw-1.0.0
- edit the Makefile with whatever editor you use
- change the first GCC line to:
gcc -o aircrack-ptw -Wall -fomit-frame-pointer -O3 aircrack-ptw.c aircrack-ptw-lib.c -lpcap- Change the second GCC line to:
gcc -o attacksim -Wall -fomit-frame-pointer -O3 -lpcap- Exit the editor
- type "make"
- the aircrack-ptw executable has now been created
- copy it wherever you want (preferably your path)
- enjoy
thx zambuka42
thanks to zambuka42
It realy works !!!!!![]()
serge
see image : image.php?img=f176d12.png at hiboxx.com
(I can't insert the image)
I would like to thank zambuka42 for posting this information. I am successful in installation of aircrack-ptw
Gentlemen,
Sorry to hassle you with newb rubbish but I have to learn somewhere.
I'm trying to compile aircrack-ptw on Ubuntu 6.06.
I've followed this guide but it just won't work
http://www.wirelessdefence.org/Conte...rcrack-ptw.htm
Check out this screenshot, the executable simply doesn't 'run'
What am I doing wrong, I bet it's something small?
http://members.iinet.net.au/~scottylans/screen01.png
Ubuntu 6.06 btw.
P.S I've tried it with and without editing the makefile as listed earlier in this thread?