vfarid/cf-ip-scanner-py

Some UX improvements - I/O

Closed this issue · 2 comments

1) Let user to import custom CIDR in absolute path by anyname (to let user customize CIDR for any isp) and store it config file
2) Show results in tabular outputs like what it shows in terminal
3) Just shows a simple question to change predefined configs
4) Let user load extra configs absolute to /configs/lablablab.ini and just type the name of config
5) Let user export result in absolute /output/ or /export or something like it in another name like "shatel.txt"
6) Let user to set order by result but set
7) Let user to re-test founded ips to check stability
8) Prepend founded ip to tabular data result vice versa for more readability

  1. Also if its possible set a shortcut to let user pause and resume scan
  2. another improvements that will be let to user improve config parameters is output log, if you can please let to write every ip scan result in log file
  3. ability to check only some IPs not CIDR
vfarid commented
  1. In the main branch, there is a text file containing IP Ranges, you may customize it.
  2. Not clear what you mean.
    3-5) May be done in next updates.
  3. Refer to 8
  4. It is planned for next update
  5. As of v1.5 the result will not sorted during the search and it will be sorted just befor writing to file.
  6. Not planned for now, i dont know what is its usage.
  7. It may have a performance issue. Not for now.
  8. Refer to 7

Next time, it is recomended to send an specific request in a seperate issue so i can keep it open until implementation of needed change.