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

Connection refused #5

Open
irfhan727 opened this issue Nov 27, 2020 · 4 comments
Open

Connection refused #5

irfhan727 opened this issue Nov 27, 2020 · 4 comments

Comments

@irfhan727
Copy link

Sir when we connect try to connect with ip then he showing connection refused
Please solve it please
And massage me on gmail
My email address is : [email protected]

@irfhan727 irfhan727 reopened this Nov 27, 2020
@mesquidar
Copy link
Owner

Hi @irfhan727 , make sure the phone have the developer options enabled and usb debugging activated.
If continues refusing the connection:

Connect via usb the phone on your computer and will appear on your phone a message select allow
Open ADBSploit and show the devices
Select the usb device
Execute tcpip and then specify your desired port
Execute connect then specify ip:port (192.168.X.X:XXXX)
Once the device is connected execute devices and will appear a new device
Select this new device and unplug the usb
Now you can use ADBSploit with your phone via WiFi
Hope it helps

Regards
Ruben

@jailbreak007
Copy link

Hi everytime I enter devices it tells me connection refused

@Dkroyt
Copy link

Dkroyt commented Dec 30, 2022

Yeah i have same problem every time this problem create
Screenshot_20221230_205600
You see on this photo @mesquidar

@Braintechcorp
Copy link

SOLUTION

  1. Connect your android to kali using usb
  2. Make sure to turn on usb debugging
  3. In kali terminal, type: adb devices (install adb if you do not have {apt install adb})
  4. Type: adb tcpip 5555
  5. Remove phone
  6. Scan device on same network: nmap -r <your ip 127.0.0.1/24>
  7. Make sure port 5555 is opened
  8. Connect to adb: adb connect <your ip 127.0.0.1:5555>
  9. Launch adbsploit tool

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