TypeError / domained

Multi Tool Subdomain Enumeration
GNU General Public License v3.0
721 stars 157 forks source link

sublister issue #17

Closed jaikishantulswani closed 6 years ago

jaikishantulswani commented 6 years ago

Traceback (most recent call last): File "domained.py", line 489, in sublist3r() File "domained.py", line 99, in sublist3r os.system(Subcmd) TypeError: () takes exactly 1 argument (2 given)

jaikishantulswani commented 6 years ago

Hey @cakinney, Any update as I am getting this in newer version.

jaikishantulswani commented 6 years ago

Traceback (most recent call last): File "domained.py", line 489, in sublist3r() File "domained.py", line 99, in sublist3r os.system(Subcmd) TypeError: () takes exactly 1 argument (2 given)

cak commented 6 years ago

Thanks, can you please try to run it from Sublist3r? navigate to domained/bin/Sublist3r and run python sublist3r.py -d example.com and let me know if error persists. Sublist3r Readme.

jaikishantulswani commented 6 years ago

Hello @cakinney , Sublist3r is working perfectly fine from domained/bin/Sublist3r, then what's the issue while running from domained.py ?

jaikishantulswani commented 6 years ago

Hello @cakinney ,

Any updates !

cak commented 6 years ago

Sorry for the delay, I am trying to reproduce, but I do not get the same error, what operating system are you using and what domained command?

jaikishantulswani commented 6 years ago

@cakinney , Thank you for your reply, I am using Kali Linux and the command I run is python domained.py -d redactedtarget.com --bruteall --noeyewitness and still getting the same issue Traceback (most recent call last): File "domained.py", line 489, in sublist3r() File "domained.py", line 99, in sublist3r os.system(Subcmd) TypeError: () takes exactly 1 argument (2 given)

jaikishantulswani commented 6 years ago

@cakinney , My bad , the issue has been resolved by removing and installing it again :) :+1:

Thank you !!!

cak commented 6 years ago

No problem! Glad it's fixed, thanks!