Skip to content

Commit

Permalink
Create controlthings.md
Browse files Browse the repository at this point in the history
  • Loading branch information
TonyPhipps authored Aug 13, 2024
1 parent 0788de9 commit b257c34
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions Products/controlthings.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
Use xxd to manually analyze binary files
```
xxd memdump.bin | less
```

Use strings to identify passwords
```
strings memdump.bin | less
```

Use entropy graphs to find asymmetric keys
```
binwalk -E hidden-key-raw
binwalk -B hidden-key-raw
binwalk -BE hidden-key-raw
```

0 comments on commit b257c34

Please sign in to comment.