BaSs_HaXoR

V3n0M-Scanner (python)

Nov 24th, 2016 (edited)
1,287
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 3.10 KB | None | 0 0
  1. #~ ! ~ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~     About     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ~ ! ~#
  2.                                             '''
  3. V3n0M is a free and open source scanner. Evolved from baltazar's scanner, it has adapted several new features that improve fuctionality and usability. It is mostly experimental software.
  4. This program is for finding and executing various vulnerabilities. It scavenges the web using dorks and organizes the URLs it finds. Use at your own risk.
  5.  
  6. Very useful for executing:
  7.  
  8. Cloudflare Resolver[Cloudbuster]
  9. Metasploit Modules Scans[To be released]
  10. LFI->RCE and XSS Scanning[LFI->RCE & XSS]
  11. SQL Injection Vuln Scanner[SQLi]
  12. Extremely Large D0rk Target Lists
  13. FTP Crawler
  14. DNS BruteForcer
  15. Python3.5 Asyncio based scanning
  16. What You Hold:
  17.  
  18. The official adoption of darkd0rker heavily recoded, updated, expanded and improved upon
  19.  
  20. Brand new, just outta the box!
  21. Largest and most powerful d0rker online, 18k+d0rks searched over ~ Engines at once.
  22. Free and Open /src/
  23. CrossPlatform Python based toolkit
  24. Release 411 Released on 12th November 2016
  25. Licensed under GPLv2
  26. Tested on: ArchLinux 4.6.6, Ubuntu, Debian, Kali, Windows, MacOS, BlackArch, Manjaro/ArchLinux ARM Ed.
  27. Note for Ubuntu users: Please make sure you have installed --> sudo apt-get install python3-bs4 Otherwise you may get Syntax Error stopping the program from running.
  28.                                            '''
  29. #~ ! ~ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ V3n0M-Scanner ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ~ ! ~#
  30. #!/usr/bin/env python
  31. from distutils.core import setup
  32. import setuptools
  33.  
  34. setup(name='V3n0M',
  35.       version='411',
  36.       description="Popular SQLi and Pentesting scanner in Python3",
  37.       author='NovaCygni, Architect',
  38.       author_email='novacygni@hotmail.co.uk, t3h4rch1t3ct@riseup.net,',
  39.       url='https://github.com/v3n0m-Scanner/V3n0M-Scanner',
  40.       package_dir={'v3n0m': 'src'},
  41.       packages=['v3n0m'], install_requires=['aiohttp', 'httplib2', 'socksipy-branch', 'requests', 'url', 'bs4',
  42.                                             'pip', 'dnspython']
  43.       )
  44.  
  45. #~ ! ~ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Install notes ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ~ ! ~#
  46. Install notes:
  47.  
  48. Clone the repository:
  49. $ git clone https://github.com/v3n0m-Scanner/V3n0M-Scanner.git
  50.  
  51. Then go inside:
  52. $ cd V3n0M-Scanner/
  53.  
  54. Then install it:
  55. $ python3 setup.py install --user
  56.  
  57. #~ ! ~ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~  Contact Dev  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ~ ! ~#
  58.  
  59. Contact Information:
  60. [ NovaCygni ] - <novacygni@hotmail.co.uk>
  61. [ Architect ] - <t3h4rch1t3ct@riseup.net>
  62.  
  63. #~ ! ~ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~    Credits    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ~ ! ~#
  64. Credits to:
  65. -SageHack for allowing Cloudbuster to be used within V3n0M
  66. Original Header:
  67.  
  68. - This was written for educational purpose and pentest only. Use it at your own risk.
  69. - Author will be not responsible for any damage!
  70. - !!! Special greetz for my friend sinner_01 !!!
  71. - Toolname        : darkd0rk3r.py
  72. - Coder           : baltazar a.k.a b4ltazar <b4ltazar@gmail.com>
  73. - Version         : 1.0
  74. - greetz for all members of ex darkc0de.com, ljuska.org
Add Comment
Please, Sign In to add comment