Compare commits

...

6 Commits

Author SHA1 Message Date
Zac the Wise ea7c8524d7
Merge e37aa24db1 into 30e4b0f405 2023-09-03 10:51:02 +08:00
sbilly 30e4b0f405
Merge pull request #246 from cfpadok/develop
feat: add new tool for cognito pentest, thx @cfpadok
2023-09-03 10:45:15 +08:00
cfgs 5ec9670bc9 feat: add new tool for cognito pentest 2023-08-08 11:56:37 +02:00
TechWiz-3 e37aa24db1 add good link to whitelist 2022-10-19 11:46:06 +11:00
TechWiz-3 1b7cd96ed9 add whitelist to linkcheck 2022-10-18 15:35:05 +11:00
TechWiz-3 4caa3ddcb3 add link check action 2022-10-18 15:31:26 +11:00
2 changed files with 18 additions and 1 deletions

17
.github/workflows/linkcheck.yml vendored Normal file
View File

@ -0,0 +1,17 @@
name: Link-check
on:
schedule:
- cron: '0 0 * * 1' # every monday
push:
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Run linksafe
uses: TechWiz-3/linksafe@fast
with:
whitelist_links: "http://www.clamav.net/,https://www.cipherdyne.org/fwknop/,http://bruteforce.gr/honeydrive,https://ossec.github.io/,https://www.hardenwindows10forsecurity.com/"
env:
TOKEN: ${{ secrets.TOKEN }}

View File

@ -82,7 +82,7 @@ Thanks to all [contributors](https://github.com/sbilly/awesome-security/graphs/c
- [Netz](https://github.com/spectralops/netz)- Discover internet-wide misconfigurations, using zgrab2 and others.
- [Deepfence ThreatMapper](https://github.com/deepfence/ThreatMapper) - Apache v2, powerful runtime vulnerability scanner for kubernetes, virtual machines and serverless.
- [Deepfence SecretScanner](https://github.com/deepfence/SecretScanner) - Find secrets and passwords in container images and file systems.
- [Cognito Scanner](https://github.com/padok-team/cognito-scanner) - CLI tool to pentest Cognito AWS instance. It implements three attacks: unwanted account creation, account oracle and identity pool escalation
### Monitoring / Logging
- [BoxyHQ](https://github.com/retracedhq/retraced) - Open source API for security and compliance audit logging.