Skip to content

Commit 8b54166

Browse files
AAnd final commit, should not build now
1 parent e0d989b commit 8b54166

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

poc.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ def run(self):
6262
print(f"Vulnerable,shell url: {shellurlroot}?pwd=j&cmd=whoami")
6363
else:
6464
print(f"\033[91m[" + '\u2718' + "]\033[0m", self.url,
65-
"\033[91mNot Vulnerable!\033[0m ")
65+
"\033[91mNot Vulnerable! :(\033[0m ")
6666

6767
except Exception as e:
6868
print(e)

0 commit comments

Comments
 (0)