mirror of
https://github.com/carlospolop/hacktricks
synced 2024-11-25 06:00:40 +00:00
commit
cdc469a645
1 changed files with 2 additions and 1 deletions
|
@ -22,7 +22,8 @@ Let's starting gaining some knowledge of the OS running
|
|||
|
||||
```bash
|
||||
(cat /proc/version || uname -a ) 2>/dev/null
|
||||
lsb_release -a 2>/dev/null
|
||||
lsb_release -a 2>/dev/null # old, not by default on many systems
|
||||
cat /etc/os-release 2>/dev/null # universal on modern systems
|
||||
```
|
||||
|
||||
### Path
|
||||
|
|
Loading…
Reference in a new issue