Giter Site home page Giter Site logo

Comments (12)

quantumcore avatar quantumcore commented on June 11, 2024 1

https://github.com/quantumcore/remote_hacker_probe/releases/tag/V.2.2

Thanks alot for reporting! You're awesome! :)

from remote_hacker_probe.

quantumcore avatar quantumcore commented on June 11, 2024

Try restarting the server.

from remote_hacker_probe.

quantumcore avatar quantumcore commented on June 11, 2024

Oh I think I get it, Use Ipv4 address and check if it works.

from remote_hacker_probe.

kgnfth avatar kgnfth commented on June 11, 2024

Oh I think I get it, Use Ipv4 address and check if it works.

i already use my server ipv4, firewall is off btw

image

from remote_hacker_probe.

quantumcore avatar quantumcore commented on June 11, 2024

Somethings wrong with the client. Try rebuilding and checking. It's hard to tell what the problem is like this.

from remote_hacker_probe.

kgnfth avatar kgnfth commented on June 11, 2024

this is what happens

on my testing server (Client)

  1. i open Task Manager
  2. i run probe.exe (probe client)
  3. probe.exe is running and showing on taskmanager

on my RHP server
as soon as i run RHP, i get this error

[INFO] New connection from : /testingserver-ip:65366
java.net.SocketException: Connection reset
        at java.base/sun.nio.ch.NioSocketImpl.implRead(NioSocketImpl.java:323)
        at java.base/sun.nio.ch.NioSocketImpl.read(NioSocketImpl.java:350)
        at java.base/sun.nio.ch.NioSocketImpl$1.read(NioSocketImpl.java:803)
        at java.base/java.net.Socket$SocketInputStream.read(Socket.java:976)
        at java.base/java.io.InputStream.read(InputStream.java:218)
        at rhp.Server.getInformation(Server.java:158)
        at rhp.Server$1.run(Server.java:267)
        at java.base/java.lang.Thread.run(Thread.java:831)

and at the same time probe.exe from testing server gets killed
that is the meaning of Connection reset

but why is this happening i have no idea
i have no av running

from remote_hacker_probe.

quantumcore avatar quantumcore commented on June 11, 2024

Oh I just figured it out. The Client is getting an incorrect Wan IP address or failing to send the proper data.

The error is triggered here.

  // Get WAN IP
			
			    Arrays.fill(buffer, (byte)0);
			    read = is.read(buffer); // <-- here!
			    String wanip = new String(buffer, 0, read);

check on the client machine if it can get the wan ipv4 address. Or try disconnecting it from the internet and trying locally for testing if you can.

BTW are you on discord?

from remote_hacker_probe.

kgnfth avatar kgnfth commented on June 11, 2024

correct me if i am wrong but if the clients is getting an wrong wan ip, then i should not see a Connection reset from the console right ?
How do i check if it can get the wan ipv4
also i have over 20 clients and they all gets killed
i send u an email for my dc username

from remote_hacker_probe.

quantumcore avatar quantumcore commented on June 11, 2024

FINALLY I FIGURED OUT WHAT THE PROBLEM IS.

Gonna fix soon.

from remote_hacker_probe.

kgnfth avatar kgnfth commented on June 11, 2024

FINALLY I FIGURED OUT WHAT THE PROBLEM IS.

Gonna fix soon.

😍

from remote_hacker_probe.

quantumcore avatar quantumcore commented on June 11, 2024

Alright the bug was due to the client side getting the WAN IP.
It used to get it's ip from bot.whatsmyipaddress.com but it's not online anymore.
This crashed the program.

The bug was fixed but I found another, FileZilla Passwords were not being extracted. And that is also fixed now.
I will upload the new release as soon as I can. Then will close this issue.
Thank you for reporting!

from remote_hacker_probe.

kgnfth avatar kgnfth commented on June 11, 2024

Alright, thank you very much for your time

from remote_hacker_probe.

Related Issues (19)

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.