Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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 Policy

1. current site (default)
2. all website
3. subdomain
4. not subdomain
5. directory

- [x] Random User-Agent
- [x] Duplicate detection Policy

1. params
2. params+method (default)
3. params+method+body(xml,json)

- [ ] AI Captcha
- [ ] Output Policy

1. JSON
2. Redis