逆向-攻防世界-APK-逆向2

查壳,.NET,直接ILSpy

运行程序,一闪而逝。

逆向-攻防世界-APK-逆向2

tcp通信,然后底下逻辑很明显,但是需要知道read和search函数是干嘛的。

逆向-攻防世界-APK-逆向2

好吧,看不懂这个函数,看了看大佬的思路,监听http通讯。

import http.server

server_address = ('127.0.0.1', 31337)
handler_class = http.server.BaseHTTPRequestHandler
httpd = http.server.HTTPServer(server_address, handler_class)
httpd.serve_forever()

拿到flag。

逆向-攻防世界-APK-逆向2

 

CTF{7eb67b0bb4427e0b43b40b6042670b55} 

 

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-01-02
猜你喜欢
  • 2022-12-23
  • 2021-08-25
  • 2021-08-14
  • 2021-07-29
  • 2021-12-30
  • 2021-08-01
  • 2021-04-24
相关资源
相似解决方案