[GH-ISSUE #28] TypeError: netcat() missing 2 required positional arguments: 'randomAgent' and 'header' #24

Closed
opened 2026-03-03 15:56:48 +03:00 by kerem · 1 comment
Owner

Originally created by @lordcris on GitHub (Feb 1, 2021).
Original GitHub issue: https://github.com/mrh0wl/Cloudmare/issues/28

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'
Originally created by @lordcris on GitHub (Feb 1, 2021). Original GitHub issue: https://github.com/mrh0wl/Cloudmare/issues/28 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' ```
kerem closed this issue 2026-03-03 15:56:48 +03:00
Author
Owner

@PatchByte commented on GitHub (Mar 19, 2021):

Here take a look at the fix: https://github.com/MrH0wl/Cloudmare/pull/30/commits/ea521289c45a36b66c236cd43fdc9f11114e8a69

<!-- gh-comment-id:802972154 --> @PatchByte commented on GitHub (Mar 19, 2021): Here take a look at the fix: https://github.com/MrH0wl/Cloudmare/pull/30/commits/ea521289c45a36b66c236cd43fdc9f11114e8a69
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#24
No description provided.