sethsec / celerystalk

An asynchronous enumeration & vulnerability scanner. Run all the tools on all the hosts.
https://sethsec.github.io/celerystalk/
MIT License
396 stars 72 forks source link

subdomains command not working after update to allow user defined configuration file #63

Closed sethsec closed 5 years ago

sethsec commented 5 years ago

celerystalk  -  An asynchronous network enumeration/vulnerability scanner 
    v1.1    Run all your tools against all your hosts (IPs/virtual hosts/subdomains)
        by @sethsec
        Build: 160

Traceback (most recent call last):
  File "./celerystalk", line 943, in <module>
    main(arguments)
  File "./celerystalk", line 754, in main
    lib.scan.create_dns_recon_tasks(arguments["<domains>"], arguments["--simulation"], workspace, output_dir)
  File "/home/ubuntu/proj/celerystalk/lib/scan.py", line 587, in create_dns_recon_tasks
    config, supported_services = config_parser.read_config_ini(config_file)
  File "/home/ubuntu/proj/celerystalk/lib/config_parser.py", line 18, in read_config_ini
    config.read([config_file])
  File "/usr/lib/python2.7/ConfigParser.py", line 302, in read
    fp = open(filename)
TypeError: coercing to Unicode: need string or buffer, NoneType found
sethsec commented 5 years ago

This should be fixed now. keeping it open for another day or two to see if anyone else has issues.

sethsec commented 5 years ago

Everything looks good. closing