mabangde
mabangde
能不能出一份命令行版本的,一般内网渗透很多时候只有一个cmdshell
能加个 Google Authenticator二次认证功能吗?
场景:ssh登录至远程服务器, 没有gui 环境, 无法弹出浏览器输入
**Describe the bug** A clear and concise description of what the bug is. **Context** Volatility Version: Volatility 3 Framework 2.0.0 Operating System: Python Version: Python 3.8.5 Suspected Operating System: Ubuntu...

error
python3 ADExplorerSnapshot.py result.dat -m Objects `[◓] Collecting data: dumped 6522/212428 objects Traceback (most recent call last): File "ADExplorerSnapshot.py", line 2, in adexpsnapshot.main() File "/root/ADExplorerSnapshot.py/adexpsnapshot/__init__.py", line 779, in main ades.outputObjects() File...
在本地 0.0.0.0:1080启动Socks5服务 ./iox proxy -l 1080 加上用户名密码防止被扫描到利用 类似cobalt strike 直接加上端口,用户名密码即可使用
Please support the use of ASN numbers for identifying cloud assets.
建议加上 oxid 多网卡识别
Tabshell 利用点:在创建PowerShell Session的时候(通过New-PSSession),可以指定WSManStackVersion参数。当值小于3的时候,Commands里会添加TabExpansion函数。 在powershell 利用中可通过以下来指定: $version = New-Object -TypeName System.Version -ArgumentList "2.0" $mytable = $PSversionTable $mytable["WSManStackVersion"] = $version python pypsrp 库中没找到 WSManStackVersion 设置的地方,阅读代码也没找到修改的地方