bobrossrtx / PyTools

PyScanner is a quick and easy port scanning tool used for reconnaissance. A major benefit to using PyScanner is that it significantly faster than some of the other tools out there like NMAP (BUT), if you are looking for more features, NMAP, RustScan, etc, are the tools to use. Although alot of the things that Other tools can do are good, those tools are made more for deeper topics, whereas PyScanner only scans for open & closed ports ports.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Threading print issues

bobrossrtx opened this issue · comments


Threading print issues

Describe the bug
When running the script, especially on all ports, the printing to the terminal can get a bit jumbled up.

To Reproduce
Steps to reproduce the behavior:

  1. Go to the directory of the script
  2. Run the script with more than one port
  3. [EXTRA] Run --vuln (output not always with correct port)

Expected behavior
It should print in the same order as the scan so:

...
[INFO] Scanning (PORT)
Port results
...

instead of:

...
[INFO] Scanning (PORT)
Another Ports results
...

Screenshots
Screen Shot

Desktop (please complete the following information):

  • OS: ANY
  • Version 0.3.3