Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/baerwang/demon
Demon is a powerful browser crawler for web vulnerability scanners
https://github.com/baerwang/demon
arsenal blackhat chrome-devtools hacking headless headless-chrome rust rust-lang security vulnerability-scanner web-vulnerability-scanner
Last synced: about 1 month ago
JSON representation
Demon is a powerful browser crawler for web vulnerability scanners
- Host: GitHub
- URL: https://github.com/baerwang/demon
- Owner: baerwang
- License: gpl-3.0
- Created: 2023-12-25T14:36:19.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2024-02-27T15:02:36.000Z (9 months ago)
- Last Synced: 2024-10-03T20:43:36.524Z (about 2 months ago)
- Topics: arsenal, blackhat, chrome-devtools, hacking, headless, headless-chrome, rust, rust-lang, security, vulnerability-scanner, web-vulnerability-scanner
- Language: Rust
- Homepage:
- Size: 90.8 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Demon
Daemon is a browser crawler that does URL harvesting in chrome headless mode
# Quick Start
## Run
> Demon needs `chromium`, Please confirm that the environment is installed
```shell
./demon --target http://testphp.vulnweb.com
```## Use chromium
```shell
./demon --target http://testphp.vulnweb.com chromium /tmp/chromium/chrome
```# More command parameters
```shell
./demon -h
```## Roadmap
- [x] Robots
- [x] Sitemap.xml
- [ ] Javascript Content
- [x] Custom Headers
- [x] Proxy
- [x] Form
- [x] Click
- [x] Auto Random filling
- [x] Http auth (Basic,Digest,NTLM)
- [ ] Auto login
- [ ] Weak Cryptography
- [x] Scan Policy1. current site (default)
2. all website
3. subdomain
4. not subdomain
5. directory- [x] Random User-Agent
- [x] Duplicate detection Policy1. params
2. params+method (default)
3. params+method+body(xml,json)- [ ] AI Captcha
- [ ] Output Policy1. JSON
2. Redis