Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- #~ ! ~ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ About ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ~ ! ~#
- '''
- 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.
- 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.
- Very useful for executing:
- Cloudflare Resolver[Cloudbuster]
- Metasploit Modules Scans[To be released]
- LFI->RCE and XSS Scanning[LFI->RCE & XSS]
- SQL Injection Vuln Scanner[SQLi]
- Extremely Large D0rk Target Lists
- FTP Crawler
- DNS BruteForcer
- Python3.5 Asyncio based scanning
- What You Hold:
- The official adoption of darkd0rker heavily recoded, updated, expanded and improved upon
- Brand new, just outta the box!
- Largest and most powerful d0rker online, 18k+d0rks searched over ~ Engines at once.
- Free and Open /src/
- CrossPlatform Python based toolkit
- Release 411 Released on 12th November 2016
- Licensed under GPLv2
- Tested on: ArchLinux 4.6.6, Ubuntu, Debian, Kali, Windows, MacOS, BlackArch, Manjaro/ArchLinux ARM Ed.
- 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.
- '''
- #~ ! ~ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ V3n0M-Scanner ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ~ ! ~#
- #!/usr/bin/env python
- from distutils.core import setup
- import setuptools
- setup(name='V3n0M',
- version='411',
- description="Popular SQLi and Pentesting scanner in Python3",
- author='NovaCygni, Architect',
- author_email='novacygni@hotmail.co.uk, t3h4rch1t3ct@riseup.net,',
- url='https://github.com/v3n0m-Scanner/V3n0M-Scanner',
- package_dir={'v3n0m': 'src'},
- packages=['v3n0m'], install_requires=['aiohttp', 'httplib2', 'socksipy-branch', 'requests', 'url', 'bs4',
- 'pip', 'dnspython']
- )
- #~ ! ~ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Install notes ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ~ ! ~#
- Install notes:
- Clone the repository:
- $ git clone https://github.com/v3n0m-Scanner/V3n0M-Scanner.git
- Then go inside:
- $ cd V3n0M-Scanner/
- Then install it:
- $ python3 setup.py install --user
- #~ ! ~ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Contact Dev ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ~ ! ~#
- Contact Information:
- [ NovaCygni ] - <novacygni@hotmail.co.uk>
- [ Architect ] - <t3h4rch1t3ct@riseup.net>
- #~ ! ~ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Credits ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ~ ! ~#
- Credits to:
- -SageHack for allowing Cloudbuster to be used within V3n0M
- Original Header:
- - This was written for educational purpose and pentest only. Use it at your own risk.
- - Author will be not responsible for any damage!
- - !!! Special greetz for my friend sinner_01 !!!
- - Toolname : darkd0rk3r.py
- - Coder : baltazar a.k.a b4ltazar <b4ltazar@gmail.com>
- - Version : 1.0
- - greetz for all members of ex darkc0de.com, ljuska.org
Add Comment
Please, Sign In to add comment