Skip to content

Sp4rK is a tool made in Python, it has 2 functions, the CheckPort function that basically you pass an IP and a DOOR and it shows you if that door is open or not, and the PortScan function that in this case it performs a scan on the IP and shows the open ports according to the list of ports defined in the source code

License

Black-Hell-Team/Sp4rK

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 

Repository files navigation


Sp4rK

🌐 PT-BR

Sp4rK é uma tool feita em Python, ela tem 2 funções, a função CheckPort que basicamente você passa um IP e uma PORTA e ela te mostra se essa porta esta aberta ou não, e a função PortScan que no caso ela realiza um scan no IP e mostra as portas abertas segundo a lista de portas definidas no codigo fonte

Modo de uso: (Debian e derivados)

 ```

 apt install python -y
 apt install python2 -y
 apt install python3 -y
 apt install git -y
 git clone https://github.com/Black-Hell-Team/Sp4rK
 cd Sp4rK
 python3 main.py

 ```
🌐 EN-US

Sp4rK is a tool made in Python, it has 2 functions, the CheckPort function that basically you pass an IP and a DOOR and it shows you if that door is open or not, and the PortScan function that in this case it performs a scan on the IP and shows the open ports according to the list of ports defined in the source code

How to use: (Debian and derivatives)

 ```

 apt install python -y
 apt install python2 -y
 apt install python3 -y
 apt install git -y
 git clone https://github.com/Black-Hell-Team/Sp4rK
 cd Sp4rK
 python3 main.py

 ```

About

Sp4rK is a tool made in Python, it has 2 functions, the CheckPort function that basically you pass an IP and a DOOR and it shows you if that door is open or not, and the PortScan function that in this case it performs a scan on the IP and shows the open ports according to the list of ports defined in the source code

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages