Further advanced with the library injection, almost finished. Multiple enhancements

This commit is contained in:
h3xduck
2022-06-12 22:34:50 -04:00
parent 0aec74e024
commit 71b093141b
33 changed files with 1875 additions and 544 deletions

View File

@@ -613,6 +613,21 @@ AMD64 Architecture Processor Supplement},
title={RawTCP\_Lib},
author={Marcos Sánchez Bajo},
url={https://github.com/h3xduck/RawTCP_Lib}
},
@manual{proc_fs,
title={proc(5) — Linux manual page},
url={https://man7.org/linux/man-pages/man5/proc.5.html}
},
@online{proc_mem_write,
title={enable writing to /proc/pid/mem},
url={https://lwn.net/Articles/433326/}
},
@online{reverse_shell,
title={Reverse Shell},
url={https://www.imperva.com/learn/application-security/reverse-shell/}
}