byt3hx / jsleak

jsleak is a tool to find secret , paths or links in the source code during the recon.
470 stars 43 forks source link

Remove the / in version of go (1.17+) #5

Closed bugsx404 closed 1 year ago

bugsx404 commented 1 year ago

Remove the " / " in the following line "go install github.com/channyein1337/jsleak/@latest " it cause error "argument must be a clean package path "

Correct Command is "go install github.com/channyein1337/jsleak@latest"

byt3hx commented 1 year ago

Oh, I didn't seen that. Fixed now. Thank you raising the issue.