Skip to content

j3ssie/str-replace

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

str-replace

Simple tools to handle string and generate subdomain permutations

Install

go install github.com/j3ssie/str-replace@latest

Usage

# Build the wordlist by splitting subdomains as '.' string
cat list-of-subdomain.txt | str-replace -d '.' -n

# Build permutation subdomains from the wordlist from the existing subdomains
# This will replace every part of the subdomain except the tld with the wordlist provided
cat list-of-subdomain.txt | str-replace -W wordlists.txt -tld example.com

Don't know how to use it? Well, This is already integrated into the Osmedeus workflow.

OsmedeusEngine

This project was part of Osmedeus Engine. Check out how it was integrated at @OsmedeusEngine

About

Simple tools to handle string and generate subdomain permutations

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages