Giter Site home page Giter Site logo

Comments (3)

Thick-z avatar Thick-z commented on June 11, 2024 1

.\ConsoleInject.exe -i WeChat.exe -p .\injector.dll
dll inject successdll path : . dll path : 9792 注入结果:1
netstat -ano | findstr 'LISTENING'
127.0.0.1:8680 0.0.0.0:0 LISTENING 9792

import requests

url = 'http://127.0.0.1:8680/api/?type=0'

res = requests.post(url)

print(res.status_code) # 结果是404

换一个注入器:微信DLL注入器V1.0.3.exe
命令行工具似乎有bug反回的结果太准确

from wxhelper.

godisboy0 avatar godisboy0 commented on June 11, 2024

.\ConsoleInject.exe -i WeChat.exe -p .\injector.dll
dll inject successdll path : . dll path : 9792 注入结果:1
netstat -ano | findstr 'LISTENING'
127.0.0.1:8680 0.0.0.0:0 LISTENING 9792

import requests
url = 'http://127.0.0.1:8680/api/?type=0'
res = requests.post(url)
print(res.status_code) # 结果是404

换一个注入器:微信DLL注入器V1.0.3.exe 命令行工具似乎有bug反回的结果太准确

谢谢,我试试哈~

from wxhelper.

godisboy0 avatar godisboy0 commented on June 11, 2024

虽然还没成功,但至少发现8680端口是微信自己打开的一个接口,不是dll的端口,所以访问不上。所以我的症状是显示注入成功但实际上端口未启动……

from wxhelper.

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.