TypeError: netcat() missing 2 required positional arguments: 'randomAgent' and 'header'
lordcris opened this issue · 1 comments
lordcris commented
Hello I get this error when running the script on python-3.7.9 or python-3.6.12
python Cloudmare.py -u example.com
...
[?]Retrieving target homepage at: http://example.com
[+]http://example.com Rirects to https://example.com/
Traceback (most recent call last):
File "Cloudmare.py", line 79, in <module>
IPscan(args.domain, host, A, args.uagent, args.randomAgent, args.headers, args)
File "/Cloudmare/lib/analyzer/ipscan.py", line 50, in IPscan
netcat(domain, ns, args.ignoreRedirects, args.headers, count=+1)
TypeError: netcat() missing 2 required positional arguments: 'randomAgent' and 'header'