Skip to content

Latest commit

 

History

1 Commit

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NETSCAN-RP

A Python network scan library developed in Rust with PyO3.

About

NETSCAN-RP is intended to be an interface between qscan Rust libray and Python. Bringing compiled language performance and optimization to Python.

Installation

pip install netscan-rp

Examples

SCAN

import netscan_rp

ip_list       = '172.16.0.10,172.16.0.20'
port_list     = '80,443,21,53'

scan_result = netscan_rp.scan(ip_list, port_list)

print(scan_result)

Roadmap

  • Command Line Support

License

MIT

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages