SpyMyWeb: SPY what users are views on the network

in technology •  7 years ago 

Everything-You-Need-To-Learn-How-To-Become-An-Ethical-Hacker.jpg

Now you can see what’s going on your local internet.

if you’re curious about what people are seeing in their computer you can use Wireshark to capture their packets and then use “packetExtractor.py” to extract only the images then upload to SpyMyWeb Local Website.

Pay attention to “config.cfg” file, you need to setup the website IP and Port, and your proxy network.

Obs.: For a clean run it’s advised to copy “default.html” content inside “index.html”

Explanations

-“packetExtractor.py”: Read “pacotes.txt” file (packets) and extract only packet related to images, and using Full Request URI field the image is downloaded by urllib module. After each download, the image is opened and sent attached with a POST header.

-“LOG webserver.py”: Wait for GET or POST requisitions. In POST, the received image is written with your original name of url. Homepage is update after each new image received, and a logfile is created showing how works receiving packets process.

https://github.com/nacci/SpyMyWeb

Authors get paid when people like you upvote their post.
If you enjoyed what you read here, create your account today and start earning FREE STEEM!
Sort Order:  
  ·  7 years ago Reveal Comment