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

ImportError: No module named html #97

Closed HackerAndya closed 2 years ago

HackerAndya commented 3 years ago

Hey, It's giving many errors while installing and working with the tool. So I would like to ask for regex of grep so that I can make my own

HackerAndya commented 3 years ago

while executing linkfinder.py , I'm getting below error. Though I install requirements

Traceback (most recent call last): File "linkfinder.py", line 11, in import re, sys, glob, html, argparse, jsbeautifier, webbrowser, subprocess, base64, ssl, xml.etree.ElementTree ImportError: No module named html

w1th0ut commented 3 years ago

are you sure already install requirements.txt?

python3 -m pip install -r requirements.txt
python3 linkfinder.py -h
EdOverflow commented 2 years ago

Closing as duplicate of #75.