M0tHs3C / Argo

Multi camera gathering and exploiting tool
GNU General Public License v3.0
51 stars 19 forks source link

How to solve "No module named 'censys'" problem? #3

Closed rinkitori90 closed 4 years ago

rinkitori90 commented 4 years ago

Im using python 3.8 in Win10, Please help me solve this error:

$ python.exe argo.py Traceback (most recent call last): File "argo.py", line 2, in from lib.censysSearch import * File "C:\Users\WDAGUtilityAccount\Argo\lib\censysSearch.py", line 1, in import censys ModuleNotFoundError: No module named 'censys'

M0tHs3C commented 4 years ago

"pip install censys" on the command line of your system, I'm this case I'm the folder of python if u don't have a ambient variable

rinkitori90 commented 4 years ago

can you help me with this? i don't know what cause the problem :( and what do i need to do to change setting only find cctv in vietnam? thanks

problem: https://2.pik.vn/20194216a544-feca-4b86-99f6-530f4bd0bf4c.png

my config: https://2.pik.vn/2019c9e9e6c5-f444-4531-9aa2-708c9c24a95f.png

M0tHs3C commented 4 years ago

try erase the api.txt file and then recreate from the start and then feed your API directly with the tool when it ask u to do that apparently there is some white space that the tool didn't digest pretty well

M0tHs3C commented 4 years ago

you have to be sure that the key is in the first line I've should add some code to make the tool handle this kind of thing

rinkitori90 commented 4 years ago

On Mon, Dec 9, 2019 at 13:56 M0tHs3C notifications@github.com wrote:

you have to be sure that the key is in the first line I've should add some code to make the tool handle this kind of thing

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/M0tHs3C/Argo/issues/3?email_source=notifications&email_token=AN672GBULUENPKNED4EXJZLQXXT2TA5CNFSM4JXB6EO2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEGIBVXA#issuecomment-563092188, or unsubscribe https://github.com/notifications/unsubscribe-auth/AN672GBBP4JST2CFH6I26RTQXXT2TANCNFSM4JXB6EOQ .

yes thankyou i manage to pass that but now the program didnt function properly, when i press gather host, nothing show up to the screen but only switch back to the menu? im using the python 3.8,

https://2.pik.vn/201906448ecf-84b9-4d9a-80ea-905a68571197.jpg

https://2.pik.vn/2019ffdbcba9-151f-4ec8-a211-cf9c8a83d311.jpg

