Skip to content

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

License

Notifications You must be signed in to change notification settings

rix4uni/uforall

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

uforall

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

Sources

Installation

go install github.com/rix4uni/uforall@latest

Download prebuilt binaries

wget https://github.com/rix4uni/uforall/releases/download/v0.0.2/uforall-linux-amd64-0.0.2.tgz
tar -xvzf uforall-linux-amd64-0.0.2.tgz
rm -rf uforall-linux-amd64-0.0.2.tgz
mv uforall ~/go/bin/uforall

Or download binary release for your platform.

Compile from source

git clone --depth 1 github.com/rix4uni/uforall.git
cd uforall; go install

Usage

Usage of uforall:
  -silent
        silent mode.
  -t string
        Comma-separated list of tools to run: 'otx', 'archive', 'urlscan', 'commoncrawl', or 'all' (default "all")
  -version
        Print the version of the tool and exit.

Usage Examples

Single URL:

echo "testphp.vulnweb.com" | uforall

Multiple URLs:

cat subs.txt | uforall

Run specific tools:

cat subs.txt | uforall -t otx, urlscan

About

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

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages