hahwul / WebHackersWeapons

⚔️ Web Hacker's Weapons / A collection of cool tools used by Web hackers. Happy hacking , Happy bug-hunting
MIT License
3.81k stars 675 forks source link

Add Scilla #26

Closed edoardottt closed 3 years ago

edoardottt commented 3 years ago

Hi! I would like to suggest my tool scilla.

github.com/edoardottt/scilla

It performs subdomain, dns and port enumeration.

Thanks

hahwul commented 3 years ago

Hi @edoardottt I'll add it soon! or you can send PR to this project. (If you do PR, it's good because it stays in the Git contributor as well 😁😎)

If you don't send PR, please tell me. I'll take care of it :D

1) Fork this repo and clone

$ git clone https://github.com/edoardottt/WebHackersWeapons
$ cd WebHackersWeapons

2) build binary on your env

$ make contribute

3) Run add-tool and distribute-readme

$ ./add-tool -url https://github.com/edoardottt/scilla
$ ./distribute-readme
..snip...
[ copy/paste this ] git add data.json README.md ; git commit -m 'distribute readme'; git push -u origin master

4) copy last line, past your shell (commit and push your forked repo) 5) open github.com your forked repo, send pull request to main repo

Cheers,

edoardottt commented 3 years ago

Done! :+1:

hahwul commented 3 years ago

@edoardottt Merged! thank you :D