mirror of
https://github.com/CyberSecurityUP/NeuroSploit.git
synced 2026-08-14 21:50:21 +02:00
Drop committed exploitation/scan debris from neurosploit-rs/: proof screenshots (cj_proof2.png, clickjack_proof.png), hackersec scan dumps (hs_hdr.txt, hs_index.html, hs_robots.txt, hs_sitemap.xml) and rl_codes.txt. Keep creds.example.yaml (legit sample config). Add neurosploit-rs/.gitignore so target/, run state, and scan debris (*.png, hs_*, rl_codes.txt) never get committed again. Claude-Session: https://claude.ai/code/session_018BGLy4j5qsqqid6CoovowC Co-authored-by: Claude Opus 4.8 <noreply@anthropic.com>
11 lines
162 B
Plaintext
11 lines
162 B
Plaintext
/target
|
|
# run artifacts / project state
|
|
.neurosploit/
|
|
.playwright-mcp/
|
|
# scan & exploitation debris (never commit)
|
|
*.png
|
|
hs_*.txt
|
|
hs_*.html
|
|
hs_*.xml
|
|
rl_codes.txt
|