diff options
| author | 2024-02-20 16:37:03 +0100 | |
|---|---|---|
| committer | 2024-02-20 16:37:03 +0100 | |
| commit | 459bf08a63c32bbbaf3ef84c7a4a613d5a4964f5 (patch) | |
| tree | abe154cbd764f7c9e5f850870305201e54c4f51f | |
| parent | 72b9efd35a80403d8395534f324c122c0ccac697 (diff) | |
docs: fix pox linkHEADorigin/devdev
| -rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -3,7 +3,7 @@ A remote control framework for processes. Inject lua code into running processes, or just mess around with the REPL. ## Usage -Cordy is a shared object which you need to inject into running processes (consider using my [pox framework](https://git.alemi.dev/pox/about) or [dll-syringe](https://github.com/OpenByteDev/dll-syringe)). +Cordy is a shared object which you need to inject into running processes (consider using my [pox framework](https://git.alemi.dev/pox.git/about) or [dll-syringe](https://github.com/OpenByteDev/dll-syringe)). Once a process is infected, a new thread will be spawned inside with a tokio event loop. A socket on localhost will be opened on port 13337 and you can just connect with netcat and access the REPL. |
