Nesca written in Python
Go to file
2019-02-01 20:04:31 +03:00
.idea Initital commit 2019-01-20 20:59:47 +04:00
address_generation Added some docstrings, changed doubled code in MainPresenter. 2019-01-31 21:19:44 +03:00
network_scan Added some docstrings, changed doubled code in MainPresenter. 2019-01-31 21:19:44 +03:00
storage Added JSONStorage to keep results, fixed trouble with IpGenerator 2019-01-28 21:45:21 +03:00
__init__.py Added some abstract parent classes and folders, made tests for parser and IpGenerator, fixed some bugs in parsing. 2019-01-27 23:28:58 +03:00
.gitignore Create .gitignore 2019-01-20 20:01:38 +03:00
main_ui.py Initital commit 2019-01-20 20:59:47 +04:00
main.py Added some abstract parent classes and folders, made tests for parser and IpGenerator, fixed some bugs in parsing. 2019-01-27 23:28:58 +03:00
MainPresenter.py Added some docstrings, changed doubled code in MainPresenter. 2019-01-31 21:19:44 +03:00
nesca.ui Initital commit 2019-01-20 20:59:47 +04:00
README.md Update README.md 2019-02-01 20:04:31 +03:00

PySca - a NEtwork SCAnner rewritten in Python

What is it?

According to Wikipedia, network scanner is a computer program used to retrieve usernames and info on groups, shares, and services of networked computers. This project is based on ideas of scanner NESCA - it is simple scanner for everyone. PySca includes GUI-interface. The project is not just another fork of nesca - it is analogue built from scratch using Python language. Another difference from original is modularity of code - PySca has ability to get scan results from wherever you want and put wherever you can with the same user interface.

INSTALLATION

Just run

git clone http://github.com/ChronosX88/PySca.git
cd PySca
pip install -r requirements.txt

RUN

Run

python main.py

in root PySca folder