Giter Club home page Giter Club logo

venom's Introduction

Venom

This script takes domain name, working directory path, altdns.txt, huge list of DNS resolver and a list of Google DNS servers 8.8.8.8 & 8.8.4.4. And You get the output in the working directory as Aquatone Screenshots, a subdomains.lst list of subdomains found, a ip.lst list of IP addresses and Masscan XML.

Prerequisites:

Tools in Path variable of your Linux:

amass
sublist3r
massdns
altdns
aquatone
Subfinder

Files from this repository:

Venom.sh
resolvers.txt (This is a list of resolvers, you are free to use your own)
resolve-verify.txt
altdns.txt

Setup:

1. Install all prerequisites.
2. Clone this repository.
3. Used the commands mentioned in the Usage section.

Usage:

The first argument is domain_name
The second argument is working_directory.
The third argument is DNS resolvers list placed in file "resolvers.txt"
The fourth argument is list of two Google DNS resolvers for last verification of subdomains is done by using Google Dns servers 8.8.8.8 & 8.8.4.4
The fifth argument is AltDNS wordlist called altdns.txt from this repository.
cd /root/tools/venom/

bash venom.sh example.com /root/example /root/tools/venom/resolvers.txt /root/tools/venom/resolve-verify.txt /root/tools/venom/altdns.txt

Output:

subdomains.lst -- All subdomains

masscan.xml -- Masscan output in XML

aquatone/ip -- Aquatone screenshots of IP addresses

aquatone/subs -- Aquatone screenshots of subdomains.lst

amass.lst -- Raw list by Amass

subfinder.lst -- Raw list by Subfinder

sublist3r.lst -- Raw list by Sublist3r

Current Version

2.1

Change Log

Sorting made faster for hard disk users

venom's People

Contributors

0daysecured avatar

Stargazers

B avatar  avatar  avatar Michael Cade avatar Fawad khan avatar Never Mind avatar  avatar Akun avatar zhao avatar trenton avatar  avatar v1c7 avatar Alexander Knorr avatar Atadzhan avatar  avatar  avatar keacwu avatar Matthew Linney avatar Gr3yD0g avatar Samuel Adi avatar TheL0singEdge avatar B0y1n4o4 avatar Nbosa avatar Iz avatar Muhammad Aldo Firmansyah avatar  avatar  avatar Josh avatar awesomeaakash avatar  avatar

Watchers

 avatar Never Mind avatar

venom's Issues

Speed up Sort

Hi, when merging Scraped list and AltDNS list, if you try with large file, the sort tool is very slow. I tried to fix it with LC_ALL=C and -S 50% and it faster ~8 times. This is my command:
LC_ALL=C sort -S 50% scraped.lst altdns.lst| uniq > possiblealt.lst

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.