0xInfection / TIDoS-Framework

The Offensive Manual Web Application Penetration Testing Framework.
GNU General Public License v3.0
1.77k stars 387 forks source link

API key - CENSYS #74

Closed Kavxhub closed 5 years ago

Kavxhub commented 5 years ago

Hi,

I put my own API key in "API_key.py" but when I use the module it still importing the default API keys.

Any help ?

TY

0xInfection commented 5 years ago

Hi,

Did you put your Censys Secret and Censys UID keys within this file? Can you put the actual message what it displays here?

Plus you need to delete the cache files there. If you're running with a global install, you'll have to install it again. But if you're running it from cwd, you'll have to remove the python cache files.

Kavxhub commented 5 years ago

Hi 0xInfection,

I put my Censys Secret and Censys UID in the file you mentionned. See below the message that was display :

mstsc_dLfdNNFaat

Installing it again solved my problem.

Thank you