You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Linux Hardening/Linux Hardening.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
# System Information
2
2
-[ ] 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]]
4
4
-[ ] Check **$PATH**
5
5
- [ ] Writable folders or files?
6
6
-[ ] Check environment variables
@@ -14,7 +14,7 @@
14
14
- [ ] Is the group unusual?
15
15
- [ ] Files
16
16
- [ ] Processes owned / run
17
-
-[ ] Clipboards
17
+
-[ ][[Linux Hardening/Commands and DIRs#Clipboard|Clipboards]]
18
18
-[ ] Try to **use** every **known password** that you have discovered previously to login **with each** possible **user**. Try to login also without a password.
19
19
20
20
# Files and Drives
@@ -27,7 +27,7 @@
27
27
-[ ] Binaries in **$PATH**
28
28
29
29
# Network
30
-
-[ ] Enumerate the network: `netstat -tulnp`and `ifconfig`
30
+
-[ ] Enumerate the [[Linux Hardening/Commands and DIRs#Network|network]]
31
31
-[ ] Read: `/proc/net/fib_trie`
32
32
-[ ] Ping sweep: `for i in {1..254}; do (ping -c 1 10.10.10.${i} | grep "bytes from" | grep -v "Unreachable" &); done;`
0 commit comments