GerbenJavado / LinkFinder

A python script that finds endpoints in JavaScript files
https://gerbenjavado.com/discovering-hidden-content-using-linkfinder
MIT License
3.61k stars 587 forks source link

Linkfinder hangs on "/usr/bin/sensible-browser: 8: open: not found" #86

Open 0xTides opened 3 years ago

0xTides commented 3 years ago

I've been messing around trying to figure out the issues I'm having with linkfinder opening my chromium. My default webbrowser is set to chromium and I cannot find any explaination via google. Any help is hugely appreciated.

math-ematics commented 3 years ago

Same problem here

gprime31 commented 3 years ago

Option 1: python3 linkfinder.py -i https://example.com/ -o cli | tee file.txt Option 2: python3 linkfinder.py -i https://example.com/ -o cli > file.txt