[GH-ISSUE #41] subbruter command problem #31

Closed
opened 2026-03-03 15:56:53 +03:00 by kerem · 4 comments
Owner

Originally created by @Phoenix1112 on GitHub (Jun 13, 2022).
Original GitHub issue: https://github.com/mrh0wl/Cloudmare/issues/41

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'
Originally created by @Phoenix1112 on GitHub (Jun 13, 2022). Original GitHub issue: https://github.com/mrh0wl/Cloudmare/issues/41 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' ```
kerem closed this issue 2026-03-03 15:56:54 +03:00
Author
Owner

@Theraqa commented on GitHub (Jul 1, 2022):

i get same error too :(

<!-- gh-comment-id:1171808823 --> @Theraqa commented on GitHub (Jul 1, 2022): i get same error too :(
Author
Owner

@dansleboby commented on GitHub (Aug 27, 2022):

Me to

<!-- gh-comment-id:1229154722 --> @dansleboby commented on GitHub (Aug 27, 2022): Me to
Author
Owner

@brainless3178 commented on GitHub (Sep 14, 2022):

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 👍


<!-- gh-comment-id:1246837953 --> @brainless3178 commented on GitHub (Sep 14, 2022): > 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: ****
Author
Owner

@mrh0wl commented on GitHub (Oct 1, 2022):

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

<!-- gh-comment-id:1264409177 --> @mrh0wl commented on GitHub (Oct 1, 2022): I think in the new update, the problem is solved. Check it now!
Sign in to join this conversation.
No labels
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/Cloudmare#31
No description provided.