gowap

Wappalyzer implementation in Go

  • 所有者: unstppbl/gowap
  • 平台:
  • 許可證: Apache License 2.0
  • 分類:
  • 主題:
  • 喜歡:
    0
      比較:

Github星跟蹤圖

Gowap [Wappalyzer implementation in Go]

Notes

  • Current implementation does not support analyzing JS variables, cause I could not find easy way to get global js variables from Window object in GO, anyone welcome to contribute!

  • Some features was not implemented, such as confidence rate, as I do not see need for it. I also did not implement recursive crawling, but it is pretty easy to do.

  • If you want to participate in development, fork it, make your advancements and create merge request, everyone is welcome!

Usage

go get github.com/altsab/gowap

Call Init() function from package providing path to apps.json file and boolean value to choose between JSON (true) and raw output, it will return Wappalyzer object on which you can call Analyze method with URL string as argument.


func Init(appsJSONPath string, JSON bool) (wapp *Wappalyzer, err error)
func (wapp *Wappalyzer) Analyze(url string) (result string, err error)

主要指標

概覽
名稱與所有者unstppbl/gowap
主編程語言Go
編程語言Go (語言數: 1)
平台
許可證Apache License 2.0
所有者活动
創建於2018-04-13 11:33:36
推送於2023-10-14 10:28:14
最后一次提交2023-10-14 13:28:14
發布數0
用户参与
星數196
關注者數2
派生數44
提交數100
已啟用問題?
問題數2
打開的問題數0
拉請求數4
打開的拉請求數2
關閉的拉請求數2
项目设置
已啟用Wiki?
已存檔?
是復刻?
已鎖定?
是鏡像?
是私有?