Tagged: Network scanner
- This topic has 3 replies, 2 voices, and was last updated 4 years, 2 months ago by Diego Pérez.
- AuthorPosts
- September 7, 2020 at 5:15 am #45208NikolajevZjParticipant
The network scanner doesn’t show any results.No matter if I access http or https pages.Here’s the link for the screenshot of the code:
https://mega.nz/file/JoMHmS4R#PY0doiBlLs3RWZdEc4ElMkbXMYuBE9yCH9EgoMe1wFkI used vulnweb for testing.Please help!
September 8, 2020 at 2:19 am #45258Diego PérezModeratorHi!
Do you mean packet sniffer? Because network scanner is a different tool, so just to be clear.What are you getting on screen? You are trying this inside kali right? I mean sniffin kali’s traffic.
Let me know.
DiegoSeptember 8, 2020 at 6:39 am #45260NikolajevZjParticipantHello,
Yes sorry I meant packet sniffer.I was trying to sniff on the windowsVM, I just didn’t realize it(i didn’t pay attention to the look of the sniffed browser in the lecture).Anyway everything works fine except one thing.I tried to add and end= argument to the print(load) command,because it printed the username and password 4 times
in separate lines, and it throws an error at me.Here’s the screen:
https://mega.nz/file/MgtkQIDA#ZnLVDtjHXBGCeC8ryrdT_BDbALoVRziUTfnQPh7UcHI
Here’s the code:
https://mega.nz/file/J002RA6R#HeK9kfh8r-lNBDJ5zgQcb2HWi2d4D6JKT-_bF8UlcaU
Regards,September 9, 2020 at 2:46 am #45299Diego PérezModeratorHi!
Yeah, end=” will onlywork in python3. To do it with python 2 you can use the arp spoofer as an example. Even I don’t see nothing wrong if it’s printed many times, but as you wish.Greetings!
Diego - AuthorPosts
- You must be logged in to reply to this topic.