refer to: 太多了,估计有几百种,基本都是 reverse shell.
Security Msfvenom支持的各种格式 Listformats
refer to: POE msfvenom --list formats 得到的结果: msfvenom --list formats 是 Metasploit Framework 中的一个命令,用于列出 msfvenom 工具支持的各种可执行格式。下面是对这些格式的详细说明: asp: 生成 ASP 脚本文件,可用于在 Windows 服务器上执行代码。 aspx: 生成...
Security Msf Metaspolitframework如何对payload进行加密venom Msfencode
refer to: https://www.cyberpratibha.com/blog/msfvenom-replacement-of-msfpayload-and-msfencode-full-guide/ msfencode  msfpayload 已经在2015年被干掉了 用msfvenom 就好了 今天生成了一个 reverse shell 的 文件,结果发现完全不免杀...
Ai Chatgpt Gptshunters 大集合
https://www.gptshunter.com/
Ai相关概念
以下都是copy来的。。。给自己一个思路. https://www.bilibili.com/video/BV1oF411F7hG?p=4&spm_id_from=pageDriver&vd_source=760370308ce01ce4b34ea757917ac641 POE.  以下COPY自POE. 人工智能(Artificial Intelligenc...
Security Sqlmap 访问ssl的问题
refer to: https://github.com/sqlmapproject/sqlmap/issues/5392 [08:19:47] [DEBUG] SSL connection error occurred for 'PROTOCOL_TLS_CLIENT' ('SSLError: [SSL: SSLV3_ALERT_HANDSHAKE_FAILURE] sslv3 ale...
Ai Python 视觉识别opencv Computer Vision Library 3模式匹配match Template 增加缩放功能
refer to: https://pyimagesearch.com/2015/01/26/multi-scale-template-matching-using-python-opencv/ 结论: 最好还是用手动截取的template 缩放截取的,匹配度比较低。 关键代码: # 缩放模板图像 scale_percent = 60 # 缩放比例为60% width = int(te...
Python 运行单元测试unit Test Testcase
https://docs.python.org/3/library/unittest.html 非常简单: class: class VisionTool: def __init__(self): pass def get_current_player_cards(self, source_image_name): pass 对应的测试文件...
Vmware Ubuntu22 Install Vmware Tools
refer to: https://linuxconfig.org/install-vmware-tools-on-ubuntu-22-04-jammy-jellyfish-linux 1. # UBUNTU 22.04 SERVER:$ sudo apt install open-vm-tools # UBUNTU 22.04 DESKTOP:$ sudo apt install ope...
Ai 视觉识别opencv Computer Vision Library入门
refer to :https://opencv.org/ https://docs.opencv.org/4.x/df/d65/tutorial_table_of_content_introduction.html 识别摄像头中传入的扑克牌 https://www.youtube.com/watch?v=m-QPjO-2IkA 安装 windows下 https://sourcefo...
按键精灵 屏幕录制tinytask简直太好用
refer to:  https://tinytask.net/ windows下的 下载后可以直接运行,特别简单: 1. 录制 2. 回放 3. 做成exe 设置: 可以循环播放,也可以设置播放速度。
Security Burpsuite 对response中的内容进行修改
refer to: https://matthewsetter.com/introduction-to-burp-suite/ 可以编辑这个规则: 然后就可以看到结果自动变了:
舆情监控 Brand24
refer to: https://app.brand24.com 1. 注册,用邮箱就行。 2. 3.  选择语言 4. 使用 找到negative的消息,然后add to pdf report, 点击左侧 PDF report之后,得到这个配置文件 挺好用的。 体验版账号无法把 negative 的舆情加入到pdf中。
Security Proxychain4 Proxychain4 Ng的使用proxy Pool代理池轮盘
refer to: https://github.com/haad/proxychains 该工具支持http, https, socks4, socks5 还支持多种mode: 链式,随机选择, 多重代理。。。。 从 metagoofile 这个项目中学习到的。 真是踏破铁鞋无觅处啊! 1. 准备好proxy 2. 修改 /etc/proxychains4.conf, 增加内容:...
Security Metagoofi获得目标网站的ppt Pdf的文件的信息并解析内容
refer to: https://github.com/opsdisk/metagoofil metagoofi可以从文档中获得信息, (从google查询) 安装 git clone https://github.com/opsdisk/metagoofilcd metagoofil pip3 install -r requirements.txt 使用 python3 metagoo...
Security 在线转换curl命令为wget Ruby C Go
refer to: https://curlconverter.com/wget/ 太好玩了。 不但告诉你如何转换,还告诉你如何获得curl命令。。。很好啊
Security Openvas的安装和使用 同nessus Awvs
refer to: (看这个就可以了,其他的千万别看)https://greenbone.github.io/docs/latest/22.4/container/index.html 官网:https://github.com/greenbone/ (别看了)https://www.geeksforgeeks.org/installing-openvas-on-kali-linux...
Security Ai 使用bard Google
refer to: https://bard.google.com/ 注意点: 1. ip需要是美国的 2. 要有一个gmail账号。 3. 不要胡乱切换IP, 例如先是用HK的IP访问,被提示说区域不行,然后切到美国IP。 这样会导致 未知错误。 解决办法: 1. 准备个之前没有访问过bard的google  account 2. 准备个美国IP 3. 用一个新的浏览器,例如...
Security 舆情监控popular Opinion Monitoring Brand24
refer to: https://app.brand24.com 1. 注册,用邮箱就行。 2. 3.  选择语言 4. 使用 找到negative的消息,然后add to pdf report, 点击左侧 PDF report之后,得到这个配置文件 挺好用的。 体验版账号无法把 negative 的舆情加入到pdf中。
Security 恶意软件集合malware Colleciton Virus
refer to: https://github.com/rshipp/awesome-malware-analysis/blob/main/%E6%81%B6%E6%84%8F%E8%BD%AF%E4%BB%B6%E5%88%86%E6%9E%90%E5%A4%A7%E5%90%88%E9%9B%86.md#%E6%81%B6%E6%84%8F%E8%BD%AF%E4%BB%B6%E6%...