web

Парсинг/выравнивание кода

Port for jsbeatufier - https://github.com/ditashi/jsbeautifier-go

Html beatifier - https://github.com/yosssi/gohtml

Parse & interpreter JS-code: https://github.com/robertkrimen/otto

Scrapping/Crawling

Colly - web scrapping https://github.com/gocolly/colly

gowitness - делаем скриншоты веба https://github.com/sensepost/gowitness

Port other tools

Port Wappalyzer on Go (хер знает какой лучше; надо смотреть код): https://github.com/unstppbl/gowap https://github.com/rverton/webanalyze

Clients & WEB-Frameworks

http & rest client: https://github.com/go-resty/resty

Gin https://github.com/gin-gonic/gin https://github.com/appleboy/gin-jwt

https://github.com/gorilla/mux Пример: https://github.com/redhat-developer-demos/qotd

Web Drivers (типо как Selenium?)

Для Chrome dev Tools: https://github.com/chromedp/chromedp https://github.com/chromedp/cdproto

Генератор сайтов

hugo (~300 шаблонов в коробке): https://gohugo.io/

JOSE standarts (JWE, JWS, JWT)

gopkg.in/square/go-jose.v2 gopkg.in/square/go-jose.v2/jwt

Last updated