.....
SQL injections coming up!!
Collapse
X
-
-
-
Not a very smart idea, making threats against the server...Eat Us And Smile - The Originals
"I have a very belligerent enthusiasm or an enthusiastic belligerence. I’m an intellectual slut." - David Lee Roth
"We are part of the, not just the culture, but the geography. Van Halen music goes along with like fries with the burger." - David Lee RothComment
-
Comment
-
Eat Us And Smile
Cenk For America 2024!!
Justice Democrats
"If the American people had ever known the truth about what we (the BCE) have done to this nation, we would be chased down in the streets and lynched." - Poppy Bush, 1992Comment
-
-
-
A Googles on "Sammy Who's" IP:
67.159.44.51
67.159.44.51 - Google Search
And oh yeah, it is most definitely a proxy...
Comment
-
-
<%
‘Format SQL Query function
Private Function formatSQLInput(ByVal strInputEntry)
‘Remove malicious characters from links and images
strInputEntry = Replace(strInputEntry, “<”, “<”)
strInputEntry = Replace(strInputEntry, “>”, “>”)
strInputEntry = Replace(strInputEntry, “[”, “[”)
strInputEntry = Replace(strInputEntry, “]”, “]”)
strInputEntry = Replace(strInputEntry, “”"”, “”, 1, -1, 1)
strInputEntry = Replace(strInputEntry, “=”, “=”, 1, -1, 1)
strInputEntry = Replace(strInputEntry, “‘”, “””, 1, -1, 1)
strInputEntry = Replace(strInputEntry, “select”, “select”, 1, -1, 1)
strInputEntry = Replace(strInputEntry, “join”, “join”, 1, -1, 1)
strInputEntry = Replace(strInputEntry, “union”, “union”, 1, -1, 1)
strInputEntry = Replace(strInputEntry, “where”, “where”, 1, -1, 1)
strInputEntry = Replace(strInputEntry, “insert”, “insert”, 1, -1, 1)
strInputEntry = Replace(strInputEntry, “delete”, “delete”, 1, -1, 1)
strInputEntry = Replace(strInputEntry, “update”, “update”, 1, -1, 1)
strInputEntry = Replace(strInputEntry, “like”, “like”, 1, -1, 1)
strInputEntry = Replace(strInputEntry, “drop”, “drop”, 1, -1, 1)
strInputEntry = Replace(strInputEntry, “create”, “create”, 1, -1, 1)
strInputEntry = Replace(strInputEntry, “modify”, “modify”, 1, -1, 1)
strInputEntry = Replace(strInputEntry, “rename”, “rename”, 1, -1, 1)
strInputEntry = Replace(strInputEntry, “alter”, “alter”, 1, -1, 1)
strInputEntry = Replace(strInputEntry, “cast”, “cast”, 1, -1, 1)
‘Return
formatSQLInput = strInputEntry
End FunctionComment
-
<%
‘Format SQL Query function
Private Function formatSQLInput(ByVal strInputEntry)
‘Remove malicious characters from links and images
strInputEntry = Replace(strInputEntry, “<”, “<”)
strInputEntry = Replace(strInputEntry, “>”, “>”)
strInputEntry = Replace(strInputEntry, “[”, “[”)
strInputEntry = Replace(strInputEntry, “]”, “]”)
strInputEntry = Replace(strInputEntry, “”"”, “”, 1, -1, 1)
strInputEntry = Replace(strInputEntry, “=”, “=”, 1, -1, 1)
strInputEntry = Replace(strInputEntry, “‘”, “””, 1, -1, 1)
strInputEntry = Replace(strInputEntry, “select”, “select”, 1, -1, 1)
strInputEntry = Replace(strInputEntry, “join”, “join”, 1, -1, 1)
strInputEntry = Replace(strInputEntry, “union”, “union”, 1, -1, 1)
strInputEntry = Replace(strInputEntry, “where”, “where”, 1, -1, 1)
strInputEntry = Replace(strInputEntry, “insert”, “insert”, 1, -1, 1)
strInputEntry = Replace(strInputEntry, “delete”, “delete”, 1, -1, 1)
strInputEntry = Replace(strInputEntry, “update”, “update”, 1, -1, 1)
strInputEntry = Replace(strInputEntry, “like”, “like”, 1, -1, 1)
strInputEntry = Replace(strInputEntry, “drop”, “drop”, 1, -1, 1)
strInputEntry = Replace(strInputEntry, “create”, “create”, 1, -1, 1)
strInputEntry = Replace(strInputEntry, “modify”, “modify”, 1, -1, 1)
strInputEntry = Replace(strInputEntry, “rename”, “rename”, 1, -1, 1)
strInputEntry = Replace(strInputEntry, “alter”, “alter”, 1, -1, 1)
strInputEntry = Replace(strInputEntry, “cast”, “cast”, 1, -1, 1)
‘Return
formatSQLInput = strInputEntry
End Function
Why don't you get another hot-beef "injection," knob-hardener?Comment








Comment