- 博客(6)
- 资源 (5)
- 收藏
- 关注
原创 Linux Notes And Cheatsheet
文章目录EnumerationExploitPrivilege EscalationPost ExploitationFile TransfersLateral Movement / Pivoting Enumeration Basics whoami hostname uname -a cat /etc/password cat /etc/shadow groups ifconfig nets...
2019-12-12 07:59:39
317
转载 [转]Windows Notes And Cheatsheet
Table of Contents: 文章目录File TransferTFTPFTPVBS ScriptPowershellPowershell Base64Secure Copy / pscp.exeBitsAdmin.exeRemote DesktopWinHTTP Com ObjectCertUtilCurl (Windows 1803+)SMBEnumerationBasicsUsers...
2019-12-12 07:49:56
1455
原创 Python数据库连接及浏览器驱动
Windows下Python2与Python3同时使用 Windows系统环境变量中,Python2与Python3同时加入时,直接执行python默认从最前面的路径查找执行。 如图中Python27在最前面,默认python命令执行python2.7。 需要使用python3时,可以直接使用python3的完整路径执行。 或者 在C:\Python27目录下,新建python3.bat文件 加...
2019-12-11 13:43:14
334
原创 LinPwn —— 交互式的后渗透阶段枚举和提权辅助工具
LinPwn是一款交互式的后渗透阶段枚举和提权辅助工具。 Github:https://github.com/3XPL017/LinPwn 编译 克隆源码 git clone https://github.com/3XPL017/LinPwn.git 编辑LinPwn.cc文件,修改反弹连接IP及端口,然后必用build.sh编译 cd LinPwn vi LinPwn.cc #编辑反弹IP...
2019-12-11 11:14:20
408
原创 Linux下普通用户使用强制位获取root权限
查找存在强制位的文件 find / -perm -4000 2>/dev/null | xargs s -la 脚本编译 编写一个C脚本,内容如下: int main(void) { setuid(0); setgid(0); system("/bin/bash"); } 使用gcc编译 gcc getuid.c -o setuid #32位(报错时 apt install g...
2019-12-11 11:09:18
862
原创 Tmux使用
创建新会话 tmux new -s Test 查看会话 tmux list-sessions 连接已有会话 tmux attach -t Test tmux attach -t Test -r #只读模式 断开会话 Ctrl + b, d 会话中的窗口操作 前缀按键,默认为Ctrl + b,以下命令,先按前缀键后再执行 命令 功能 c 创建新窗口 , 重命名当前窗...
2019-12-10 19:03:57
348
Nessus漏洞插件更新包-2020年1月8日更新
2020-01-09
Nessus漏洞插件更新包-2019年12月13日更新
2019-12-14
Nessus漏洞插件更新包-201912022000
2019-12-10
Nessus 8.8安装文件
2019-12-10
LinPwn.zip
2019-12-11
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人
RSS订阅