The Book Of Secret Knowledge

security MCP Server

A collection of inspiring lists, manuals, cheatsheets, blogs, hacks, one-liners, cli/web tools and more.

Verified
securitysecurity
5 views0 stars0 forksMIT

Why This Matters

Discovered via smithery and last synced 3mo ago.

Verified
Source
smithery
Stars
0
Last synced
3mo ago
Install
Check source

Install

Install instructions not detected yet

Check the source repository for the latest setup steps.

View source instructions
6
Tools
0
Resources
0
Prompts
Standard I/O
Transport

Available Tools (6)

out

inout]` - choose send/receive direction (`-D` - for old tcpdump versions) * `host [ip

pass

user ' \ --color=auto --line-buffered -B20 ``` ###### Extract HTTP User Agent from HTTP request header ```bash tcpdump -ei eth0 -nn -A -s1500 -l

sort

uniq -c

nl

head -n 20 ``` ###### Sterilize bash history ```bash function sterile() { history

critical

warning)' filename ``` ###### Show data from file without comments ```bash grep -v ^[[:space:]]*# filename ``` ###### Show data from file without comments and new lines ```bash egrep -v '#

tail

column -t ``` ###### Show current working directory of a process ```bash lsof -p <PID>