PyNesca/README.md

27 lines
1019 B
Markdown
Raw Permalink Normal View History

2019-02-01 15:36:23 +00:00
PySca - a NEtwork SCAnner rewritten in Python
=============================
[Вариант на русском](README.ru.md)
2019-02-03 10:44:21 +00:00
------------
2019-02-01 15:36:23 +00:00
What is it?
------------
According to [Wikipedia](https://en.wikipedia.org/wiki/Network_enumeration#Software),
network scanner is a computer program used to retrieve usernames and info on groups, shares, and services of networked computers.
2019-02-01 17:04:31 +00:00
This project is based on ideas of scanner [NESCA](https://github.com/pantyusha/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.
2019-02-01 15:36:23 +00:00
INSTALLATION
------------
Just run
```bash
git clone http://github.com/Zloooy/PySca.git
cd PyNesca
2019-02-01 17:04:31 +00:00
pip install -r requirements.txt
2019-02-01 15:36:23 +00:00
```
RUN
------------
Run
```bash
python main.py
```
in root PySca folder