mirror of
https://github.com/carlospolop/hacktricks
synced 2024-11-15 01:17:36 +00:00
Merge pull request #225 from yehgdotnet/master
Added https://en.wikipedia.org/wiki/List_of_file_signatures to pentesting-web/file-upload/README.md
This commit is contained in:
commit
b844aca88a
2 changed files with 3 additions and 1 deletions
|
@ -1463,7 +1463,7 @@ Files that ships in packages downloaded from distribution repository go into `/u
|
|||
**Mestaploit:** _**multi/recon/local\_exploit\_suggester**_
|
||||
**Linux Exploit Suggester:** [https://github.com/mzet-/linux-exploit-suggester](https://github.com/mzet-/linux-exploit-suggester)
|
||||
**EvilAbigail \(physical access\):** [https://github.com/GDSSecurity/EvilAbigail](https://github.com/GDSSecurity/EvilAbigail)
|
||||
**Recopilation of more scripts**: [https://gh-dark.rauchg.now.sh/1N3/PrivEsc/tree/master/linux](https://gh-dark.rauchg.now.sh/1N3/PrivEsc/tree/master/linux)
|
||||
**Recopilation of more scripts**: [https://github.com/1N3/PrivEsc](https://github.com/1N3/PrivEsc)
|
||||
|
||||
### Bibliography
|
||||
|
||||
|
|
|
@ -165,6 +165,8 @@ Here’s a top 10 list of things that you can achieve by uploading \(from [link]
|
|||
* **PNG**: `"\x89PNG\r\n\x1a\n\0\0\0\rIHDR\0\0\x03H\0\xs0\x03["`
|
||||
* **JPG**: `"\xff\xd8\xff"`
|
||||
|
||||
Refer to [https://en.wikipedia.org/wiki/List_of_file_signatures](https://en.wikipedia.org/wiki/List_of_file_signatures) for other filetypes.
|
||||
|
||||
## Zip File Automatically decompressed Upload
|
||||
|
||||
If you can upload a ZIP that is going to be decompressed inside the server, you can do 2 things:
|
||||
|
|
Loading…
Reference in a new issue