check 4.0 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394
  1. ANSE SCANNER v1.0:
  2. What is ANSE Scanner?
  3. ANSE Scanner is tool developed mainly for creating awareness among infosec folks to utilize Nmap(NSE script) completely
  4. and also to make them understand every NSE script purpose.So we developed this tool with easy interface for everyone to work
  5. with it and also to create new path in cyber security for future.
  6. For Further info regarding about NSE script <a href="https://nmap.org/nsedoc/scripts/">HERE</a>
  7. Updates
  8. If you want new features create a issue report and label it enhancement. Or start a pull request. we don't have enough time
  9. to daily change ANSE scanner.
  10. Changelog
  11. ANSE Scanner gets updates with new features, improvements and bugfixes. Be sure to check out the Changelog
  12. Getting Started
  13. git clone https://github.com/
  14. cd ANSE-SCANNER
  15. chmod +x ANSE.py
  16. python3 ANSE.py
  17. How to contribute
  18. All contributions are welcome, from code to documentation, to design suggestions, to bug reports.
  19. Please use GitHub to its fullest-- submit pull requests, contribute tutorials or other wiki content-- whatever
  20. you have to offer, we can use it!
  21. Support us !
  22. ANSE Scanner is developed with intended to create cyber security awareness in IT industry.if you want to support us
  23. in a any possible way,please do it.Here is our official Email address:contact@briskinfosec.com
  24. Requirements
  25. 1)Linux operating system with python3 (Kali linux (or) other Linux OS)
  26. Kali 2 & 2016 support the latest Nmap versions.
  27. 2)Python3.x must installed in linux for this tool to work
  28. In python2.x does not support some module.
  29. How it works
  30. 1)Run:Python3 ANSE.py
  31. 2)Enter your IP or host address without Protocol(http/https)
  32. Example:Target Host or Ip Adderss:
  33. Enter you Host IP:127.0.0.1 (or)www.example.com
  34. 3)Select your option for Task
  35. Example:For Service NSE Script
  36. Enter you Option no:1
  37. 4)Select your Service Type no:
  38. Example:For http Service
  39. Enter your Service no[int]:54
  40. 5)Select your Particular NSE script and Enter it no:
  41. Example:If http-enum is your Choosen NSE script for http service
  42. Enter your NSE script no:31
  43. 6)Read the manual displayed about NSE script for Usage
  44. 7)Select your option according to your requirement in testing
  45. Y/N/NIL(or)y/n/nill
  46. y -Default Option
  47. n -custom option i.e custom port,other option like -Pn,-sn
  48. nil-no port for the script
  49. 8)Enter your argument if any need
  50. At first run script with no argument(mostly works)
  51. If not worked use argument to get result as you excepted.
  52. Example:if you need script argument for any script (or)
  53. if you need other parameter like -sn,-sV,-Pn,
  54. Enter argument if u need or just press enter:-sn -sV --script-args=your argument
  55. 9)Enter your file name to save ANSE result
  56. Example:For www.example.com if you run http-enum NSE script
  57. Enter your file name to save:test
  58. ANSE scanner output stored directory:ANSE SCANNER/output/
  59. Output file name format:www.example.com-"file_name-you-enter".txt
  60. Final output:ANSE SCANNER/output/www.example.com-test.txt
  61. 10)Common Keyword usage:
  62. [0] back
  63. For example:Enter 0 for moving back to previous menu.
  64. Credits:
  65. Tutorial ?
  66. Coming Soon.......
  67. you can visit my channel : https://www.youtube.com/channel/
  68. Useful links:
  69. 1.<a href="www.briskinfosec.com">BRISK INFOSEC</a>
  70. 2.<a href="https://www.kali.org/">KALI</a>
  71. 3.<a href="https://nmap.org/nsedoc/scripts/">NSE Script</a>
  72. 4.<a href="http://www.ncdrc.res.in/">NCDRC</a>
  73. Disclaimer
  74. Note: ANSE Scanner is intended to be used for legal security purposes only, and you should only use it to protect networks/hosts
  75. you own or have permission to test. Any other use is not the responsibility of the developer(s). Be sure that you understand and
  76. are complying with the ANSE Scanner licenses and laws in your area. In other words, don't be stupid, don't be an asshole, and use
  77. this tool responsibly and legally.