matro7sh / Yelaa

Obtain a clean-cut architecture at the launch of a mission and run some tests ( subdomain search, fuzzing, make screenshots on a given perimeter )
25 stars 4 forks source link

fix(httpx): nil ptr panic when loading proxy #76

Closed djnnvx closed 1 year ago

djnnvx commented 1 year ago

because config is unmarshalled, it seems that it causes a panic when loading a proxy -- now, it is loaded in Httpx struct directly, so that config can be cleanly un-marshaled

You can test this by doing:

echo "jenaye.fr" >> targets.txt

./Yelaa checkAndScreen -p socks5://127.0.0.1:9050 -t targets.txt

image

djnnvx commented 1 year ago

image