mirror of
https://github.com/quasar/Quasar.git
synced 2026-04-25 15:25:59 +03:00
[GH-ISSUE #922] Find the reverse ip in the exe? #639
Labels
No labels
bug
bug
cant-reproduce
discussion
duplicate
easy
enhancement
help wanted
improvement
invalid
need more info
pull-request
question
wont-add
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/Quasar#639
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @CaptainFallaway on GitHub (Feb 4, 2021).
Original GitHub issue: https://github.com/quasar/Quasar/issues/922
Hello!
So as said in the title I want to find the reverse IP address and port. I have decompiled the exe file and wondering where to navigate to locate the IP?
back then I was using quasar 1.3.0 for extra information.
@CaptainFallaway commented on GitHub (Feb 4, 2021):
Sorry for doing this is "issues" i didn't know where to contact y'all.
@BurntDog commented on GitHub (Feb 4, 2021):
Why are you doing it the hard way? If IP and port is all you need why not just run the exe in a VM or on old windows pc? Then use processes hacker or cports to get that info.
@MaxXor commented on GitHub (Feb 4, 2021):
Check out the build process: https://github.com/quasar/Quasar/blob/master/Quasar.Server/Build/ClientBuilder.cs
However renaming is applied afterwards.
@CaptainFallaway commented on GitHub (Feb 5, 2021):
well i was doing it to find an old VPNstaticIP ip adress and see if i can rebuy that specific one since there's some rats broadcating to that ip.