goop icon indicating copy to clipboard operation
goop copied to clipboard

Add useragent feature

Open lotusotho opened this issue 11 months ago • 0 comments

Adds the feature of changing your User-Agent to whatever you want.

I added the command -u or --useragent inside goop.go and a new method called CustomUE inside clone.go to check if the variable useragent is empty or not, basically encapsulating c variable body inside a function.

I think it would be neat to have this bc being able to change your user agent while enumerating a remote server gives you a lot more power by obfuscating your identity.

lotusotho avatar Mar 22 '24 12:03 lotusotho