mirror of
https://github.com/enaqx/awesome-pentest.git
synced 2024-12-22 21:59:29 -05:00
8f0d4c7ba5
This commit also adds GhostProject.fr to the whitelist, as they use CloudFlare's JavaScript DDoS detection and return an HTTP 503 error. This commit also removes `zoomeye.org` from the whitelist, because they seem to be returning HTTP 200 OK responses reliably now.
14 lines
343 B
YAML
14 lines
343 B
YAML
---
|
|
language: ruby
|
|
sudo: required
|
|
rvm:
|
|
- 2.4.1
|
|
|
|
install:
|
|
- sudo apt update --yes
|
|
- sudo apt install ca-certificates
|
|
- gem install awesome_bot
|
|
|
|
script:
|
|
- awesome_bot README.md --allow-redirect --white-list "www.0day.today,mvfjfugdwgc5uwho.onion,creativecommons.org,netsparker.com,www.shodan.io,www.mhprofessional.com,ghostproject.fr"
|