https://github.com/projectdiscovery/tlsx#running-tlsx
I'm installing this using go and also git clone ..
still the command doesn't appear normally when i try to type it on the terminal , how i can manage to install it correctly?
#tlsx install
1 messages · Page 1 of 1 (latest)
Can you tell me more about what you mean by "doesn't appear normally" when you try to type it?
it doesn't get recognized
by the terminal
installed it from gitclone what i do now ?
have you run it against a target yet? what happens when you just type tlsx
fyi, cd tlsx wouldn't work. tlsx isn't a dir, it's a tool, so you wouldn't be able to cd into it.
ignore me, looks like you did up there... which confuses me. lol
this let's you know it's trying to run.
to run it against a target you have to use the -u flag or the -l flag if using a list.
is your gopath in your $PATH. That's likely an issue, too
In this video, we'll setup golang and install PDTM.
🔗 Links
PDTM GitHub: https://nux.gg/pdtm
Discord: https://nux.gg/discord
Thanks you fixed!