Re: easy-creds setup help?
So...my first question is which attack are you looking to execute? I recently posted some videos on youtube that walk you through a couple of the basic attacks.
brav0hax - YouTube
Let me know if your still having issues.
Re: easy-creds setup help?
Quote:
I am sure I am plugging in addresses wrong. Any help?
My smartar$e answer is "So put the correct details in...."
My real answer is ask why you feel this is the problem and ask for more explicit details (how's your network setup, what values are you putting in, what's the actual text of the error you get, etc.).
Re: easy-creds setup help?
Quote:
Originally Posted by
ericmilam
So...my first question is which attack are you looking to execute? I recently posted some videos on youtube that walk you through a couple of the basic attacks.
brav0hax - YouTube
Let me know if your still having issues.
Hello,
After I enter the target range format for nmap "192.168.1.1/24" is not creating the victim host list on my desktop like it does with yours. Any idea? Also when it finish scanning for live host's is doen't say "Remember to remove IP's that will not be poisoned.
Re: easy-creds setup help?
Quote:
Originally Posted by
ghostsoul
Hello,
After I enter the target range format for nmap "192.168.1.1/24" is not creating the victim host list on my desktop like it does with yours. Any idea? Also when it finish scanning for live host's is doen't say "Remember to remove IP's that will not be poisoned.
You need to enter 192.168.1.0/24 the .1 address is the gateway.
Re: easy-creds setup help?
"you need to enter 192.168.1.0/24 the .1 address is the gateway."
I have still same problem. It doesn't create host file.
BTW Gateway is 192.168.1.1
Re: easy-creds setup help?
Quote:
Originally Posted by
skvitkromkalka
"you need to enter 192.168.1.0/24 the .1 address is the gateway."
I have still same problem. It doesn't create host file.
BTW Gateway is 192.168.1.1
192.168.1.0/24 or 192.168.1.1/24 will do the same thing, it will scan the 256 ip addresses. It is about netmask, 24 bit so it will scan the las octet 0 to 255 (256) ip addresses.
xxx.xxx.xxx.0 is ID network
xxx.xxx.xxx.255 is broadcast (for the LAN Segment, not the whole lan).
Try giving nmap: 192.168.1.1-254
Again, tehre is no need to scan the Network ID (0) and the broadcast (255)..
Hope it helps.