Injected420 / port-scanner

A Quick Python program to hate on Scammers

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Port Scanner

Accepts IP Addresses & Domain Names

Enter the last port number you want the scanner to check (65535 = All) and the scanner will go from 1 to your selection, printing out whether or not the ports are open.

scammer_killer

This is not to be used on legitmate sites!

A Quick Python program to hate on Scammers The program is simple. You only need the scammer_killer.py file. Once you have the code, and next time you receive a scam text, open the URL, copy it. Then open the Dev Console, go to the Network tab. If there is nothing there reload the page. Click on the request and copy all the Request Headers. That is what you will use as data. Make sure you convert the Headers into a JSON format, just as I did in the file under data.

This program will send requests extremely quickly to the site.

About

A Quick Python program to hate on Scammers

License:GNU General Public License v3.0


Languages

Language:Python 100.0%