kawaiipantsu / redjoust

A quick and easy to use security reconnaissance webapp tool, does OSINT, analysis and red-teaming in both passive and active mode. Written in nodeJS and Electron.
https://thugs.red
MIT License
25 stars 8 forks source link

Crackfoo.net look up toolbox item #33

Closed kawaiipantsu closed 2 years ago

kawaiipantsu commented 2 years ago

We need to have a toolbox lookup item for crackfoo.net. The do have an api interface but to keep the app free of api key settings for every e terns service for now I would rather have we parsed the results directly on the sites.

Included is example in such solution

curl -sX POST "http://crackfoo.net/?algo=$2" -d "hash=$1&sa=Search" | grep SUCCESS | awk '{print$9":"$13 }'