会员
周边
众包
新闻
博问
闪存
赞助商
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
雨点点
博客园
首页
新随笔
新文章
联系
订阅
管理
上一页
1
2
3
4
5
下一页
2021年4月11日
Visual Studio 6 配置Winpcap
摘要: 1) Project-->Settings-->C/C++选项卡-->General类-->Preprocessor Definitions 下文本框中 添加 WPCAP、HAVE_REMOTE。 说明:(Winpcap提供给 Win32平台的特有函数),HAVE_REMOTE (Winpcap的远
阅读全文
posted @ 2021-04-11 12:23 雨点点
阅读(159)
评论(0)
推荐(0)
编辑
2021年4月6日
Python--清空屏幕
摘要: import os linux下为os.system('clear')windows中为os.system('cls') 原文链接:https://blog.csdn.net/dyyzlzc/article/details/79253891
阅读全文
posted @ 2021-04-06 17:44 雨点点
阅读(527)
评论(0)
推荐(0)
编辑
Python--安装 pip 和 scapy
摘要: 环境: Python 3.7.8 + Windwos10 1 Pip下载地址: https://pypi.org/project/pip/#files 解压 pip-21.0.1.tar.gz 到某个目录,使用 python setup.py install 安装 C:\Users\lenovo\D
阅读全文
posted @ 2021-04-06 17:35 雨点点
阅读(470)
评论(0)
推荐(0)
编辑
2021年2月24日
windows设置代理
摘要: 1 手动输入 (地址和端口) 方法二:使用bat脚本,双击即可 设置脚本 SetIEProxy.bat: @echo off echo 开始设置IE代理上网 reg add "HKCU\Software\Microsoft\Windows\CurrentVersion\Internet Settin
阅读全文
posted @ 2021-02-24 15:36 雨点点
阅读(2413)
评论(0)
推荐(0)
编辑
2021年2月6日
Kali 安装 pip3
摘要: 步骤: 01 wget https://bootstrap.pypa.io/get-pip.py 02 python3 get-pip.py 03 pip3 --version ┌──(root💀kali)-[/home/kali]└─# wget https://bootstrap.pypa.i
阅读全文
posted @ 2021-02-06 16:58 雨点点
阅读(618)
评论(0)
推荐(0)
编辑
2021年2月5日
麦子的《我奋斗了18年才和你坐在一起喝咖啡》
摘要: 引用链接 : 记住麦子的《我奋斗了18年才和你坐在一起喝咖啡》 https://www.douban.com/note/203669983/ 我奋斗了18年才和你坐在一起喝咖啡 我的白领朋友们,如果我是一个初中没毕业就来沪打工的民工,你会和我坐在“星巴克”一起喝咖啡吗?不会,肯定不会。比较我们的成长
阅读全文
posted @ 2021-02-05 17:43 雨点点
阅读(8422)
评论(0)
推荐(0)
编辑
Covenant
摘要: 0x01 环境 Linux kali 5.9.0-kali1-amd64 #1 SMP Debian 5.9.1-1kali2 (2020-10-29) x86_64 GNU/Linux; https://download.visualstudio.microsoft.com/download/pr
阅读全文
posted @ 2021-02-05 15:47 雨点点
阅读(306)
评论(2)
推荐(0)
编辑
2021年2月2日
PoshC2
摘要: 0 环境 系统: Linux kali 5.9.0-kali1-amd64 #1 SMP Debian 5.9.1-1kali2 (2020-10-29) x86_64 GNU/Linux 项目地址(PoshC2-7.3.0): https://github.com/nettitude/PoshC2
阅读全文
posted @ 2021-02-02 11:26 雨点点
阅读(947)
评论(3)
推荐(0)
编辑
2021年1月28日
Tar命令
摘要: 1、*.tar tar -xvf 解压 2、*.gz gzip -d或者gunzip 解压 3、*.tar.gz和*.tgz tar -xzf 解压 4、*.bz2 bzip2 -d或者用bunzip2 解压 5、*.tar.bz2 tar -xjf 解压 6、*.Z uncompress 解压 7
阅读全文
posted @ 2021-01-28 11:31 雨点点
阅读(99)
评论(0)
推荐(0)
编辑
Armitage
摘要: 环境: Linux kali 5.9.0-kali1-amd64 #1 SMP Debian 5.9.1-1kali2 (2020-10-29) x86_64 GNU/Linux Armitager 1.4.11 metasploit v6.0.15-dev 1 启动 ┌──(root💀kali)
阅读全文
posted @ 2021-01-28 11:15 雨点点
阅读(259)
评论(0)
推荐(0)
编辑
上一页
1
2
3
4
5
下一页