Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

help wanted #15

Closed
chikabou opened this issue Dec 17, 2023 · 16 comments
Closed

help wanted #15

chikabou opened this issue Dec 17, 2023 · 16 comments

Comments

@chikabou
Copy link

chikabou commented Dec 17, 2023

i finish built and the executable is ready but when someone open it nothing shows up .
juste when i open it on my local it shows the 127.0.0.1 ip and i can use the tool .
can you help so when i send it to my friend it works.

@Valus3000
Copy link

Valus3000 commented Dec 27, 2023

Their antivirus maybe deleting or stopping it. Try with antivirus turned off first. I am not sure from your message but you are using your domain ip or your ip address for the client and NOT 127.0.0.1. The latter is a loop to your connection, hence it worked on your pc. For someone else you need to use the former i.e your ip address etc

@chikabou
Copy link
Author

thank you but it is not a antivirus problem because my friend stopped his antivirus but im not sure about the ip should i use my public ip ? and should i have an open port to connect with my friend computer ?

@Valus3000
Copy link

Yes you must either use your ip or a domain ip. Also in the listener tab, ensure the port and password match.
If you are behind a firewall/Nat which most routers today are, you have to open a port on your side.

@chikabou
Copy link
Author

chikabou commented Dec 28, 2023

i use my public ip address and port 4444 even in my router settings i put my ip and the port 4444 open that means it must work i think but it didn't . valus3000 please if you can help contact me this is my discord : najed2.0

@Valus3000
Copy link

Valus3000 commented Dec 28, 2023

I would rather not use my Main discord. But really what you have to do is this:

  1. Create/Build your rat using xeno rat builder tab.
  2. In the builder tab, input either your domain or your ip address, with the port e.g 4444 and password e.g merrychristmas
  3. Deploy the Rat on the target pc
  4. Go to your router settings and open a port 4444 with your assign local ip
  5. Go into xenorat listener tab and ensure port 4444 and password merrychristmas is set
  6. If done correctly you should have no issues.

@chikabou
Copy link
Author

thank you very much . the problem is that i was using my public ip on my router settings .
thank you .

@NFS11
Copy link

NFS11 commented Nov 2, 2024

hi all, what if your router settings show something like this?
Screenshot_20241102_194958_Chrome

@NFS11
Copy link

NFS11 commented Nov 2, 2024

also with the protocol should I be good to go? and idk what to do with the external and internal ports do I just set them all to something like e.g 4444? and for ip address do I need to do anything about that or no. sorry if I'm disturbing.

@zamora1221
Copy link

hi all, what if your router settings show something like this? Screenshot_20241102_194958_Chrome

were you able to figure it out? i have the same thing

@NFS11
Copy link

NFS11 commented Nov 26, 2024

@zamora1221 apparantly if youre using one port (e.g 4111 or something) you gotta set everything to 4111. you also have to make sure the ip setting in the builder is set to what is shown in ipconfig command in cmd. however when i had tried this and checked it using canyouseeme.org , it didnt find the open port despite my setting in router being right. even upon changing the wf.msc settings. if i may ask, are you using the same router as me?

@Valus3000
Copy link

@zamora1221
@NFS11

External ports and internal ports would be the same for both start and end. Whatever port you use to make your payload e.g 4111. Also canyouseeme is a waste of time. Do not use. You seem to be following the instructions I post correctly. However, I assume you making a mistake along the way. Double check method just to be sure.

Things to double check / try / note

  1. The payload ip used and router ip opened are two different things. NOT the same
  2. Rem you cannot use the same payload on the same computer, if using, then use ip 127.0.0.1 to test the software
  3. If using windows firewall and you did not allow the software to gain access, then do that.
  4. Disable firewall just in case, if issue persist
  5. Ensure you assign and open the port in the software itself, so it may listen
  6. Ensure PASSWORD are the same in software as the payload

@NFS11
Copy link

NFS11 commented Nov 29, 2024

@Valus3000 how do I check if the port forwarding worked? when running on my own pc I did use the default ip so it worked but I have some questions:

  1. what do I enter for the ip address? do I execute ipconfig command in cmd and use the ip shown there?
  2. how do I check if it worked?
  3. can my router or isp affect the connection or port forwarding?
  4. what about double nat? apparantly that can affect the port forwarding so can i fix that?

thanks for the tips I just want to make sure if this is in order.

@NFS11
Copy link

NFS11 commented Dec 9, 2024

also has anyone managed to fix the issue where even when setting port forwarding rule and inbound rule in wf.msc the port is still not found

@Valus3000
Copy link

Valus3000 commented Dec 9, 2024

also has anyone managed to fix the issue where even when setting port forwarding rule and inbound rule in wf.msc the port is still not found

@NFS11

I have no issue what-so-ever. Therefore issue is on your side, either router/firewall/or something you doing wrong unfortunately.

As to your previous questions:

  1. You use your ip address you see online for the payload and your pc ip address in ipconfig to open the port. I recommend you look into ddns or domain or rdp, rather than using your ip address. If you just testing or ip is static then this should not be an issue, so disregard.
  2. It will work when you did everything correctly and got connection. This is the only way to know, unless you use a listening program for your ports or use netstat -ab or -aon commands. Yet this will only say that the port is open.
  3. Yes, hence the reason you trying to open a port because of NAT/firewall on most modern routers. ISP even sometime blocks port from opening even though router says it's open.
  4. Double NAT is hell on earth. But you can open ports normally like any other router but it is a big hassle. So either open port on MAIN router to Second router then Second router to your pc OR just disable second router. The latter being the easiest of them all, as you basically disable double nat.

Hope this helps man, peace.

@NFS11
Copy link

NFS11 commented Dec 9, 2024

@Valus3000 thanks you are a life saver. i am not sure if my isp is blocking my port but i am using ports that aren't 4444 or 4782 and other commonly used ports. im not exactly sure if its double nat but apparantly it may be a problem according to other users that use my isp. i will try to use an rdp if i can get it working. thank you for your help, we need more people like you

also wanted to ask: can i just use a vpn as an alternative? apparantly i can do that after some quick googling

@Valus3000
Copy link

Valus3000 commented Dec 10, 2024

@Valus3000 thanks you are a life saver. i am not sure if my isp is blocking my port but i am using ports that aren't 4444 or 4782 and other commonly used ports. im not exactly sure if its double nat but apparantly it may be a problem according to other users that use my isp. i will try to use an rdp if i can get it working. thank you for your help, we need more people like you

also wanted to ask: can i just use a vpn as an alternative? apparantly i can do that after some quick googling

@NFS11
You can, but you need a vpn with port forwarding which I think most vpn do not offer. As it is seen/flagged as malware and illegal usage. If I was you, I would use a free ddns for now, just to test.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants