INNER CODE UNIT · Python

Menu

demining/CryptoDeepTools · 24ShellShockAttack/main.py:161

def Menu():
    proxy.proxy_lister()
    print(Colors.m, "\n\n|~~|~~|~~|         WELCOME TO XSHOCK            |~~|~~|~~|  ")
    y = """
1) CGI VULN SCAN
2) DIRECTORY SCAN
3) RUN COMMAND WITH FOUNDED CGI
4) SHOW VULNERABLE URLS
5) UPDATE PROXY
6) EXIT

Please update proxies from 5 first...

    """
    for c in y:
        print(Colors.b + c, end='')
        sys.stdout.flush()
        sleep(0.0015)

View source record →

📰 Research Paper
Loading…
⏳ Fetching content…