From 734af8d8393e1807536e4ff96c0dd603abd0b350 Mon Sep 17 00:00:00 2001 From: CyberSecurityUP Date: Thu, 25 Jun 2026 09:26:09 -0300 Subject: [PATCH] chore: stop tracking per-project .neurosploit/ test state These session/runs/history files are runtime state generated during local testing; .neurosploit/ is already in .gitignore. Untrack them so the repo doesn't carry test artifacts. Co-Authored-By: Claude Opus 4.8 (1M context) --- neurosploit-rs/.neurosploit/history.txt | 31 ------------------------ neurosploit-rs/.neurosploit/runs.json | 30 ----------------------- neurosploit-rs/.neurosploit/session.json | 14 ----------- 3 files changed, 75 deletions(-) delete mode 100644 neurosploit-rs/.neurosploit/history.txt delete mode 100644 neurosploit-rs/.neurosploit/runs.json delete mode 100644 neurosploit-rs/.neurosploit/session.json diff --git a/neurosploit-rs/.neurosploit/history.txt b/neurosploit-rs/.neurosploit/history.txt deleted file mode 100644 index 8071469..0000000 --- a/neurosploit-rs/.neurosploit/history.txt +++ /dev/null @@ -1,31 +0,0 @@ -#V2 -ola -/help -/focus -/help -run -/run -/target redteamleaders.com -/run -/report -/reports -/report -/exit -/show -/run -/results -/report -/help -/results -/target http://testasp.vulnweb.com/ -/run -/results -/report -/exit -/run -/status -/help -/results -/stop -/results -/exit diff --git a/neurosploit-rs/.neurosploit/runs.json b/neurosploit-rs/.neurosploit/runs.json deleted file mode 100644 index bc9dfc5..0000000 --- a/neurosploit-rs/.neurosploit/runs.json +++ /dev/null @@ -1,30 +0,0 @@ -[ - { - "id": 1, - "mode": "black-box", - "target": "https://redteamleaders.com", - "workdir": "", - "findings": [] - }, - { - "id": 2, - "mode": "black-box", - "target": "https://redteamleaders.com", - "workdir": "", - "findings": [] - }, - { - "id": 3, - "mode": "black-box", - "target": "http://testasp.vulnweb.com/", - "workdir": "", - "findings": [] - }, - { - "id": 4, - "mode": "black-box", - "target": "http://testasp.vulnweb.com/", - "workdir": "/opt/NeurosploitFinal/runs/ns-1782353097-testasp_vulnweb_com", - "findings": [] - } -] \ No newline at end of file diff --git a/neurosploit-rs/.neurosploit/session.json b/neurosploit-rs/.neurosploit/session.json deleted file mode 100644 index 6669c1c..0000000 --- a/neurosploit-rs/.neurosploit/session.json +++ /dev/null @@ -1,14 +0,0 @@ -{ - "models": [ - "anthropic:claude-opus-4-8" - ], - "subscription": true, - "mcp": false, - "vote_n": 3, - "max_agents": 0, - "target": "http://testasp.vulnweb.com/", - "repo": null, - "auth": null, - "creds": null, - "instructions": "run" -} \ No newline at end of file