zl程序教程

您现在的位置是:首页 >  其他

当前栏目

【愚公系列】2021年11月 攻防世界-进阶题-MISC-049(心仪的公司)

2023-04-18 14:26:16 时间

文章目录


一、心仪的公司

题目链接:https://adworld.xctf.org.cn/task/task_list?type=misc&number=1&grade=1&page=3

二、答题步骤

1.解法一:strings

strings webshell.pcapng | grep {

得到flag:fl4g:{ftop_Is_Waiting_4_y}

2.解法二:wireshark

http contains "shell"

得到flag:fl4g:{ftop_Is_Waiting_4_y}


总结

  • strings
  • wireshark