首页
社区
课程
招聘
[转帖]K55 - Linux X86_64 Process Injection Utility
发表于: 2021-1-20 07:14 2008

[转帖]K55 - Linux X86_64 Process Injection Utility

2021-1-20 07:14
2008

K55 - Linux X86_64 Process Injection Utility

Manipulate Processes With Customized Payloads

(pronounced: "kay fifty-five")

The K55 payload injection tool is used for injecting x86_64 shellcode payloads into running processes. The utility was developed using modern C++11 techniques as well as some traditional C linux functions like ptrace(). The shellcode spawned in the target process is 27 bytes and it executes /bin/sh (spawns a bash shell) within the target's address space. In the future, I will allow users to input there own shellcode via command line arguments.

https://www.kitploit.com/2021/01/k55-linux-x8664-process-injection.html



[培训]内核驱动高级班,冲击BAT一流互联网大厂工作,每周日13:00-18:00直播授课

收藏
免费 2
支持
分享
最新回复 (2)
雪    币: 2318
活跃值: (8730)
能力值: ( LV2,RANK:15 )
在线值:
发帖
回帖
粉丝
2

K55-Linux x86_64 Process Injection Utility(C ++ 11)v1.1

https://github.com/josh0xA/K55/releases/tag/1.1

上传的附件:
2021-1-20 17:14
0
雪    币: 97697
活跃值: (200824)
能力值: (RANK:10 )
在线值:
发帖
回帖
粉丝
3
FleTime K55-Linux x86_64 Process Injection Utility(C ++ 11)v1.1https://github.com/josh0xA/K55/releases/tag/1 ...
2021-1-20 17:17
0
游客
登录 | 注册 方可回帖
返回
//