This website requires JavaScript.
Explore
Help
Register
Sign In
astatin3
/
Auto-Shodanner
Watch
1
Star
0
Fork
0
You've already forked Auto-Shodanner
mirror of
https://github.com/Astatin3/Auto-Shodanner.git
synced
2026-06-09 00:28:00 -06:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
main
Auto-Shodanner
/
libs
/
scanners
/
tcp8008.py
T
Add File
New File
Upload File
Apply Patch
Copy Permalink
Download directory as ZIP
Download directory as TAR.GZ
4 lines
98 B
Python
Raw
Permalink
Normal View
History
Unescape
Escape
Use python-nmap, add requirements.txt, other improvments.
2024-04-18 13:51:45 -06:00
import
libs
.
scanners
.
tcp80
as
tcp80
Add readme, make scanners filename format better.
2024-04-18 08:17:32 -06:00
def
scan
(
host
:
str
,
port
:
int
)
:
return
tcp80
.
scan
(
host
,
port
)
Reference in New Issue
Copy Permalink