This commit is contained in:
Somdev Sangwan
2018-11-23 22:32:59 +05:30
committed by GitHub
parent cb399a5ca6
commit dc99c1582f

View File

@@ -2,6 +2,8 @@
from __future__ import print_function from __future__ import print_function
from core.colors import end, info, red, run, white, bad
# Just a fancy ass banner # Just a fancy ass banner
print('''%s print('''%s
\tXSStrike %sv3.1.1 \tXSStrike %sv3.1.1
@@ -19,7 +21,6 @@ import argparse
# ... and from core lib # ... and from core lib
import core.config import core.config
from core.colors import end, info, red, run, white, bad
from core.config import blindPayload from core.config import blindPayload
from core.encoders import base64 from core.encoders import base64
from core.photon import photon from core.photon import photon