Short answer: no.
You're probably better off using a more mainstream Linux distribution like Ubuntu, CentOS, Debian, etc. You'll find a lot more support with regards to web development on their...
Type: Posts; User: shadowzero; Keyword(s):
Short answer: no.
You're probably better off using a more mainstream Linux distribution like Ubuntu, CentOS, Debian, etc. You'll find a lot more support with regards to web development on their...
I have no idea what you're asking. Are you having trouble figuring out how to use hydra? Try hydra -h
Why can't you just transfer the current files to a USB flash drive?
Have you tried proxychains 4? https://github.com/haad/proxychains
There are still some updates, but they appear to be mostly bugfixes and cleanups. You can grab the latest copy from SVN: http://trac.assembla.com/Nikto_2/browser/trunk
Right, you did things on your own, and asked intelligent questions - so you got help. How many of the other n00bs posting here do that? Some of them think they can install Backtrack and hack into...
Good to see I'm not the only one having problems logging into the site. For some reason I thought this was fixed already? Seems I can only login now using Incognito mode... and sometimes not even.
...
Coming soon to a theatre near you: http://www.backtrack-linux.org/backtrack/backtrack-5-r3-release-aug-13th-2012/
I prefer using gsecdump. You can dump SAM and LSA secrets. If you're lucky, you can sometimes see the unhashed password in the LSA secrets hex dump....
You should be able to get a used AP from eBay for cheap. If I were you, I'd get an AP that you can demo WEP, WPA, and WPS cracking on.
Aside from breaking WEP, you should also demonstrate the...
So if I understand correctly:
Damn Small Linux: 10.0.3.1
Backtrack Linux: 10.0.3.2
Can these two actually see each other? Have you tried pinging the Backtrack instance from Damn Small Linux?...
It works partially, as you have described. Whereas on my other instance, everything works fine.
In my case, one works, the other doesn't. I have two instances of BT running on two different virtual machines. I updated Metasploit on both version using msfupdate. Same revisions, one has a broken...
Personally I prefer to use Unicornscan to hit all 65,535 ports first, then take the results and run nmap on that with -sV since it'll be faster. Also, you left out scanning UDP ports - you can...
Yes, some audits I've done with reaver have taken over 8 hours. Some have taken an hour. Your mileage may vary.
Since you have some background in Ubuntu already, level up on your Linux mastery by trying out something a bit more hardcore like Slackware, Gentoo, or ArchLinux. Recompile the kernel, play around...
Honestly, there isn't much money to expend. A great wireless adapter that can inject and capture wireless data can be purchased from eBay for $40. With a Pringles can I can extend the antenna, or...
An easier way to do this is via ssh/scp/sftp.
On Backtrack, start ssh: service ssh start
On Windows, download an sftp client of your choice. WinSCP has a nice GUI, although I prefer PuTTy. Pick...
Others have found that it's easier if you associate with aireplay-ng first, and then run reaver with -A.
If you Google for Penetration Testing With Backtrack reviews, you'll get a lot of results from various people who've taken it. Here's a four part review:...
You could also just do the following:
chmod 755 /pentest/web/sslstrip/sslstrip.py
ln -s /pentest/web/sslstrip.py /usr/local/bin/sslstrip
Now you can call sslstrip anywhere without...
Metasploit has its own version of nmap stored in /opt/metasploit/common/bin. If you want to call your the non-metasploit version of nmap, you can just call it directly using /usr/local/bin/nmap from...
Filtered typically means it's behind a firewall. Configure your firewall to allow incoming connections to port 21.
Here, http://bit.ly/ypS1Wv
It would help if you told us what your wireless card is. It looks like airmon-ng start wlan0 failed.