【安全牛学习笔记】基本工具-NETCAT(telnet/banner、传输文本信息)

常用工具


经常使用且功能强大

安全从业者必不可少的帮手

Nc / ncat

Wireshack

Tcpdump


NETCAT-----NC

网络工具中的瑞士军刀——小身材、大智慧

侦听模式/传输模式

telnet/获取banner信息

传输文本信息

传输文件目录

加密传输文件

远程控制/木马

加密所有流量

流媒体服务器

远程克隆硬盘


NC-----TELNET/banner

nc -nv 1.1.1.1 10

nc -nv 1.1.1.1 25

nc -nv 1.1.1.1 80


root:~# nc -h               //它的基本用法

GNU netcat 0.7.0, a rewrite of the famous networking tool.

Basic usages:

connect to somewhere: nc [options] hostname port [port] ...

listen for inbound: nc -l -p port [options] [hostname] [port] ...

tunnel to somewhere: nc -L hostname:port -p port [options]


Mandatory arguments to long options are mandatory for short options

too.

Options:

-c, --close close connection on EOF from stdin

-e, --exec=PROGRAM program to exec after connect

-g, --gateway=LIST source-routing hop point[s], up to 8

-G, --pointer=NUM source-routing pointer: 4, 8, 12, ...

-h, --help display this help and exit

-i, --interval=SECS delay interval for lines sent, ports scanned

-l, --listen listen mode, for inbound connects

-L, --tunnel=ADDRESS:PORT forward local port to remote address

-n, --dont-resolve numeric-only IP addresses, no DNS

-o, --output=FILE output hexdump traffic to FILE (implies -x)

-p, --local-port=NUM local port number

-r, --randomize randomize local and remote ports

-s, --source=ADDRESS local

  • 0
    点赞
  • 2
    收藏
    觉得还不错? 一键收藏
  • 0
    评论
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值