Install directly
go install -v github.com/SMHTahsin33/txss@latest
Install from the source:
go build -o txss main.go
● It will ignore the query part (if there are any)
● If there is any redirection initially, it will follow and test the final URL
● Can access a little bit of debug info with
-debug
flag● Can set thread with
-t
flagIf you want to contribute and make it better just make a pull request!
-SMHTahsin33