Commit 22e5515d authored by Philip Linghammar's avatar Philip Linghammar
Browse files

Updates basics_of_linux.md

Auto commit by GitBook Editor
parent c03a0d40
Loading
Loading
Loading
Loading
+3 −5
Original line number Diff line number Diff line
@@ -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.
@@ -1089,12 +1091,8 @@ 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.



### Wireless - wpa\_supplicant

So if you manage to disable networkManager you can connect to a wireless network using wpa\_supplicant instead. I think that is what NetworkManager actually uses underneith.