Skip to content

Commit

Permalink
Updates basics_of_linux.md
Browse files Browse the repository at this point in the history
Auto commit by GitBook Editor
  • Loading branch information
xapax committed Nov 22, 2017
1 parent c03a0d4 commit 22e5515
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions basics_of_linux.md
Original file line number Diff line number Diff line change
Expand Up @@ -974,6 +974,8 @@ We still can't ping anything out in the internetz- That's because we are not rea

```
route add default gw 192.168.55.1
or
ip route add default via 192.168.55.1
```

Remember that these routes will only be temporary.
Expand Down Expand Up @@ -1089,11 +1091,7 @@ curl icanhazip.com

You will see the request in burp suite.



If you want to mitm windowsyou just need to change the ip and gateway to 192.168.15.2 and 192.168.150.1.


If you want to mitm windowsyou just need to change the ip and gateway to 192.168.15.2 and 192.168.150.1.

### Wireless - wpa\_supplicant

Expand Down

0 comments on commit 22e5515

Please sign in to comment.