Skip to content

secinto/duplicateRemover

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

duplicateRemover

Tool for removing entries which are duplicates from subdomain enumeration

GitHub Watchers GitHub Stars GitHub License

Developed by Stefan Kraxberger (https://twitter.com/skraxberger/)

Released as open source by secinto GmbH - https://secinto.com/
Released under Apache License version 2.0 see LICENSE for more information

Description

duplicateRemover is a GO tool which removes duplicate subdomain entries from enumeration. Very often a lot of entries resolve to the same host and same information. Currently, our assumption is that these "useless" subdomains are added due to SEO optimization and don't provide any relevant information for penetration testing. It on the other hand increases the amount of requests and time required for the recon phase. Thus, this tool removes these duplicates based on the returned content.

Installation Instructions

duplicateRemover requires go1.20 to install successfully. Run the following command to get the repo:

git clone https://github.com/secinto/duplicateRemover.git
cd duplicateRemover
go build
go install

or the following to directly install it from the command line:

go install -v github.com/secinto/duplicateRemover/cmd/duplicateRemover@latest

Usage

duplicateRemover -help

This will display help for the tool. Here are all the switches it supports.

Usage:
  duplicateRemover [flags]

Flags:
INPUT:
   -p, -project string  project name for metadata addition

CONFIG:
   -config string  settings (Yaml) file location (default "/home/samareina/.config/duplicateRemover/settings.yaml")

DEBUG:
   -silent         show only results in output
   -version        show version of the project
   -v              show verbose output
   -nc, -no-color  disable colors in output

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages