Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/j3ssie/str-replace
Simple tools to handle string and generate subdomain permutations
https://github.com/j3ssie/str-replace
bugbounty hacking infosec pentesting permutations recon subdomain
Last synced: 3 months ago
JSON representation
Simple tools to handle string and generate subdomain permutations
- Host: GitHub
- URL: https://github.com/j3ssie/str-replace
- Owner: j3ssie
- License: mit
- Created: 2022-05-04T04:00:16.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-06-08T13:11:58.000Z (over 2 years ago)
- Last Synced: 2024-06-20T12:43:08.518Z (7 months ago)
- Topics: bugbounty, hacking, infosec, pentesting, permutations, recon, subdomain
- Language: Go
- Homepage:
- Size: 9.77 KB
- Stars: 13
- Watchers: 3
- Forks: 7
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
str-replace
=============================
Simple tools to handle string and generate subdomain permutations## Install
```bash
go install github.com/j3ssie/str-replace@latest
```## Usage
```bash
# 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.
This project was part of Osmedeus Engine. Check out how it was integrated at @OsmedeusEngine