Skip to content

Filter a list of domain names based on a list of allowed scope domains

Notifications You must be signed in to change notification settings

esidate/inscope

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

InScope

This is a simple command that filters a list of domain names based on a list of allowed scope domains.

# Install
go install -v github.com/esidate/inscope@latest

# Manual install
# Download
wget https://github.com/esidate/inscope/releases/download/v0.1.0/inscope
# Or build
go build -o inscope
# And install
mv inscope /usr/local/bin

# Usage
cat domains.txt | inscope -scope scope.txt
# Or
inscope -scope scope.txt domains.txt

About

Filter a list of domain names based on a list of allowed scope domains

Resources

Stars

Watchers

Forks

Languages