We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 07dc8c9 commit 4fc17b0Copy full SHA for 4fc17b0
1 file changed
modules/waf_bypass.py
@@ -1,3 +1,8 @@
1
+#waf_bypass.py
2
+#Date-13/12/2025
3
+#Author- Lokesh Kumar
4
+#github - @trmxvibs
5
+#Madeinindia
6
import urllib.parse
7
8
def waf_encoder(payload, level="medium"):
@@ -36,5 +41,6 @@ def generate_bypass_payloads(original_payload):
36
41
waf_encoder(original_payload, "medium"),
37
42
waf_encoder(original_payload, "aggressive")
38
43
]
39
- # Filter unique only
40
- return list(set(variations))
44
+
45
46
+ return list(set(variations))
0 commit comments