• Rss
  • Contact
    • Google+
    • Blogger
    • Facebook
    • Email
  • Categories
    • Linux Tutorials
    • Windows Tutorials
    • Android Tutorials
    • Hacking Tutorials
    • Download
    • Lorem ipsum
  • Anime
    • Winter
    • Summer
    • Spring
  • Staf
    • Staf a
    • Staf b
    • Staf c
  • Home
  • Contact
  • About
  • Sitemap
  • Download

Borned To Be Hacker

Linux & Android & Windows & Pentesting & Hacking Tutorials

  • Please Wait . . .

Best free 2017 VPS with 70 MB/s no registration required

26 December 2016
Posted by Unknown
0 Comments
Tag : Hacking-Tutorials, Internet-Tutorials, Linux-Tutorials
+

very fast vps server I have ever come across

Watch the tutorial on video bellow




best vps I've vere came across, blazing speeds to about 500Mb/s  (70MB/s), no need for registration, and you can select your operating system, specs 2gb ram and 2ghz processor and  50GB dssd storage







loading...

How to show off as being a pro hacker among your friends (Matrix Trick on Android)

23 November 2016
Posted by Unknown
1 Comment
+


we all know how we love to show off things we know and things we can do, so in this post what I'm gonna do is help you accomplish that feeling of superiority you desire by showing off your skills as a professional hacker using only your android phone. For this to work for you, you need to install an app from app store called Termux then you will update its database then you gonna install a package that will make you screen look like this picture, but instead of Linux terminal you are going to do it right on your android phone




Here is a video that show how :



Stay Tuned  

Make sure you subscribe to get more videos like these !!
loading...

Full fledged terminal emulator for android + full Qwerty keyboard embedded

Posted by Unknown
0 Comments
Tag : Android-Tutorials, Hacking-Tutorials, Linux-Tutorials
+
Most of us come across situations where the graphical interface can't get the work done, at these times the only available option is using command line, when I say command line for Android, the first app that comes to mind is the well know "Terminal emulator" but in this post I'm gonna show a better and feature rich alternative, it is Terminal IDE. Here is a short description from its developer:

Terminal IDE is an expandable terminal application, with a full Java / C / C++ / HTML / Android development kit, that runs on your Android device.
It uses the command line, with many powerful and robust open-source applications, plus a custom ASCII on-screen 'soft' keyboard that works well (You must ENABLE it in your device's main Keyboard Settings).. and also has an extensive generic external 'hard' keyboard key mapper. This way CTRL / ALT / ESC etc.. should all be accessible.

Here are some pictures of the app :




I made a video where I reviewed this wonderful app

How to install nmap on your android phone

Posted by Unknown
0 Comments
Tag : Android-Tutorials, Hacking-Tutorials, Linux-Tutorials
+


Hello internet surfers




In this post I'm gonna show you how  you can perform you reconnaissance stage of your pentesting using you android smartphone.

Before you can install Nmap on your phone you need to first root your phone and install busy-box then install a Linux distribution on your android, any distribution will work, here is a video that shows you how.
 How to install Ubuntu on Android (part 1)





  How to install Ubuntu on Android (part 2)




After you have watched these videos and applied its instructions then, and only then you can install nmap on top of this Linux installation  


Here is the video that shows you how to do that :
How to install nmap on any android phone






Stay tuned until next Video & Post




How to install latest Ubuntu 16.10 on any android phone

19 November 2016
Posted by Unknown
0 Comments
Tag : Android-Tutorials, Linux-Tutorials
+


Hello internet surfers, in this post I'm gonna show you how to install Ubuntu or any other Linux distro you want on your android phone. This method is 100% working guaranteed, but there is some requirements for it to work. First your phone must be rooted and second you need to install busybox binaries. Here are the videos:

How to install Ubuntu on android part 1

How to install Ubuntu on android part 2

How to install metasploit on any android phone

Posted by Unknown
0 Comments
Tag : Android-Tutorials, Linux-Tutorials
+
Hello Visitors




 In this post I'm going to show you how to install metasploit on your android phone , for this to work you need a rooted android phone and you need busybox installed. Also you will need internet connection . please keep in mind that you are not installing metasploit on your android directly but rather you gonna install it on your Linux installation ( please check out last post on how to install Linux on your android) then install metasploit on it. Here is the videos

How to install Ubuntu on your android part 1: https://www.youtube.com/watch?v=-sYIY5XquH4


How to install Ubuntu on your android part2: https://www.youtube.com/watch?v=3ppKnkpQpck


How to install metasploit on android: https://www.youtube.com/watch?v=4aseSQN24_Y





Happy Pentesting

Manage your android from within Linux, Install Android Tools (ADB, Fastboot, ... & QtADB)

18 February 2016
Posted by Unknown
1 Comment
Tag : Android-Tutorials, Linux-Tutorials
+




1. Install Android tools

If you don't plan to do some development on your android device, you don't need to install the complete SDK.
Two android-tools packages are now available for Ubuntu. They provide a minimal set of tools like adb and fastboot.
These tools are exactly what you need to root your phone, to flash a ROM, to sideload an application, ...
As these packages are now in Ubuntu official repositories, is has become very easy to install these packages :


# sudo apt-get install android-tools-adb android-tools-fastboot

2. Update to ADB 1.0.32

Since Android Lollipop 5.0, ADB 1.0.32 is needed to sideload your device.
As Ubuntu repository has still not been updated at the time of this article,  we need to update ADB with latest version found in Google https://skia.googlesource.com/skia/ archives.
This can be done easily with these commands :


# adb version
Android Debug Bridge version 1.0.31
# wget -O - https://skia.googlesource.com/skia/+archive/cd048d18e0b81338c1a04b9749a00444597df394/platform_tools/android/bin/linux.tar.gz | tar -zxvf - adb
# sudo mv adb /usr/bin/adb
# sudo chmod +x /usr/bin/adb
# adb version
Android Debug Bridge version 1.0.32



You now have latest ADB version which will allow you to handle your Lollipop devices.


3. Install QtADB

android-qtadb
QtADB is a powerful graphical Android device manager based on ADB protocol.
QtADB will allow you to :
  • have a complete access to your Android device filesystem
  • manage your installed applications
  • get some device informations (battery level, memory usage, ...)
  • take some device display screenshot

3.1. Prerequisite on Phone or Tablet Side

To be able to fully use QtADB with your phone or tablet, the device needs to :
  • be rooted
  • have busybox installed (without busybox installed, half of QtADB functionalities won't work)
If your phone is running CyanogenMod, you should also allow root access for ADB.
This is done thru Settings / Superuser / Settings
android-qtadb-cm-adb-root
You can test your phone configuration with the following command from your computer :


# adb shell busybox ls -l -a
drwxr-xr-x   16 root     root             0 Mar 30 14:27 .
drwxr-xr-x   16 root     root             0 Mar 30 14:27 ..
drwxr-xr-x    3 root     root             0 Mar 30 14:27 acct
drwxrwxrwt    2 root     root            40 Mar 30 14:27 app-cache
drwxrwx--x    1 system   cache         4096 Mar 31 14:08 cache
...

3.2. Installation

QtADB requires :
  • a working ADB installation (done previously)
  • Qt libs version 4.7
First step is to install the dependencies. You can then download executable from the site download section and install it.
Select the download package according to your distribution (32bits i386 or 64bits Amd64).


# sudo apt-get install libqtgui4 libqt4-network libqt4-declarative libqt4-opengl
# wget http://bernaerts.dyndns.org/download/ubuntu/adb/QtADB_0.8.1_linux64.tar.gz
# tar -xvf QtADB*.tar.gz
# sudo mv ./QtADB*/QtADB /usr/local/sbin/qtadb
# sudo chmod +x /usr/local/sbin/qtadb
# rm -R QtADB*


QtADB is now installed on your computer.


3.4. Create Application Launcher

Last step is to declare the application to be used by your desktop launcher..
This is done by downloading an application icon and by creating a qtadb.desktop file :



# sudo wget -O /usr/share/icons/qtadb.png http://bernaerts.dyndns.org/download/ubuntu/adb/qtadb.png
# sudo wget -O /usr/share/applications/qtadb.desktop https://raw.githubusercontent.com/NicolasBernaerts/ubuntu-scripts/master/android/qtadb.desktop


You can now launch QtADB and your Android phone filesystem should now fully accessible.
For example, your can take full screenshot of your phone display in one click.
ubuntu-qtadb-oneplus-screenshot

Be careful, you have the full powers !




This article is copied  original author : By Nicolas Bernaerts  original article url : http://bernaerts.dyndns.org/linux/74-ubuntu/328-ubuntu-trusty-android-adb-fastboot-qtadb


PREV HOME
Android-Tutorials Hacking-Tutorials Internet-Tutorials Linux-Tutorials Windows-Tutorials
Welcome to My Blog
Powered by Blogger.

Labels

  • Android-Tutorials
  • Hacking-Tutorials
  • Internet-Tutorials
  • Linux-Tutorials
  • Windows-Tutorials

Followers

Archives

  • ▼  2016 (11)
    • ▼  December (1)
      • Best free 2017 VPS with 70 MB/s no registration re...
    • ►  November (5)
    • ►  February (4)
    • ►  January (1)
  • ►  2015 (17)
    • ►  December (3)
    • ►  April (6)
    • ►  March (2)
    • ►  February (6)

Pictures

Flickr Images

Contact Form

Name

Email *

Message *

Entertainment

Latest News

Category

  • Android-Tutorials
  • Hacking-Tutorials
  • Internet-Tutorials
  • Linux-Tutorials
  • Windows-Tutorials

Feature (Middle)

What's Hot

  • list all connected storage devices from terminal
    $ df     The command above will display the directory path of your various drives. Take note of the drive you want
  • Manage your android from within Linux, Install Android Tools (ADB, Fastboot, ... & QtADB)
    1. Install Android tools If you don't plan to do some development on your android device, you don't need to install the compl...
  • How to show off as being a pro hacker among your friends (Matrix Trick on Android)
    we all know how we love to show off things we know and things we can do, so in this post what I'm gonna do is help you accomplish ...
  • How to install ANDROID WITHOUT TOUCHING THE DATA AND WINDOWS on chuwi vi8
    Install Android without touching Data (User configurations and applications) or a partition that contains Windows 8.1 The course deals...
  • How to Fix configure error: You must have GTK+ 2.10.0 or newer development headers installed
    So your problem is  : checking for GTK... no no configure: error: You must have GTK+ 2.10.0 or newer development headers instal...
  • how to install grub themes on linux
    Beautify Grub Boot Loader by Installing Themes By default, Ubuntu boot loader grub doesn’t use any theme. You can customize...
  • How to still access sites that prevent adblocking extensions on anybrowser
    1) Install "Greasemonkey" Extension This add-on is a 'userscript manager,' in more basic terms, this allows you to v...
  • How to install exposed framework installer on chuwi vi8
    Actually these methods will work on most  AndroidX86 devices not only this tablet First Method: 1. Download/Install Ter...
  • How to install HIVE UI Custom Rom for doogee DG800
    Images: DESCRIPTION INSTALLATION 1. Download the. Zip file and dump the firmware ...
  • Unbrick chuwi vi8 bootloop after installin' xposed installer framework
    1. shut down  tablet and connect it to pc through USB 2. tablet has to be recognized by adb-tools ; Open CMD with administrative ...

Pages

  • Home

Gallery

About

Feature Ad (728)

Blogroll

loading...

Labels

  • Android-Tutorials
  • Hacking-Tutorials
  • Internet-Tutorials
  • Linux-Tutorials
  • Windows-Tutorials

Blogroll

About

- Copyright © Borned To Be Hacker -Robotic Notes- Powered by Blogger - Designed by Mustafa N-b -