┌──(wyllowDev㉿kali)-[~]
└─$ id
uid=1337(wyllowDev) gid=1337(redteam) groups=1337(redteam),0(root)
┌──(wyllowDev㉿kali)-[~]
└─$ cat about.txt
Pentester focado em segurança ofensiva, exploração de vulnerabilidades
e análise profunda de aplicações web e infraestruturas.
Atualmente atuando na HugeNetwork com experiência prática em
ambientes reais, bug bounty e automação de testes de segurança
---
|
|
#!/usr/bin/env python3
# wyllowDev — Recon Pipeline
scope = "target.com"
tools = {
"Amass": f"amass enum -d {scope} -o recon/subdomains.txt",
"Subfinder": f"subfinder -d {scope} -o recon/subfinder.txt",
"httpx": f"httpx -l recon/subdomains.txt -o recon/live_hosts.txt",
"FFUF": f"ffuf -u https://{scope}/FUZZ -w wordlist.txt -o recon/dirs.txt",
"Nuclei": f"nuclei -l recon/live_hosts.txt -t ~/nuclei-templates/ -o recon/nuclei.txt",
"gau": f"gau {scope} | tee recon/endpoints.txt",
"LinkFinder": f"python3 linkfinder.py -i https://{scope} -o cli",
"Wayback": f"waybackurls {scope} | tee recon/wayback.txt",
"Katana": f"katana -u https://{scope} -o recon/crawl.txt",
"TruffleHog": f"trufflehog git https://github.com/target/repo",
}
for name, cmd in tools.items():
print(f"[*] Running {name}...")
os.system(cmd)| Tool | Badge | Description |
|---|---|---|
| Hashcat | GPU Password Cracking | |
| John the Ripper | Hash Cracking | |
| Hydra | Brute Force Online | |
| Medusa | Parallel Login Brute Force |
┌──(wyllowDev㉿kali)-[~]
└─$ cat credentials.txt| Instituição | Curso | Status |
|---|---|---|
| Análise e Desenvolvimento de Sistemas | 🎓 Cursando | |
| Cibersegurança | 🎓 Cursando |
|
Offensive Security
Certified Professional
|
Pentest Profissional
Desec Security
|
eLearnSecurity
Junior Penetration Tester
|
Certified Ethical
Hacker
|
|
CompTIA Security+
|
AWS Cloud Practitioner
|
OWASP Top 10
Web Exploitation
|
Linux Essentials
|
┌──(wyllowDev㉿kali)-[~/projects]
└─$ ls -la
drwxr-xr-x ?? wyllowDev redteam [SOON] recon-automation/
drwxr-xr-x ?? wyllowDev redteam [SOON] exploit-toolkit/
drwxr-xr-x ?? wyllowDev redteam [SOON] bugbounty-scripts/
drwxr-xr-x ?? wyllowDev redteam [SOON] ctf-writeups/
drwxr-xr-x ?? wyllowDev redteam [SOON] ad-attack-lab/
┌──(wyllowDev㉿kali)-[~/projects]
└─$ cat README_projects.txt
[!] Novos projetos públicos em breve.
Atualmente ocupado com engagements ativos,
bug bounty e desenvolvimento interno.
Stay tuned. Mais projetos serão disponibilizados em breve. ultimamente estou focado em bug bounty,estudos, pesquisas de vulnerabilidades e desenvolvimento de ferramentas internas. Volte em breve para novidades meu bbs