P/s: does this problem come from i cant install urllib? and if it is, how can i fix this? sorry if im asking too much but i really want to use your program :(

Thankyou!

M0tHs3C commented 4 years ago

my man, first of all u aren't bothering me at all if I didn't want to answer u I wouldn't but I published the tool for a reason u got it right and working mate if it spit you back to the main menu it means it's done gathering host, you're right I should add some line of code to tell the user it's done, but if u wanna be really sure check in the host folder, under the host.txt file u will find a lot of hosts if the program really worked

rinkitori90 commented 4 years ago

On Mon, Dec 9, 2019 at 16:28 M0tHs3C notifications@github.com wrote:

my man, first of all u aren't bothering me at all if I didn't want to answer u I wouldn't but I published the tool for a reason u got it right and working mate if it spit you back to the main menu it means it's done gathering host, you're right I should add some line of code to tell the user it's done, but if u wanna be really sure check in the host folder, under the host.txt file u will find a lot of hosts if the program really worked

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/M0tHs3C/Argo/issues/3?email_source=notifications&email_token=AN672GFKNBS6ONW3XQ4PFY3QXYFUVA5CNFSM4JXB6EO2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEGIOCWI#issuecomment-563143001, or unsubscribe https://github.com/notifications/unsubscribe-auth/AN672GFRDL3QQUTJBE4QQQDQXYFUVANCNFSM4JXB6EOQ .

Thank you alot for helping newbie like me, i appreciate it, have a nice day god bless you :D

rinkitori90 commented 4 years ago

I forgot to ask, how can i only seach hik camera in my country? im come from vietnam

M0tHs3C commented 4 years ago

with shodan I actually cannot but if you are using censys to search for cam you can add directly in the code in the "censysSearch.py" and look after options 1 with the query Web-Apps 200 OK (or something like that I can't remember not lol) and then after a space add in the string location.country_code:VN

rinkitori90 commented 4 years ago

On Mon, Dec 9, 2019 at 16:40 M0tHs3C notifications@github.com wrote:

with shodan I actually cannot but if you are using censys to search for cam you can add directly in the code in the "censysSearch.py" and look after options 1 with the query Web-Apps 200 OK (or something like that I can't remember not lol) and then after a space add in the string location.country_code:VN

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/M0tHs3C/Argo/issues/3?email_source=notifications&email_token=AN672GDKOIPIPVELNRUSA7LQXYHAJA5CNFSM4JXB6EO2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEGIPFSI#issuecomment-563147465, or unsubscribe https://github.com/notifications/unsubscribe-auth/AN672GDFESPM2APVVGUDJFLQXYHAJANCNFSM4JXB6EOQ .

Cool, thanks!

rinkitori90 commented 4 years ago

hello, Does the default password in exploit menu work? i did't get any thing (text file or ip show up like hik exploit option) only this code and dunno what to do with it? https://www.upsieutoc.com/image/2V9pS2

M0tHs3C commented 4 years ago

it's a work in progress forgot to write that

rinkitori90 commented 4 years ago

On Mon, Dec 9, 2019 at 22:03 M0tHs3C notifications@github.com wrote:

it's a work in progress forgot to write that

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/M0tHs3C/Argo/issues/3?email_source=notifications&email_token=AN672GEM2PNEHZ2JAQAIFVTQXZM5NA5CNFSM4JXB6EO2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEGJPMMA#issuecomment-563279408, or unsubscribe https://github.com/notifications/unsubscribe-auth/AN672GFKFP6ESXSY2IDRUB3QXZM5NANCNFSM4JXB6EOQ .

oh i dunno that then close it everytime :o so after that it will create a text file or does it appear somewhere so i can notice it? and does the result of censys scan is every ip i get in my country or that just a small part of all?

M0tHs3C commented 4 years ago

i didn't quite understand the second question

rinkitori90 commented 4 years ago

oh nvm i found out that ip is temporary so i need to scan everyday. Please tell me how can i know the default password option finish?

M0tHs3C commented 4 years ago

i Will let you know when I will do it

Il lun 9 dic 2019, 16:21 rinkitori90 notifications@github.com ha scritto:

oh nvm i found out that ip is temporary so i need to scan everyday. Please tell me how can i know the default password option finish?

— You are receiving this because you modified the open/close state. Reply to this email directly, view it on GitHub https://github.com/M0tHs3C/Argo/issues/3?email_source=notifications&email_token=AH2THNYCBRKSOXDHPPPL3BDQXZPBPA5CNFSM4JXB6EO2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEGJRYVA#issuecomment-563289172, or unsubscribe https://github.com/notifications/unsubscribe-auth/AH2THNYTJTMS2D4WAKJ343TQXZPBPANCNFSM4JXB6EOQ .

rinkitori90 commented 4 years ago

ty man

rinkitori90 commented 4 years ago

hello did you test it out yet? i was leaving the computer to run it from yesterday but it still not done .

M0tHs3C commented 4 years ago

didn't quite understand what u want again I will not publish any update soon like tomorrow

Il mar 10 dic 2019, 13:43 rinkitori90 notifications@github.com ha scritto:

hello did you test it out yet? i was leaving the computer to run it from yesterday but it still not done .

— You are receiving this because you modified the open/close state. Reply to this email directly, view it on GitHub https://github.com/M0tHs3C/Argo/issues/3?email_source=notifications&email_token=AH2THN7I6QPQW2QNTBPR5ODQX6FHHA5CNFSM4JXB6EO2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEGPDGRQ#issuecomment-564015942, or unsubscribe https://github.com/notifications/unsubscribe-auth/AH2THN7BNQ4MZMP4P2XMWBDQX6FHHANCNFSM4JXB6EOQ .

rinkitori90 commented 4 years ago

the option check for default password, i do not receive anything when it done. When i close git bash, there something still running background but i dont know when it done?

rinkitori90 commented 4 years ago

On Tue, Dec 10, 2019 at 20:27 minh trinhtuong trinhtuongminh@gmail.com wrote:

the option check for default password, i do not receive anything when it done. When i close git bash, there something still running background but i dont know when it done?

hello can you help me please?

M0tHs3C commented 4 years ago

I'm not fixing this any time soon.

Il mer 11 dic 2019, 06:32 rinkitori90 notifications@github.com ha scritto:

On Tue, Dec 10, 2019 at 20:27 minh trinhtuong trinhtuongminh@gmail.com wrote:

the option check for default password, i do not receive anything when it done. When i close git bash, there something still running background but i dont know when it done?

hello can you help me please?

— You are receiving this because you modified the open/close state. Reply to this email directly, view it on GitHub https://github.com/M0tHs3C/Argo/issues/3?email_source=notifications&email_token=AH2THN36V34EQZMNQMDIZX3QYB3QHA5CNFSM4JXB6EO2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEGR5Z3Q#issuecomment-564387054, or unsubscribe https://github.com/notifications/unsubscribe-auth/AH2THN73VNY5PJC5LCHJ7I3QYB3QHANCNFSM4JXB6EOQ .