KTZgraph / sarenka

OSINT tool - gets data from services like shodan, censys etc. in one app
https://pawlaczyk.github.io/sarenka/
MIT License
632 stars 88 forks source link

[Critical] Request failed with status code 400 #116

Open sologeekk opened 1 year ago

sologeekk commented 1 year ago

Hi there, @KTZgraph Hope you're doing well.

I'mma keep it short, this problem still exists (After a few seconds of loading):

image

After doing some digging and putting almost all of my little techie knowledge into work, figured that this might be problem on the frontend side, not the backend, because such Request failed with status code 400 error has never been defined in any of your source/code files. so giving it a best shot, it's an Auto generated response. speaking of Frontend, by more digging I figured that this type of http error message is generated as a response by the Axios Routing JS package, So it could be related to it, Maybe ?

image


Also it could be an API problem, but I somehow managed to figure out that the request never actually leaves the system:

image

And also to mention, My Shodan and Censys keys are all working fine and in good health.

Any ideas? I'd be glad to share more ideas. Thanks in advance for such brilliant piece of software. Best Regards, SoloGeek.