Deleted user
Deleted user
I can confirm that `*.hosted-by-discourse.com` is not vulnerable. When you sign up they give you a unique CNAME and they validate that you have the correct CNAME in your DNS...
Added in #55
@jaldomir can you share your ABNT style Version for comparison, please?
IF YOU ARE FACING ERROR IN HANDLER.PY READ THIS 1ST STEP open safeurl.py and change ------------------------------- ``` import StringIO to import io ``` ----------------------------- 2ND STEP open handler.py go to...
Yeah you can solve this problem with this solution https://github.com/nahamsec/JSParser/issues/47#issuecomment-802881417
replace ````import StringIO```` to ``from io import StringIO``
use this $ pip uninstall pycurl $ pip install --install-option="--with-openssl" --install-option="--openssl-dir=/usr/local/opt/openssl" pycurl $ python3 handler.py
Hey there use only Python 2.7 to run handler.py It turned out fine after a long struggle for me Uninstall tornado and install pip install tornado==5.1.1
@nahamsec Unfortunately I think this is related to Certspotter limit on requests using the free API key subscription. For this reason, sometimes the curl does not return anything. Also, the...
allright idk why i was going to subbrute.py instead of lazyrecon.sh been a long day i fixed the issue thanks nErrorDreamer