Not sure if it's been mentioned before but the update aircrack section seems to be missing make and make install:
if(os.system("cd /pentest/wireless/aircrack-ng/ && svn up") == 0):
os.system("cd...
Type: Posts; User: ShortBuss; Keyword(s):
Not sure if it's been mentioned before but the update aircrack section seems to be missing make and make install:
if(os.system("cd /pentest/wireless/aircrack-ng/ && svn up") == 0):
os.system("cd...
After you do the svn up you also need to do a make and then make install. Otherwise you've only updated the source and don't have updated binaries. The make install should install the binaries into...
Virtual machine is faster than usb but slower than full install. With the virtual machine you will need a USB network device in order to do some things. The virtual machine enables you to do...
After testing with setting the channel to 6 I was finally able to get this working. Monitoring the connection though I see it scrolling through many different channels when it use, but didn't go out...
Great script and the vids are also very helpful.
I'm working out some problems now I'm seeing with my attempt at running the eviltwin access point. If I do the static access point, I can...
The new install and update work perfectly for me now. I'll try out the new version soon.
Thanks for the continued updates. I haven't had a chance to run it again yet, but am poking through the code. Couple of things:
1. The add_target function doesn't seem to use the target IP in...
I've gotten this error when I've mistakenly entered my own IP as the target.
I've never tried to write bash, so please forgive any formatting errors or any misunderstandings of what limitations you are working under. Here is a rough flow I was thinking of:
1. IP Tables...
The script is already hiding a lot of the complexity of the process. I don't think that people will be missing out on much more knowledge by defaulting ports. Also you can implement it in a way...
I don't think I mentioned it yet, but great script and I appreciate the work you are putting into it.
Problem with Line 88: "chmod +x /usr/bin/mitm #make newly installed script executable" mitm...
Are you sure that sslstrip is running? When BT5 is first installed, sslstrip won't run with the command "sslstrip". You could do something like "python /pentest/web/sslstrip/sslstrip.py". My...
My vote is for option to install the updated sslstrip. One of the reasons I like the idea of this script is that it's very helpful for beginners, like me, who aren't very familiar with the console...
I think I did a save-as on the Download Raw link from the past-bin version. I thought this was the primary source location until I started digging through the script and noticed where it got the...
The link on http://comax.pagesperso-orange.fr/info/#yamas and the link http://comax.pagesperso-orange.fr/info/mitm/ both point to an old version of the script: VERSION="0.6.9\033[31m-BT5\033[m"
If...