Using List for Port Scan in Python: Hacking with Python Series
The below program makes use of Lists in python to define different ports. It takes this list and then passes it to a scan function which checks if the port is open. This is a basic program. I have written this to show you the usage of list with port numbers. This script do not…
Anonymous FTP login checker script using Python: Hacking with Python Series
FTP is file transfer protocol working on port 21. It is used for transferring files from Client to Server. It is a widely used service. In python, we have only one library for FTP in python that makes all connections for us. The library is ftplib.
Share this:
Like this: