Files
kuripoiss/README.md
2025-06-27 13:16:57 +03:00

25 lines
688 B
Markdown

# kuripoiss
kuripoiss or badboy is a DNS scanning tool.
## Usage
Wondering how to use it? Here's how:
### **IMPORTANT** - DEPENDENCIES
Please make sure the following packages are installed:
nmap
subfinder (Binary, Included in release)
### Running kuripoiss
#### On linux:
1. ./kuripoiss
2. Enter domain
## Self-Compiling
As it is open-source you can compile it yourself.
### Using g++
`g++ kuripoiss.cpp -o kuripoiss`
Make sure you get subfinder from the release files or their github.
## Credits
[subfinder (Licensed under MIT)](https://github.com/projectdiscovery/subfinder)
[nmap (Licensed under Nmap Public Source License Version 0.95 (NPSL v0.95)](https://github.com/nmap/nmap)