skxss
Sleep kxss
Added delay option and headers adding to @tomnomnom's great tool, and used the adaption of Emoe.
All the credits goes to:
@tomnomnom - Creator of kxss
@Emoe - Creator of kxss Adaption
Installation
go get github.com/ItaiRaban/skxss
Usage
cat domain.txt | skxss -d [Millieconds] -h "<HeaderName>: <HeaderContent>" -h "<SecondHeaderName>: <SecondHeaderContent>"
For example:
cat domain.txt | skxss -d 2000
- will wait 2 seconds between each url's scan, without any additional headers
cat domain.txt | skxss -d 500 -h "UserAgent: MyUserAgent"
- will wait half a second between each url's scan, and add the header UserAgent: MyUserAgent
Default delay is 0 (Without -d
flag)
Any Problems?
Feel free to send me a massege on Twitter