We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c29aa5f commit e14ab59Copy full SHA for e14ab59
hackerden/front/network-utils.js
@@ -25,6 +25,7 @@ ping = (req,res)=> {
25
if(hostname.match("FLAG") ||
26
hostname.match("passwd|shadow") ||
27
hostname.match("echo|\\bsed\\b|print|base64|\\bxxd\\b") ||
28
+ hostname.match("tomcat\/logs") ||
29
hostname.match("\\b(chmod|rm|mv|cp)\\b")){
30
console.log(`Bypass attempt with ${hostname}`)
31
res.status(400)
@@ -103,4 +104,4 @@ ping = (req,res)=> {
103
104
};
105
module.exports = {
106
ping
-}
107
+}
0 commit comments