Compare commits

...

6 Commits

Author SHA1 Message Date
Zac the Wise 2747eb748d
Merge e37aa24db1 into 7981daa4b7 2023-10-01 13:50:00 -06:00
sbilly 7981daa4b7
Merge pull request #250 from denizilhan/master
Adding a new tool to Scanning/Pentesting thx @denizilhan
2023-09-29 23:18:41 +08:00
denizilhan 7ec67caf17
Adding a new tool to Scanning/Pentesting
I added a new IAST tool called CakeFuzzer to Scanning/Pentesting section.
2023-09-25 13:52:19 +03: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 0 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

@ -327,6 +327,7 @@ Provided data: IPv4 hosts, sub/domains/whois, ports/banners/protocols, technolog
- [Cyclops](https://github.com/v8blink/Chromium-based-XSS-Taint-Tracking) - The Cyclops is a web browser with XSS detection feature, it is chromium-based xss detection that used to find the flows from a source to a sink.
- [Scanmycode CE (Community Edition)](https://github.com/marcinguy/scanmycode-ce) - Code Scanning/SAST/Static Analysis/Linting using many tools/Scanners with One Report. Currently supports: PHP, Java, Scala, Python, Ruby, Javascript, GO, Secret Scanning, Dependency Confusion, Trojan Source, Open Source and Proprietary Checks (total ca. 1000 checks)
- [recon](https://github.com/rusty-ferris-club/recon) - a fast Rust based CLI that uses SQL to query over files, code, or malware with content classification and processing for security experts
- [CakeFuzzer](https://github.com/Zigrin-Security/CakeFuzzer) - The ultimate web application security testing tool for CakePHP-based web applications. CakeFuzzer employs a predefined set of attacks that are randomly modified before execution. Leveraging its deep understanding of the Cake PHP framework, Cake Fuzzer launches attacks on all potential application entry points.
### Runtime Application Self-Protection