vesche / scanless

online port scan scraper

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

v2.1.0 improvements

vesche opened this issue · comments

  1. Further improve library usage, something like this...
>>> import scanless
>>> sl = scanless.Scanless()
>>> sl.scan('scanme.nmap.org', scanner='hackertarget')
{'pretty_output': '...', 'raw_output': [(22, 'open'), (23, 'closed'), ...]}
  1. Output colors on CLI using crayons.
  2. Move random.choice funcs into a util.py or something
  3. 3.6 in setup.py, whoops.

Done :)

Most of the core work in these commits: