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

services: add adb #385

Merged
merged 1 commit into from
Jul 31, 2018
Merged

services: add adb #385

merged 1 commit into from
Jul 31, 2018

Conversation

CapacitorSet
Copy link
Contributor

Emulates an Android device, exposing a fake shell (todo: implement an actual shell like ssh does?).

To test, adb connect 127.0.0.1, then adb -s 127.0.0.1 shell.

Fixes #340.

@codecov-io
Copy link

codecov-io commented Jul 13, 2018

Codecov Report

❗ No coverage uploaded for pull request base (master@1968508). Click here to learn what that means.
The diff coverage is 0%.

Impacted file tree graph

@@            Coverage Diff            @@
##             master     #385   +/-   ##
=========================================
  Coverage          ?   43.04%           
=========================================
  Files             ?       72           
  Lines             ?     8437           
  Branches          ?        0           
=========================================
  Hits              ?     3632           
  Misses            ?     4389           
  Partials          ?      416
Impacted Files Coverage Δ
services/adb.go 0% <0%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 1968508...1e2b814. Read the comment docs.

@nl5887 nl5887 merged commit 7a418fa into honeytrap:master Jul 31, 2018
@nl5887
Copy link
Contributor

nl5887 commented Jul 31, 2018

Awesome!

@CapacitorSet CapacitorSet deleted the feature-adb branch July 31, 2018 13:36
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

Successfully merging this pull request may close these issues.

3 participants