Find this useful? Enter your email to receive occasional updates for securing PHP code.
Signing you up...
Thank you for signing up!
PHP Decode
<%@ Page Language="C#" %> <script runat="server"> protected override void OnLoad(Event..
Decoded Output download
<? <%@ Page Language="C#" %>
<script runat="server">
protected override void OnLoad(EventArgs e)
{
Response.Redirect("https://www.google.com/");
}
</script> ?>
Did this file decode correctly?
Original Code
<%@ Page Language="C#" %>
<script runat="server">
protected override void OnLoad(EventArgs e)
{
Response.Redirect("https://www.google.com/");
}
</script>
Function Calls
None |
Stats
MD5 | 37ac632090866d74cfbc28e4cbf5a0b4 |
Eval Count | 0 |
Decode Time | 74 ms |