Skip to content

Commit

Permalink
pi & security
Browse files Browse the repository at this point in the history
  • Loading branch information
sanhphanvan96 committed Jun 4, 2024
1 parent 283ad4b commit 1e45364
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 0 deletions.
7 changes: 7 additions & 0 deletions raspberrypi.md
Original file line number Diff line number Diff line change
Expand Up @@ -93,3 +93,10 @@ pm2 startup
pm2 save
pm2 list
```

## Tmux config
- ~/.tmux.conf
```
set -g mouse on
set -g history-limit 5000
```
13 changes: 13 additions & 0 deletions security/general.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
## Project Discovery
- install pdmt https://github.com/projectdiscovery/pdtm
- pdtm requires go1.19
```
go install -v github.com/projectdiscovery/pdtm/cmd/pdtm@latest
pdtm -i subfinder
pdtm -i httpx
pdtm -i nuclei
```
- one line test:
```
subfinder -d example.com -silent | httpx -silent | nuclei
```

0 comments on commit 1e45364

Please sign in to comment.