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

Feat - Proxychains #61

Closed jenaye closed 1 year ago

jenaye commented 1 year ago

Yelaa uses tools in the form of go packages ( gobuster, gowitness etc )

the problem is that, when we create a proxysocks tunnel, and we do proxychains ./Yelaa osint -d smersh.app for example, the screenshots will be made with the user ip, and not the proxy ip

We should make sure that the packages use the proxysocks if it exists

djnnvx commented 1 year ago

I haven't finished with this issue yet, but i'm halfway done