- This topic has 11 replies, 2 voices, and was last updated 4 years ago by
Diego Pérez.
- AuthorPosts
- March 3, 2021 at 10:02 am #52578
encryptedn00b
ParticipantSo on lecture 7.7 when I run the commands iptables –flush then iptables -I FORWARD -j NFQUEUE –queue-num 0 my internet connection on my windows VM drops while the DNS spoofing tool and the arp spoofing tool is running at the same time. But when I run the arp spoofing tool alone it does not. Here is my code.
https://pastebin.com/dLvpPzHQMarch 4, 2021 at 1:37 am #52620Diego Pérez
ModeratorHi!
Did you enable ip forwarding? echo 1 > /proc/sys/net/ipv4/ip_forward
You have to do it every time you want to use arp_spoof script. Also don’t use Bing as it uses hsts protection now a days, use a simple https ot http sites like winzip.com, stackoverflow.com, zsecurity.org, vulnweb.com, etc.
Greetings!
DiegoMarch 4, 2021 at 3:35 am #52625encryptedn00b
ParticipantYes I did do echo 1 > /proc/sys/net/ipv4/ip_forward the problem is probably just cause I used bing I will try with another site
March 4, 2021 at 5:32 pm #52656Diego Pérez
ModeratorHi!
Cool!
Let me know how it goes!
DiegoMarch 6, 2021 at 2:57 am #52703encryptedn00b
ParticipantOkay so I ran
1. iptables –flush
2. echo 1 > /proc/sys/net/ipv4/ip_forward
3. iptables -I FORWARD -j NFQUEUE –queue-num 0
4. then ran the arp spoof program
5. then ran the dns spoof program which I did not get any output back saying “Spoofing target”
6. then I typed ping -c 1 http://www.vulnweb.com which returned it’s IP address not what its suppose to be when spoofed
Here is the code but I believe you saw it.
https://pastebin.com/dLvpPzHQMarch 6, 2021 at 3:06 am #52704encryptedn00b
ParticipantWait nevermind I changed “www.bing.com” to “www.vulnweb.com” I will tell you how it works
March 6, 2021 at 3:29 am #52705encryptedn00b
ParticipantStill got the same problem
March 6, 2021 at 5:46 pm #52765Diego Pérez
ModeratorHi!
But do you have internet access in windows machine? If you do then you need to clear the entire browser’s cache, by default it will be set to clear the last hour only.
Let me know how it goes!
DiegoMarch 7, 2021 at 10:33 am #52782encryptedn00b
ParticipantI selected clear browsing data all time and I got the same result
March 7, 2021 at 12:33 pm #52786encryptedn00b
Participantnevermind its all good
March 7, 2021 at 12:53 pm #52787encryptedn00b
ParticipantBut for the http lecture part he uses winzip for downloading an exe file for an example so nothing seems to show up when you run the download replacer program. Winzip seems to be using https now. Do you know any new examples that uses http?
March 8, 2021 at 6:06 pm #52904Diego Pérez
ModeratorHi!
You can try with:
http://www.angusj.com/resourcehacker/#downloadThere’s a link to download an executable, I haven’t run the actual app that is downloaded from the site so I’ll recommend to don’t run it or do it in the virtual machine and not in your host machine.
Greetings!
Diego - AuthorPosts
- You must be logged in to reply to this topic.