rverton / webanalyze

Port of Wappalyzer (uncovers technologies used on websites) to automate mass scanning.
MIT License
908 stars 134 forks source link

Add custom http request headers #54

Open hanc00l opened 2 years ago

hanc00l commented 2 years ago

for examples: User-agent

ix-56h commented 2 years ago

~I think you can do this passing a Headers map[string][]string to func NewOnlineJob(... , headers map[string][]string, ...).~

Edit : My bad this is not the purpose of this parameter.