Cloudmare icon indicating copy to clipboard operation
Cloudmare copied to clipboard

subbruter command problem

Open Phoenix1112 opened this issue 2 years ago • 3 comments

thanks for this project. When I use the --subbruter parameter as below, I get an error and the program terminates. Do you need to use wordlist with this parameter?

cyberthereaper@root:~/Cloudmare# python3 Cloudmare.py -u example.com --host example.com --bruter --subbruter --random-agent --ignore-redirects -sC -sSh -sSt

  ____ _                 _ __  __
 / ___| | ___  _   _  __| |  \/  | __ _ _ __ ___
| |   | |/ _ \| | | |/ _` | |\/| |/ _` | '__/ _ \
| |___| | (_) | |_| | (_| | |  | | (_| | | |  __/
 \____|_|\___/ \__,_|\__,_|_|  |_|\__,_|_|  \___| [2.1.10.11]
Automatic CloudProxy and Reverse Proxy bypass tool
##################################################

[?]Enumerating subdomains now for target.com
[-]Error: Virustotal probably now is blocking our requests! Or you have not a valid api key!
   [!]Starting bruteforce module now using subbrute..
Traceback (most recent call last):
  File "Cloudmare.py", line 36, in <module>
    subdomain = sublist3r.main(args.domain, args.threads, output, ports=None, silent=False, verbose=args.verbose, enable_bruteforce=args.subbrute, engines=None) if not args.disableSub else []
  File "/root/Cloudmare/lib/tools/sublist3r.py", line 966, in main
    bruteforce_list = subbrute.print_target(parsed_domain.netloc, record_type, subs, resolvers, process_count, output, json_output, search_list, verbose)
  File "/root/Cloudmare/lib/tools/subbrute/subbrute.py", line 411, in print_target
    for result in run(target, record_type, subdomains, resolve_list, process_count):
  File "/root/Cloudmare/lib/tools/subbrute/subbrute.py", line 427, in run
    if (len(resolve_list) / 16) < process_count:
TypeError: '<' not supported between instances of 'float' and 'NoneType'

Phoenix1112 avatar Jun 13 '22 10:06 Phoenix1112

i get same error too :(

Theraqa avatar Jul 01 '22 00:07 Theraqa

Me to

dansleboby avatar Aug 27 '22 09:08 dansleboby

thanks for this project. When I use the --subbruter parameter as below, I get an error and the program terminates. Do you need to use wordlist with this parameter?

cyberthereaper@root:~/Cloudmare# python3 Cloudmare.py -u example.com --host example.com --bruter --subbruter --random-agent --ignore-redirects -sC -sSh -sSt

  ____ _                 _ __  __
 / ___| | ___  _   _  __| |  \/  | __ _ _ __ ___
| |   | |/ _ \| | | |/ _` | |\/| |/ _` | '__/ _ \
| |___| | (_) | |_| | (_| | |  | | (_| | | |  __/
 \____|_|\___/ \__,_|\__,_|_|  |_|\__,_|_|  \___| [2.1.10.11]
Automatic CloudProxy and Reverse Proxy bypass tool
##################################################

[?]Enumerating subdomains now for target.com
[-]Error: Virustotal probably now is blocking our requests! Or you have not a valid api key!
   [!]Starting bruteforce module now using subbrute..
Traceback (most recent call last):
  File "Cloudmare.py", line 36, in <module>
    subdomain = sublist3r.main(args.domain, args.threads, output, ports=None, silent=False, verbose=args.verbose, enable_bruteforce=args.subbrute, engines=None) if not args.disableSub else []
  File "/root/Cloudmare/lib/tools/sublist3r.py", line 966, in main
    bruteforce_list = subbrute.print_target(parsed_domain.netloc, record_type, subs, resolvers, process_count, output, json_output, search_list, verbose)
  File "/root/Cloudmare/lib/tools/subbrute/subbrute.py", line 411, in print_target
    for result in run(target, record_type, subdomains, resolve_list, process_count):
  File "/root/Cloudmare/lib/tools/subbrute/subbrute.py", line 427, in run
    if (len(resolve_list) / 16) < process_count:
TypeError: '<' not supported between instances of 'float' and 'NoneType'

you need to add api key from virus total or you can visit whichever site blocking your request just visit site,sign up and get api key and put it in script :)

follow this once you in dir where you have cloned this repo nano Cloudmare/data/APIs/ and insert your apis :+1:


brainless3178 avatar Sep 14 '22 14:09 brainless3178

I think in the new update, the problem is solved. Check it now!

mrh0wl avatar Oct 01 '22 16:10 mrh0wl