Skip to content

Commit 7ba13e6

Browse files
committed
More internal links for Linux
1 parent 5b6871e commit 7ba13e6

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

Linux Hardening/Commands and DIRs.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,8 @@ find / -perm -4000 2>/dev/null
4646
```bash
4747
# Open ports
4848
(netstat -punta || ss --ntpu)
49+
netstat -tulnp
50+
ifconfig
4951
```
5052

5153
## Misc

Linux Hardening/Linux Hardening.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# System Information
22
- [ ] Check for files which can be run as root: `sudo -l`
3-
- [ ] Gather OS information
3+
- [ ] Gather [[Linux Hardening/Commands and DIRs#System Information|OS information]]
44
- [ ] Check **$PATH**
55
- [ ] Writable folders or files?
66
- [ ] Check environment variables
@@ -14,7 +14,7 @@
1414
- [ ] Is the group unusual?
1515
- [ ] Files
1616
- [ ] Processes owned / run
17-
- [ ] Clipboards
17+
- [ ] [[Linux Hardening/Commands and DIRs#Clipboard|Clipboards]]
1818
- [ ] Try to **use** every **known password** that you have discovered previously to login **with each** possible **user**. Try to login also without a password.
1919

2020
# Files and Drives
@@ -27,7 +27,7 @@
2727
- [ ] Binaries in **$PATH**
2828

2929
# Network
30-
- [ ] Enumerate the network: `netstat -tulnp` and `ifconfig`
30+
- [ ] Enumerate the [[Linux Hardening/Commands and DIRs#Network|network]]
3131
- [ ] Read: `/proc/net/fib_trie`
3232
- [ ] Ping sweep: `for i in {1..254}; do (ping -c 1 10.10.10.${i} | grep "bytes from" | grep -v "Unreachable" &); done;`
3333

0 commit comments

Comments
 (0)