Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
CountablyInfinite committed Sep 15, 2020
1 parent e2351cd commit 35a5231
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions readme.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,13 @@
# OSCP Cheatsheet

The following collection is a wild (but structured) selection of commands, snippets, exploits, tools, lists and techniques I personally tested and used on my journey to becoming an OSCP.
The following collection is a wild (but structured) selection of commands, snippets, exploits, tools, lists and techniques I personally tested and used on my journey to becoming an OSCP. I will extend and update it from time to time, let's see where this is going.

# Reconnaissance

## Nmap
## Nmap

### Initial fast TCP scan

```shell
nmap -v -sS -sV -Pn --top-ports 1000 -oA first_10.10.10.181 10.10.10.181
```

0 comments on commit 35a5231

Please sign in to comment.