Scanless Versions Save

online port scan scraper

v2.2.1

1 year ago
  • Remove hackertarget module, see #26
  • Minor fixes / formatted code with ufmt

v2.1.6

2 years ago
  • Formatted code using black
  • Discontinued Docker support (Dockerfile was outdated and would be trivial for anyone who is interested to create their own)
  • Removed t1shopper (no longer functions and I've had problems with it in the past)

v2.1.5

3 years ago
  • Update nmap services file from 2019-05-28 to 2020-10-02 (latest)
  • Fix PyPi long description to display README and as Markdown properly
  • Reviewed scanners still functioning as intended

v2.1.4

3 years ago
  • Minor bug fix to web requests

v2.1.3

3 years ago
  • Add colored output to cli
  • Add cli debug mode for network issues
  • Remove ping.eu from code base (no longer works)
  • Various code improvements & cleanup
  • Replace bs4 dummy pypi mirror package with official beautifulsoup4 package

v2.0.0

4 years ago

Completely overhauled tool.

  • scanless can now be used properly as a library.
  • Proper class structure with a reusable session.
  • Randomizes user strings.
  • Fixed a few scanners while updating.
  • Better error checking / custom exceptions.
  • Minimized a lot of code.
  • Generates output nicely using nmap service names.
  • CLI flow improvements using scanless as a library.
  • Fixed license trove classifier is wrong in setup.py
  • Tool is Python 3.6+ now and this is specified.
  • Bumped major version.

v1.0.8

6 years ago
  • Add standingtech module.
  • Minor project changes.

v1.0.7

6 years ago
  • Portcheckers no longer works and is deprecated in this version.
  • Minor repo cleanup.

v1.0.6

6 years ago