Merry Xmas people. need a tiny bit of help with easy-creds
Well Well its that time of the year where most will be playing with there new toys.
so i started playing with easy creds on making a fake ACP
now iv what iv done correct ill put a # at the side
Version 3.7.1 - Garden of Your Mind
At any time, ctrl+c to cancel and return to the main menu
1. Edit etter.conf #
2. Edit etter.dns #
3. Install dhcp3 server #
4. Install karmetasploit prereqs #
5. Add tunnel interface to dhcp3-server file #
6. Update Metasploit Framework #
7. Update Aircrack-ng #
8. Update SSLStrip #
9. How-to Videos (Launches Web Browser)
10. Previous Menu
Choice:
iv done the etter.conf and etter.dns
I think there is a problem with the dhcp3 and the conf file...
allso when i start the Fake AP command
i allways Do you have a dhcpd.conf file to use? [y/N]: n
and set the ips then i get this after setting them
[*] Creating a dhcpd.conf to assign addresses to clients that connect to us.
./easy-creds.sh: line 776: /etc/dhcp/dhcpd.conf: No such file or directory
./easy-creds.sh: line 777: /etc/dhcp/dhcpd.conf: No such file or directory
./easy-creds.sh: line 778: /etc/dhcp/dhcpd.conf: No such file or directory
./easy-creds.sh: line 779: /etc/dhcp/dhcpd.conf: No such file or directory
./easy-creds.sh: line 780: /etc/dhcp/dhcpd.conf: No such file or directory
./easy-creds.sh: line 781: /etc/dhcp/dhcpd.conf: No such file or directory
./easy-creds.sh: line 782: /etc/dhcp/dhcpd.conf: No such file or directory
./easy-creds.sh: line 783: /etc/dhcp/dhcpd.conf: No such file or directory
./easy-creds.sh: line 784: /etc/dhcp/dhcpd.conf: No such file or directory
./easy-creds.sh: line 785: /etc/dhcp/dhcpd.conf: No such file or directory
./easy-creds.sh: line 786: /etc/dhcp/dhcpd.conf: No such file or directory
[*] Launching Airbase with your settings.
Then in the 3rd box i get xterm: Can't execvp sslstrip: NO such file or dir
......
when its up and running i do get a fake AP but it will not connect..
Any help will be most helpful and sorry for the long post. btw im running ver5 r3 and all is upto date. fresh install. allso i have TEAMVIEWER installed......
Re: Merry Xmas people. need a tiny bit of help with easy-creds
I suggest you post the issue inside the tools thread you seem to have issues with your DHCP and SSLStrip.
Re: Merry Xmas people. need a tiny bit of help with easy-creds
get the latest version 3.7.3 from the author's post
the version you're using has a minor bug on dhcp/dhcp3 paths
Re: Merry Xmas people. need a tiny bit of help with easy-creds
Thanxs for your reply guys.
found fix Ill paste here for all
First, it’s good to update everything:
apt-get update;apt-get dist-upgrade
I had also gorked up my DHCP server, so I removed and reinstalled it:
apt-get remove --purge dhcp3-server
apt-get install dhcp3-server
Then I had to fix some missing file paths and permissions. I did this by copying, chmoding and symbolic linking:
cp /etc/dhcp3/dhcpd.conf /etc/dhcp3/dhcp.conf
ln -s /etc/dhcp3 /etc/dhcp
chmod +x /pentest/web/sslstrip/sslstrip.py
ln -s /pentest/web/sslstrip/sslstrip.py /bin/sslstrip
All should work, but sometimes setting IP forwarding fails, so:
echo 1 > /proc/sys/net/ipv4/ip_forward
Fix came from Brav0Hax send him some beer money people!