Forum Replies Created
- AuthorPosts
- March 7, 2021 at 12:53 pm in reply to: My internet connection on the windows machine drops when I run arp_spoof and dns #52787encryptedn00bParticipant
But 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 7, 2021 at 12:33 pm in reply to: My internet connection on the windows machine drops when I run arp_spoof and dns #52786encryptedn00bParticipantnevermind its all good
March 7, 2021 at 10:33 am in reply to: My internet connection on the windows machine drops when I run arp_spoof and dns #52782encryptedn00bParticipantI selected clear browsing data all time and I got the same result
March 6, 2021 at 3:29 am in reply to: My internet connection on the windows machine drops when I run arp_spoof and dns #52705encryptedn00bParticipantStill got the same problem
March 6, 2021 at 3:06 am in reply to: My internet connection on the windows machine drops when I run arp_spoof and dns #52704encryptedn00bParticipantWait nevermind I changed “www.bing.com” to “www.vulnweb.com” I will tell you how it works
March 6, 2021 at 2:57 am in reply to: My internet connection on the windows machine drops when I run arp_spoof and dns #52703encryptedn00bParticipantOkay 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 4, 2021 at 3:35 am in reply to: My internet connection on the windows machine drops when I run arp_spoof and dns #52625encryptedn00bParticipantYes 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
encryptedn00bParticipantIt worked thank you very much
encryptedn00bParticipantSo I saw on my virtual machine the one I just installed for testing that there was commands I did not run. So I installed it again the one Zaid provided in the course and turns out those commands seem like they are pre ran. This machine is freshly installed the only command I type was “history” But you can see update was ran
encryptedn00bParticipantIt did not work I got the same thing. First I put pip install netfilterqueue then iptables -I FORWARD -j NFQUEUE –queue-num 0
encryptedn00bParticipantI forgot to install netfilterqueue actually on the new VM. So I will do that and report when I get the chance
encryptedn00bParticipantOkay I installed a new VM and I am still getting the same problem. I ran the same command as well. I downloaded the “Kali 2020 64-bit” from the lecture provided
encryptedn00bParticipantOkay so you are asking me to create a new VM to test on?
encryptedn00bParticipantOkay when I ran pip install netfilterqueue I got the message Requirement already satisfied: netfilterqueue in /usr/local/lib/python2.7/dist-packages (0.8.1)
So it seems like I have installed itencryptedn00bParticipantOkay I put pip install netfilterquene
- AuthorPosts