Sahil Ojha

Results 2 comments of Sahil Ojha

Try this: git clone https://github.com/Emoe/kxss.git cd kxss go build cp kxss /usr/bin Now, ipipe kxss with any urls.txt cat urls.txt | kxss ![image](https://github.com/Emoe/kxss/assets/59600077/caad9ccb-4cc6-40a1-9a11-acbd827d2b7a)

You can also try this if you face kxss didn't appreared in your kxss directory: $ go build main.go $ mv main kxss $ cp kxss /usr/bin $ cat urls.txt...