post-exploit — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited post-exploit (Agent Skill) and scored it 100/100 (green). The audit ran 55 deterministic rules across Security, Supply Chain, Maintenance, Transparency, and Community; it found 0 high-severity and 0 lower-severity findings. The full rule-by-rule trace and per-finding evidence are below. Free, methodology-open.
Findings & checks · 0 flagged
Every scanned point with the score it earned and what moved between them.
First recorded scan — no prior version to compare against.
The primary manifest — the file an agent reads to learn what this artifact does.
RoE-only and lab discipline: post-exploitation is by definition post-foothold, which means the attacker is already through the front door. The RoE must explicitly allow the next steps: which commands, on which systems, within which time window, with which limits on data access and persistence cleanup. Do not run techniques on production without that agreement on file. Specific EDR-bypass recipes, ready-to-run beacons, and version-targeted privilege-escalation exploits do not live in this skill — those belong in the engagement workspace.
A successful initial access marks the beginning, not the end, of a red-team / pentest engagement. This skill provides the structural lens for what happens after foothold: which questions you answer, which techniques map to which tactic, what the defensive counterpart is, which detection opportunity you must document for purple-ops and detection-engineer.
Triggers on:
phishing-sim or web-exploit-triage has been gained and you are moving to the next ATT&CK tactic.purple-ops drives that planning.phishing-sim, web-exploit-triage, exploit-chain. This skill begins after the first foothold.ad-attacks. Lots of overlap with this skill; this is the overarching lens, AD-attacks the domain-specific implementation.c2-hygiene. This skill names C2 as an ATT&CK tactic; that skill provides the operational setup.payload-crafter at pattern level.detection-engineer. This skill provides the attack side, which is why purple-ops is often the counterpart.ir-runbook, forensics-assist.pentest-reporter.Seven phases. Phase 1 (foothold validation + scope) and phase 7 (cleanup) are the discipline bumpers; phases 2–6 cover ATT&CK tactics.
Before doing anything post-exploit:
From foothold to higher privilege. Per platform:
uname -a + cve-triage handoff). Class name, no specific exploit here.sudo -l as a probe), wildcards in sudoers, suid binaries.cap_sys_admin on a binary).web-exploit-triage).iam:PassRole.D3FEND counterpart: kernel patching, least privilege, EDR rules on token impersonation, IAM monitoring.
Log a detection opportunity per technique for handoff to detection-engineer/purple-ops.
/etc/shadow (after privesc), SSH keys, .bash_history, .netrc, .aws/credentials, .kube/config.secrets-scanner-style discovery, but now post-foothold).ad-attacks.Discipline: extracted credentials are not reused outside the engagement scope (e.g. not Have-I-Been-Pwned-checked against production mailboxes). Storage in an encrypted local-engagement vault, deletion after report delivery.
SharpHound-class collection (see ad-attacks).ad-attacks).Discipline: lateral movement is high-impact. Per-step confirmation of scope; track which new systems you touch so the blue team knows where to look.
Persistence is a red-team-specific question. In a standard pentest it is usually not needed (engagement is point-in-time). In a red-team it may be required to simulate realistic APT behavior.
Cleanup discipline is required. Persistence created for demonstration is removed after the engagement: scheduled tasks deleted, registry keys removed, IAM users/keys revoked. The pentest report documents what was created and the proof of removal.
For red-team realism and for blue-team feedback. Per technique class, what the attacker does and what the defender can see.
Detection-opportunity discipline: your report must mention, for every evasion technique, which signal it left behind so the detection engineer can tune for it.
pentest-reporter:Layer 1: scope (all steps within RoE, no out-of-scope systems touched?), assumptions (foothold context remains as started, not silently elevated through techniques you did not consciously execute?), gaps (cleanup checklist 100%, no leftover persistence?). Layer 2: ATT&CK T-IDs correct (T1003 LSASS dumping, T1055 process injection, T1078 valid accounts, etc.), no invented techniques, D3FEND counter-mappings real, detection-opportunity claims supported.
Post-exploitation log — <engagement>
Foothold: <user context, system, privileges, date/time>
Trophy goal: <what counts as "done">
RoE scope: <which systems permitted for next steps>
Per step (chronological):
| Time | Tactic (TA-ID) | Technique (T-ID) | From | To | What | Cleanup status | Detection opportunity |
Privilege Escalation: <reached level + path>
Credential Access: <which creds, how obtained, where stored during engagement>
Discovery: <inventory: users/systems/cloud resources>
Lateral Movement: <which new systems, with which creds>
Persistence: <if created: what, with cleanup evidence>
Defense Evasion: <which techniques, signals left behind>
D3FEND mapping (defensive recommendations):
Per technique used: counter + detection-rule shape.
Cleanup evidence:
- <persistence-X removed at time Y, screenshot/log ref>
- <test account Z revoked at time W>
- ...
Handoffs:
pentest-reporter: <findings + ATT&CK mapping for the report>
purple-ops: <missed detection opportunities>
detection-engineer: <concrete sigma/KQL rule suggestions>
Verification-loop: ...No extracted credentials or found data in this log beyond redacted refs. Raw materials in an encrypted engagement vault, not in report delivery.
~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.