mirror of
https://github.com/carlospolop/hacktricks
synced 2024-11-15 17:28:13 +00:00
Fix typo in find backups command
This commit is contained in:
parent
507d257f46
commit
6ebfe94973
1 changed files with 1 additions and 1 deletions
|
@ -1487,7 +1487,7 @@ ls -alhR /opt/lampp/htdocs/ 2>/dev/null
|
|||
### **Backups**
|
||||
|
||||
```bash
|
||||
find /var /etc /bin /sbin /home /usr/local/bin /usr/local/sbin /usr/bin /usr/games /usr/sbin /root /tmp -type f \( -name "*backup*" -o -name "*\.bak" -o -name "*\.bck" -o -name "*\.bk" \) 2>/dev/nulll
|
||||
find /var /etc /bin /sbin /home /usr/local/bin /usr/local/sbin /usr/bin /usr/games /usr/sbin /root /tmp -type f \( -name "*backup*" -o -name "*\.bak" -o -name "*\.bck" -o -name "*\.bk" \) 2>/dev/null
|
||||
```
|
||||
|
||||
### Known files containing passwords
|
||||
|
|
Loading…
Reference in a new issue