Giter Club home page Giter Club logo

Comments (5)

UlyssesTakusen avatar UlyssesTakusen commented on May 26, 2024

我想使用reverse_socks5进行反向代理扫描客户端内网192.168.1.0/24网段的3389端口:
服务端:
./spp -type server -proto tcp -listen :8888
客户端:
./spp -type reverse_socks5_client -server 192.168.123.42:8888 -fromaddr :7000 -proxyproto tcp -proto tcp

proxychains配置:
socks5 192.168.123.42 7000
nmap扫描:
proxychains nmap 192.168.1.0/24 -p 3388 -Pn -sT

无论扫描什么端口或ip,结果全部显示open

from spp.

esrrhs avatar esrrhs commented on May 26, 2024

nmap估计并不支持proxychains,试试看别的工具可以吗?

from spp.

UlyssesTakusen avatar UlyssesTakusen commented on May 26, 2024

nmap估计并不支持proxychains,试试看别的工具可以吗?

可是我使用ew或frp进行proxychains代理是可以正常扫描的

from spp.

UlyssesTakusen avatar UlyssesTakusen commented on May 26, 2024

nmap估计并不支持proxychains,试试看别的工具可以吗?

而且我使用nc进行代理扫描也是如此-504c95a0b09b4285.jpg

from spp.

UlyssesTakusen avatar UlyssesTakusen commented on May 26, 2024

代理扫描的时候log会显示这样的错误-23518ea35a722773.jpg

from spp.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.