Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 2 additions & 6 deletions .github/workflows/stargazers.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,14 +24,10 @@ jobs:
fetch-depth: 0
persist-credentials: false

- name: Fetch base branch
run: |
git fetch origin main --depth=1

- name: Extract newly added URLs and GitHub repo links
run: |
# Show diff between base branch and PR HEAD, only for README
git diff --unified=0 origin/main...HEAD -- README.md > diff.txt
# On pull_request, HEAD is GitHub's synthetic merge commit and HEAD^1 is the base.
git diff --unified=0 HEAD^1 HEAD -- README.md > diff.txt

# Extract ALL added https:// URLs from added (+) lines
sed -n 's/^+.*\(https:\/\/[^ )]*\).*/\1/p' diff.txt \
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -598,6 +598,7 @@

## Uncategorized

- [ARS3NAL](https://github.com/inflictx/Arsenal) - Offline-first, searchable arsenal for pentest & bug bounty: ~1500 payloads, a click-to-build command generator, GTFOBins, wordlists, an embedded CyberChef, reverse shells and 70 checklists. Self-hosted web app with a live static demo.
- [RF Swift](https://github.com/PentHertz/RF-Swift) - A powerful multi-platform RF toolbox that deploys specialized radio tools in seconds on Linux, Windows, and macOS鈥攕upporting x86_64, ARM64 (Raspberry Pi, Apple Silicon), and RISC-V architectures without disrupting your primary OS.
- [bountyplz](https://github.com/fransr/bountyplz) - Automated security reporting from markdown templates (HackerOne and Bugcrowd are currently the platforms supported)
- [PayloadsAllTheThings](https://github.com/swisskyrepo/PayloadsAllTheThings) - A list of useful payloads and bypass for Web Application Security and Pentest/CTF
Expand Down