Coder Social home page Coder Social logo

caretakerport / uforall Goto Github PK

View Code? Open in Web Editor NEW

This project forked from rix4uni/uforall

0.0 0.0 0.0 43 KB

UForAll is a fast url crawler this tool crawl all URLs number of different sources, alienvault,WayBackMachine,urlscan,commoncrawl

License: MIT License

Shell 33.25% Python 66.75%

uforall's Introduction

UForAll

UForAll is a fast url crawler this tool crawl all URLs number of different sources

Sources

Installation

git clone https://github.com/rix4uni/UForAll.git
cd UForAll
pip3 install -r requirements.txt
chmod +x uforall
mkdir -p ~/bin
if ! grep -qxF 'export PATH="$HOME/bin/UForAll:$PATH"' ~/.bashrc ; then echo -e '\nexport PATH="$HOME/bin/UForAll:$PATH"' >> ~/.bashrc ; fi
cd .. && mv UForAll ~/bin && source ~/.bashrc

Setup Api Key Important if you not setup api maybe the tool not work properly

# https://urlscan.io/user/signup (Paid/Free)
# open urlscan.py add your api keys

Usage

Single URL:

uforall -d testphp.vulnweb.com -t 100 | anew

Multiple URLs:

uforall -l interesting_subs.txt -t 100 | anew

                 __  __     ______   ______     ______     ______     __         __
                /\ \/\ \   /\  ___\ /\  __ \   /\  == \   /\  __ \   /\ \       /\ \
                \ \ \_\ \  \ \  __\ \ \ \/\ \  \ \  __<   \ \  __ \  \ \ \____  \ \ \____
                 \ \_____\  \ \_\    \ \_____\  \ \_\ \_\  \ \_\ \_\  \ \_____\  \ \_____\
                  \/_____/   \/_/     \/_____/   \/_/ /_/   \/_/\/_/   \/_____/   \/_____/
                                    coded by @rix4uni in INDIA
OPTIONS:
   -d, --domain        Single Target domain (domain.com)
   -l, --list          Multiple Target domain (interesting_subs.txt)
   -t, --threads       number of threads to use (default 50)
   -h, --help          Help - Show this help

USAGE EXAMPLES:
   uforall -d domain.com -t 100
   uforall -l interesting_subs.txt -t 100

---If you want to use only one service---
Single URL:
   echo "testphp.vulnweb.com" | python3 ~/bin/UForAll/archive.py -t 100
   echo "testphp.vulnweb.com" | python3 ~/bin/UForAll/otx.py
   echo "testphp.vulnweb.com" | python3 ~/bin/UForAll/urlscan.py -t 100
   echo "testphp.vulnweb.com" | python3 ~/bin/UForAll/commoncrawl.py -t 100

Multiple URLs:
   cat interesting_subs.txt | python3 ~/bin/UForAll/archive.py -t 100
   cat interesting_subs.txt | python3 ~/bin/UForAll/otx.py
   cat interesting_subs.txt | python3 ~/bin/UForAll/urlscan.py -t 100
   cat interesting_subs.txt | python3 ~/bin/UForAll/commoncrawl.py -t 100

uforall's People

Contributors

rix4uni avatar

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.