Skip to content
/ Spyn8 Public

Spyn8 is a Python script that scan open ports on a given domain name, with three option, you can customise your search to find essential information quickly or find a lot of information more slowly

Notifications You must be signed in to change notification settings

natekali/Spyn8

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 

Repository files navigation

Spyn8

Spyn8 is a Python script that scan open ports on a given domain name, with three option, you can customise your search to find essential information quickly or find a lot of information more slowly

Features

  • (1) Scan most common ports (faster)
  • (2) Scan 1-1000 ports (fast)
  • (3) Scan all ports (slow)

Prerequisites

Before running spyn8, make sure you install these following libraries :

  • socket
  • time
  • numpy

You can install them by typing this following command in your terminal :
pip3 install -r requirements.txt

Installation

Clone this repository to your local machine.

Open your terminal and navigate to the cloned repository.

Run the script by typing python3 spyn8.py in your terminal.

Enter the domain name of the target website when prompted.

Author

About

Spyn8 is a Python script that scan open ports on a given domain name, with three option, you can customise your search to find essential information quickly or find a lot of information more slowly

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages