Help
RSS
API
Feed
Maltego
Contact
Domain > adus.dev.dornea.nu
×
More information on this domain is in
AlienVault OTX
Is this malicious?
Yes
No
DNS Resolutions
Date
IP Address
2018-04-15
151.101.185.147
(
ClassC
)
2025-11-02
185.199.111.153
(
ClassC
)
Port 80
HTTP/1.1 200 OKConnection: keep-aliveContent-Length: 9950Server: GitHub.comContent-Type: text/html; charsetutf-8Last-Modified: Thu, 04 Dec 2014 08:01:35 GMTAccess-Control-Allow-Origin: *ETag: 548014df-26deexpires: Sun, 02 Nov 2025 19:34:32 GMTCache-Control: max-age600x-proxy-cache: MISSX-GitHub-Request-Id: 8EEC:366380:A8FF1C:AEE5A3:6907AFF0Accept-Ranges: bytesAge: 0Date: Sun, 02 Nov 2025 19:24:32 GMTVia: 1.1 varnishX-Served-By: cache-bfi-kbfi7400042-BFIX-Cache: MISSX-Cache-Hits: 0X-Timer: S1762111472.335932,VS0,VE72Vary: Accept-EncodingX-Fastly-Request-ID: 9f39819fa8e79205cd56f437e1702500bc454912 !doctype html>html> head> meta charsetutf-8> meta http-equivX-UA-Compatible contentchrome1> title>Adus by dorneanu/title> link relstylesheet hrefstylesheets/styles.css> link relstylesheet hrefstylesheets/pygment_trac.css> script srchttps://ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js>/script> script srcjavascripts/respond.js>/script> !--if lt IE 9> script src//html5shiv.googlecode.com/svn/trunk/html5.js>/script> !endif--> !--if lt IE 8> link relstylesheet hrefstylesheets/ie.css> !endif--> meta nameviewport contentwidthdevice-width, initial-scale1, user-scalableno> /head> body> div idheader> nav> li classfork>a hrefhttps://github.com/dorneanu/adus>View On GitHub/a>/li> li classdownloads>a hrefhttps://github.com/dorneanu/adus/zipball/master>ZIP/a>/li> li classdownloads>a hrefhttps://github.com/dorneanu/adus/tarball/master>TAR/a>/li> li classtitle>DOWNLOADS/li> /nav> /div>!-- end header --> div classwrapper> section> div idtitle> h1>Adus/h1> p>Android Debug Utility Suite/p> hr> span classcredits left>Project maintained by a hrefhttps://github.com/dorneanu>dorneanu/a>/span> span classcredits right>Hosted on GitHub Pages — Theme by a hrefhttps://twitter.com/michigangraham>mattgraham/a>/span> /div> h1>a idmotivation classanchor href#motivation aria-hiddentrue>span classocticon octicon-link>/span>/a>Motivation/h1>p>After having written my a hrefhttp://blog.dornea.nu/2014/08/21/howto-debug-android-apks-with-eclipse-and-ddms/>post/a> on debugging with Eclipse and DDMS, I wanted to somehow automate those steps. And this is howADUS got born. /p>p>Its basically only a BASH script ment to glue things together and make my life easier. Feel free to adapt it to your needs. Pull requests are highly welcome./p>h1>a idrequirements classanchor href#requirements aria-hiddentrue>span classocticon octicon-link>/span>/a>Requirements/h1>ul>li>em>adus.sh/em>ul>li>bash :)/li>/ul>/li>li>em>apktool/em>ul>li>Java > 1.7.x (a hrefhttps://code.google.com/p/android-apktool/wiki/BuildApktool#Requirements>link/a>)/li>li>aapt (Android Asset Packaging Tool) in $PATH (usually found in android-sdk/build-tools/*)/li>/ul>/li>li>em>signapk/em>ul>li>no specific requirements/li>/ul>/li>li>em>dex2jar/em>ul>li>no specific requirements/li>/ul>/li>/ul>h1>a idinstallation classanchor href#installation aria-hiddentrue>span classocticon octicon-link>/span>/a>Installation/h1>p>You can download/clone the package wherever you want and call code>./adus.sh/code> from there. Since the GIT repo is quite big (ca. 28M) you should download it only once and copy it to code>/opt/adus//code>. Make sure you adapt your code>$PATH/code> to point to code>/opt/adus/adus.sh/code>. Afterwards you should be able to call code>adus.sh/code> system-wide. /p>h1>a idrun classanchor href#run aria-hiddentrue>span classocticon octicon-link>/span>/a>Run/h1>p>ADUS is very easy to use. Have a look at the available options:/p>div classhighlight highlight-shell>pre> __ ____ _ _ ____ / _span classpl-cce>\ /span>( span classpl-cce>\//span> )( span classpl-cce>\//span> ___) / span classpl-cce>\ /span>) span classpl-en>D/span> () span classpl-cce>\//span> (span classpl-cce>\_/span>__ span classpl-cce>\ /span> span classpl-cce>\_/span>/span classpl-cce>\_/span>/(____/span classpl-cce>\_/span>___/(____/ Android Debug Utility SuiteUsage: ./adus.sh span classpl-k></span>optionsspan classpl-k>>/span>Available options: -h Print this message -b span classpl-k></span>app_pathspan classpl-k>>/span> Build new APK from span classpl-s3>source/span> directory -d span classpl-k></span>app_pathspan classpl-k>>/span> Dump APK to ./source -s span classpl-k></span>app_pathspan classpl-k>>/span> Sign APK using span classpl-s3>test/span> certificate -u span classpl-k></span>app_pathspan classpl-k>>/span> Unpack APK to ./unpacked -x span classpl-k></span>dex_pathspan classpl-k>>/span> Convert DEX to JAR -q Be quite. Deactivate verbosity. -0 span classpl-k></span>app_pathspan classpl-k>>/span> Dump (-d) and unpack (-u) APK -1 span classpl-k></span>app_pathspan classpl-k>>/span> Build (-b) and sign (-s)/pre>/div>h1>a idtested-on- classanchor href#tested-on- aria-hiddentrue>span classocticon octicon-link>/span>/a>Tested on .../h1>ul>li>Linux /li>li>Windows 7ul>li>Using a hrefhttp://msysgit.github.io/>Git Bash/a>/li>/ul>/li>/ul>blockquote>p>Can anyone confirm ADUS running on *BSD?/p>/blockquote>h1>a idexamples classanchor href#examples aria-hiddentrue>span classocticon octicon-link>/span>/a>Examples/h1>h3>a idunpack-and-dump-apk classanchor href#unpack-and-dump-apk aria-hiddentrue>span classocticon octicon-link>/span>/a>Unpack and dump APK/h3>p>Given an APK ADUS will dump the contents to code>./source/code> using code>apktool/code>. Afterwards it will unpack the APK (ZIP file) to code>./unpacked/code> using code>unzip/code>. The code>-0/code> command is actually a combo of code>-d/code> and code>-u/code>./p>div classhighlight highlight-shell>pre>span classpl-c># ./adus.sh -0 FakeBanker.apk /span>2014-09-04 20:48:35 INFO: Dumping FakeBanker.apk to ./source ... I: Using Apktool 2.0.0-dirty on FakeBanker.apkI: Loading resource table...I: Loading resource table...I: Decoding AndroidManifest.xml with resources...I: Loading resource table from file: /home/victor/apktool/framework/1.apkI: Regular manifest package...I: Decoding file-resources...I: Decoding values span classpl-k>*/span>/span classpl-k>*/span> XMLs...I: Baksmaling classes.dex...I: Copying assets and libs...I: Copying unknown files...I: Copying original files...2014-09-04 20:48:39 INFO: Successspan classpl-k>!/span>2014-09-04 20:48:39 INFO: Unpacking FakeBanker.apk to ./unpacked ... Archive: FakeBanker.apksigned by SignApk inflating: ./unpacked/META-INF/MANIFEST.MF inflating: ./unpacked/META-INF/CERT.SF inflating: ./unpacked/META-INF/CERT.RSA inflating: ./unpacked/AndroidManifest.xml inflating: ./unpacked/classes.dex extracting: ./unpacked/res/drawable-hdpi/ic_launcher1.png extracting: ./unpacked/res/drawable-hdpi/logo.png extracting: ./unpacked/res/drawable-ldpi/ic_launcher1.png extracting: ./unpacked/res/drawable-mdpi/ic_launcher1.png extracting: ./unpacked/res/drawable-xhdpi/ic_launcher1.png inflating: ./unpacked/res/layout/actup.xml inflating: ./unpacked/res/layout/main.xml inflating: ./unpacked/res/layout/main2.xml inflating: ./unpacked/res/menu/main.xml extracting: ./unpacked/res/raw/blfs.key inflating: ./unpacked/res/raw/config.cfg inflating: ./unpacked/resources.arsc 2014-09-04 20:48:39 INFO: Successspan classpl-k>!/span>/pre>/div>h3>a idbuild-and-sign-new-apk classanchor href#build-and-sign-new-apk aria-hiddentrue>span classocticon octicon-link>/span>/a>Build and sign new APK/h3>p>ADUS will build a new APK from code>./source/code> and sign it using code>signapk/code>. The code>-1/code> command consists of code>-b/code> and code>-s/code>./p>div classhighlight highlight-shell>pre>./adus.sh -1 FakeBanker-NEW.apk2014-09-04 20:52:01 INFO: Building APK from ./source ... I: Using Apktool 2.0.0-dirty on span classpl-s3>source/span>I: Checking whether sources has changed...I: Smaling smali folder into classes.dex...I: Checking whether resources has changed...I: Building resources...Warning: AndroidManifest.xml already defines debuggable (span classpl-k>in/span> http://schemas.android.com/apk/res/android)span classpl-k>;/span> using existing value span classpl-k>in/span> manifest.I: Building apk file...2014-09-04 20:52:06 INFO: Successspan classpl-k>!/span> FakeBanker-NEW.apk is your new APK.2014-09-04 20:52:06 INFO: Signing FakeBanker-NEW.apk ...2014-09-04 20:52:06 INFO: Successspan classpl-k>!/span> FakeBanker-NEW.SIGNED.apk is your signed APK./pre>/div>h3>a idconvert-dex-to-jar classanchor href#convert-dex-to-jar aria-hiddentrue>span classocticon octicon-link>/span>/a>Convert dex to jar/h3>p>Using dex2jar youll be able to convert the code>classes.dex/code> into a code>jar/code> file./p>div classhighlight highlight-shell>pre>./adus.sh -x unpacked/classes.dex2014-09-04 20:53:14 INFO: Converting unpacked/classes.dex to JAR ... dex2jar unpacked/classes.dex -span classpl-k>>/span> ./unpacked/classes-dex2jar.jar2014-09-04 20:53:17 INFO: Successspan classpl-k>!/span> Converted file is at ./unpacked/classes-dex2jar.jar/pre>/div>h1>a idlicense classanchor href#license aria-hiddentrue>span classocticon octicon-link>/span>/a>License/h1>p>Released under the MIT License. Check out code>License.md/code>./p> /section> /div> !--if !IE>script>fixScale(document);/script>!endif--> /body>/html>
Port 443
HTTP/1.1 200 OKConnection: keep-aliveContent-Length: 9950Server: GitHub.comContent-Type: text/html; charsetutf-8Last-Modified: Thu, 04 Dec 2014 08:01:35 GMTAccess-Control-Allow-Origin: *ETag: 548014df-26deexpires: Sun, 02 Nov 2025 19:34:32 GMTCache-Control: max-age600x-proxy-cache: MISSX-GitHub-Request-Id: BBFA:366380:A8FF2D:AEE5BA:6907AFECAccept-Ranges: bytesAge: 0Date: Sun, 02 Nov 2025 19:24:32 GMTVia: 1.1 varnishX-Served-By: cache-bfi-kbfi7400101-BFIX-Cache: MISSX-Cache-Hits: 0X-Timer: S1762111472.453700,VS0,VE89Vary: Accept-EncodingX-Fastly-Request-ID: 42aa28117de785244a3e727756df236975960608 !doctype html>html> head> meta charsetutf-8> meta http-equivX-UA-Compatible contentchrome1> title>Adus by dorneanu/title> link relstylesheet hrefstylesheets/styles.css> link relstylesheet hrefstylesheets/pygment_trac.css> script srchttps://ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js>/script> script srcjavascripts/respond.js>/script> !--if lt IE 9> script src//html5shiv.googlecode.com/svn/trunk/html5.js>/script> !endif--> !--if lt IE 8> link relstylesheet hrefstylesheets/ie.css> !endif--> meta nameviewport contentwidthdevice-width, initial-scale1, user-scalableno> /head> body> div idheader> nav> li classfork>a hrefhttps://github.com/dorneanu/adus>View On GitHub/a>/li> li classdownloads>a hrefhttps://github.com/dorneanu/adus/zipball/master>ZIP/a>/li> li classdownloads>a hrefhttps://github.com/dorneanu/adus/tarball/master>TAR/a>/li> li classtitle>DOWNLOADS/li> /nav> /div>!-- end header --> div classwrapper> section> div idtitle> h1>Adus/h1> p>Android Debug Utility Suite/p> hr> span classcredits left>Project maintained by a hrefhttps://github.com/dorneanu>dorneanu/a>/span> span classcredits right>Hosted on GitHub Pages — Theme by a hrefhttps://twitter.com/michigangraham>mattgraham/a>/span> /div> h1>a idmotivation classanchor href#motivation aria-hiddentrue>span classocticon octicon-link>/span>/a>Motivation/h1>p>After having written my a hrefhttp://blog.dornea.nu/2014/08/21/howto-debug-android-apks-with-eclipse-and-ddms/>post/a> on debugging with Eclipse and DDMS, I wanted to somehow automate those steps. And this is howADUS got born. /p>p>Its basically only a BASH script ment to glue things together and make my life easier. Feel free to adapt it to your needs. Pull requests are highly welcome./p>h1>a idrequirements classanchor href#requirements aria-hiddentrue>span classocticon octicon-link>/span>/a>Requirements/h1>ul>li>em>adus.sh/em>ul>li>bash :)/li>/ul>/li>li>em>apktool/em>ul>li>Java > 1.7.x (a hrefhttps://code.google.com/p/android-apktool/wiki/BuildApktool#Requirements>link/a>)/li>li>aapt (Android Asset Packaging Tool) in $PATH (usually found in android-sdk/build-tools/*)/li>/ul>/li>li>em>signapk/em>ul>li>no specific requirements/li>/ul>/li>li>em>dex2jar/em>ul>li>no specific requirements/li>/ul>/li>/ul>h1>a idinstallation classanchor href#installation aria-hiddentrue>span classocticon octicon-link>/span>/a>Installation/h1>p>You can download/clone the package wherever you want and call code>./adus.sh/code> from there. Since the GIT repo is quite big (ca. 28M) you should download it only once and copy it to code>/opt/adus//code>. Make sure you adapt your code>$PATH/code> to point to code>/opt/adus/adus.sh/code>. Afterwards you should be able to call code>adus.sh/code> system-wide. /p>h1>a idrun classanchor href#run aria-hiddentrue>span classocticon octicon-link>/span>/a>Run/h1>p>ADUS is very easy to use. Have a look at the available options:/p>div classhighlight highlight-shell>pre> __ ____ _ _ ____ / _span classpl-cce>\ /span>( span classpl-cce>\//span> )( span classpl-cce>\//span> ___) / span classpl-cce>\ /span>) span classpl-en>D/span> () span classpl-cce>\//span> (span classpl-cce>\_/span>__ span classpl-cce>\ /span> span classpl-cce>\_/span>/span classpl-cce>\_/span>/(____/span classpl-cce>\_/span>___/(____/ Android Debug Utility SuiteUsage: ./adus.sh span classpl-k></span>optionsspan classpl-k>>/span>Available options: -h Print this message -b span classpl-k></span>app_pathspan classpl-k>>/span> Build new APK from span classpl-s3>source/span> directory -d span classpl-k></span>app_pathspan classpl-k>>/span> Dump APK to ./source -s span classpl-k></span>app_pathspan classpl-k>>/span> Sign APK using span classpl-s3>test/span> certificate -u span classpl-k></span>app_pathspan classpl-k>>/span> Unpack APK to ./unpacked -x span classpl-k></span>dex_pathspan classpl-k>>/span> Convert DEX to JAR -q Be quite. Deactivate verbosity. -0 span classpl-k></span>app_pathspan classpl-k>>/span> Dump (-d) and unpack (-u) APK -1 span classpl-k></span>app_pathspan classpl-k>>/span> Build (-b) and sign (-s)/pre>/div>h1>a idtested-on- classanchor href#tested-on- aria-hiddentrue>span classocticon octicon-link>/span>/a>Tested on .../h1>ul>li>Linux /li>li>Windows 7ul>li>Using a hrefhttp://msysgit.github.io/>Git Bash/a>/li>/ul>/li>/ul>blockquote>p>Can anyone confirm ADUS running on *BSD?/p>/blockquote>h1>a idexamples classanchor href#examples aria-hiddentrue>span classocticon octicon-link>/span>/a>Examples/h1>h3>a idunpack-and-dump-apk classanchor href#unpack-and-dump-apk aria-hiddentrue>span classocticon octicon-link>/span>/a>Unpack and dump APK/h3>p>Given an APK ADUS will dump the contents to code>./source/code> using code>apktool/code>. Afterwards it will unpack the APK (ZIP file) to code>./unpacked/code> using code>unzip/code>. The code>-0/code> command is actually a combo of code>-d/code> and code>-u/code>./p>div classhighlight highlight-shell>pre>span classpl-c># ./adus.sh -0 FakeBanker.apk /span>2014-09-04 20:48:35 INFO: Dumping FakeBanker.apk to ./source ... I: Using Apktool 2.0.0-dirty on FakeBanker.apkI: Loading resource table...I: Loading resource table...I: Decoding AndroidManifest.xml with resources...I: Loading resource table from file: /home/victor/apktool/framework/1.apkI: Regular manifest package...I: Decoding file-resources...I: Decoding values span classpl-k>*/span>/span classpl-k>*/span> XMLs...I: Baksmaling classes.dex...I: Copying assets and libs...I: Copying unknown files...I: Copying original files...2014-09-04 20:48:39 INFO: Successspan classpl-k>!/span>2014-09-04 20:48:39 INFO: Unpacking FakeBanker.apk to ./unpacked ... Archive: FakeBanker.apksigned by SignApk inflating: ./unpacked/META-INF/MANIFEST.MF inflating: ./unpacked/META-INF/CERT.SF inflating: ./unpacked/META-INF/CERT.RSA inflating: ./unpacked/AndroidManifest.xml inflating: ./unpacked/classes.dex extracting: ./unpacked/res/drawable-hdpi/ic_launcher1.png extracting: ./unpacked/res/drawable-hdpi/logo.png extracting: ./unpacked/res/drawable-ldpi/ic_launcher1.png extracting: ./unpacked/res/drawable-mdpi/ic_launcher1.png extracting: ./unpacked/res/drawable-xhdpi/ic_launcher1.png inflating: ./unpacked/res/layout/actup.xml inflating: ./unpacked/res/layout/main.xml inflating: ./unpacked/res/layout/main2.xml inflating: ./unpacked/res/menu/main.xml extracting: ./unpacked/res/raw/blfs.key inflating: ./unpacked/res/raw/config.cfg inflating: ./unpacked/resources.arsc 2014-09-04 20:48:39 INFO: Successspan classpl-k>!/span>/pre>/div>h3>a idbuild-and-sign-new-apk classanchor href#build-and-sign-new-apk aria-hiddentrue>span classocticon octicon-link>/span>/a>Build and sign new APK/h3>p>ADUS will build a new APK from code>./source/code> and sign it using code>signapk/code>. The code>-1/code> command consists of code>-b/code> and code>-s/code>./p>div classhighlight highlight-shell>pre>./adus.sh -1 FakeBanker-NEW.apk2014-09-04 20:52:01 INFO: Building APK from ./source ... I: Using Apktool 2.0.0-dirty on span classpl-s3>source/span>I: Checking whether sources has changed...I: Smaling smali folder into classes.dex...I: Checking whether resources has changed...I: Building resources...Warning: AndroidManifest.xml already defines debuggable (span classpl-k>in/span> http://schemas.android.com/apk/res/android)span classpl-k>;/span> using existing value span classpl-k>in/span> manifest.I: Building apk file...2014-09-04 20:52:06 INFO: Successspan classpl-k>!/span> FakeBanker-NEW.apk is your new APK.2014-09-04 20:52:06 INFO: Signing FakeBanker-NEW.apk ...2014-09-04 20:52:06 INFO: Successspan classpl-k>!/span> FakeBanker-NEW.SIGNED.apk is your signed APK./pre>/div>h3>a idconvert-dex-to-jar classanchor href#convert-dex-to-jar aria-hiddentrue>span classocticon octicon-link>/span>/a>Convert dex to jar/h3>p>Using dex2jar youll be able to convert the code>classes.dex/code> into a code>jar/code> file./p>div classhighlight highlight-shell>pre>./adus.sh -x unpacked/classes.dex2014-09-04 20:53:14 INFO: Converting unpacked/classes.dex to JAR ... dex2jar unpacked/classes.dex -span classpl-k>>/span> ./unpacked/classes-dex2jar.jar2014-09-04 20:53:17 INFO: Successspan classpl-k>!/span> Converted file is at ./unpacked/classes-dex2jar.jar/pre>/div>h1>a idlicense classanchor href#license aria-hiddentrue>span classocticon octicon-link>/span>/a>License/h1>p>Released under the MIT License. Check out code>License.md/code>./p> /section> /div> !--if !IE>script>fixScale(document);/script>!endif--> /body>/html>
View on OTX
|
View on ThreatMiner
Please enable JavaScript to view the
comments powered by Disqus.
Data with thanks to
AlienVault OTX
,
VirusTotal
,
Malwr
and
others
. [
Sitemap
]