Skip to content
Snippets Groups Projects
Select Git revision
  • 1abf1f876b7b09104910a7ef2674929d453967a3
  • main default
2 results

recommender.py

Blame
  • cscan-config.py 1.16 KiB
    #!/usr/bin/env python
    ###
    ## Faraday Penetration Test IDE
    ## Copyright (C) 2015  Infobyte LLC (http://www.infobytesec.com/)
    ## See the file 'doc/LICENSE' for the license information
    ###
    
    config = {
                #NMAP
    #            'CS_NMAP' : "nmap",
                #OPENVAS
    #            'CS_OPENVAS_USER' : 'admin',
    #            'CS_OPENVAS_PASSWORD' : 'openvas',
    #            'CS_OPENVAS_SCAN_CONFIG' : "Full and fast",
    #            'CS_OPENVAS_ALIVE_TEST' : "ICMP, TCP-ACK Service & ARP Ping",
    #            'CS_OPENVAS' : 'omp',
                #BURP
    #            'CS_BURP' : '/root/tools/burpsuite_pro_v1.6.26.jar',
                #NIKTO
    #            'CS_NIKTO' : "nikto",
                #W3AF
                'CS_W3AF' : "/service/w3af/w3af_api",
                'CS_W3AF_PROFILE' : "/service/w3af/profiles/fast_scan.pw3af",
    #            'CS_W3AF_PROFILE' : "/root/cscan/w3af/profiles/cscan-worker.pw3af",
                #ZAP
                'CS_ZAP' : "/service/ZAP_2.7.0/zap.sh",
                #NESSUS
    #            'CS_NESSUS_URL' : "https://127.0.0.1:8834",
    #            'CS_NESSUS_USER' : "nessus",
    #            'CS_NESSUS_PASS' : "nessus",
    #            'CS_NESSUS_PROFILE' : "Basic Network Scan",
            }