Skip to content

Latest commit

 

History

History
25 lines (19 loc) · 717 Bytes

README.md

File metadata and controls

25 lines (19 loc) · 717 Bytes

yapns

  • yet another python network scanner

Dependencies

Running

First, make sure that the script run is executable in your system.

Then,

$ ./run scan_interval_in_seconds

The file clients.csv contains a simple history of the discovered devices.

Observations

  • Tested only on GNU/Linux. Surely incompatible with Windows.
  • This program is not meant to be the most efficient possible -- it was originally a university assignment that was interesting enough to post here. Plus, it was fun writing it.
  • Yes, similar information could've been retrieved with some UNIX programs.