Saturday, July 6, 2013

How to Root & Unroot Any Android Device With The Combination Of Moborobo+SRSRoot+VISIONary+

0 comments
Good day dear Android Users, here is an exclusive tutorial on how to Root an Android Device easily.


Just as the Symbian User think of how to hack their Symbian Phone and Sign their Applications, how iPhone/iPad Users think of how to Jailbreak their Devices to make use of some Applications and beats off their limitation, this is a major reason why Android Users need to Root their Andriod Phones to enjoy their Device to the fullest.
WHY ROOT AN ANDROID DEVICE? 

Let’s start with why you would want to root your Android Smartphone. Sometimes applications require special permission that the Android OS, which is based on Linux doesn’t allow. These could be simple as taking a screenshot to higher level permissions to the core Android files. Rooting makes your phone faster, increases battery life, allows it to run more applications, custom software and ROMs which allow complete control over every aspect of your device by allowing superuser and admin level permission. Removing carrier bloatware is a particularly enticing application and many more.
Enough for the introduction let's proceed with the Tutorial for today.


HOW TO ROOT AN ANDRIOD DEVICE EASILY 

Steps:
=====
1. INSTALLING THE MOBOROBO SOFTWARE :
++++++++++++++++++++++++++++++++++++++++++


  •   First you need to install your android device drivers...
            There are many different sites on the internet to dowload the driver's compatible to your 
             android device...

            Don't worry i have best solution for the problem...

  •     Just download the Moborobo Software it's free...

              Link :     DOWNLOAD MOBOROBO

  •     Moborobo is the pc suite like nokia and other brands...

              By using the software u can manage your device...

              After download and install the software Just plug ur device to pc using the usb cable..

              "Debugging mode"  necessary "on" mode....

  •      Open the moborobo software and you can see that the software automatically              download  your specific device driver...(so the problem of installing driver is gone,)

  •  After finsinhing the downloading the driver and installed into ur pc...

           U can see ur device in the moborobo software...


           Finishing ur device detection on the pc complete...


2. INSTALLING THE SRSROOT SOFTWARE:
++++++++++++++++++++++++++++++++++++++


  •    SRSRoot is the Universal software to root any android device whether it's Branded or    China.

  • Just download and install the SRSRoot software..

  • After completing the installation of the SRSRoot you see the GUI of it.

Note:  In the process u need an Internet Connection...
+++++++++++++++++++++++++++++++++++++++++
  • U can see that there have many option's are there..
          Just click on the Root Device(All Methods)

  • The Software automatically triying different exploits on ur device..
  • After u can see the message like " Root Successful"
                                              
                                                       LIST OF ROOTED DEVICES



3. INSTALLING THE VISIOnary+ App:
++++++++++++++++++++++++++++++++

  • Just install the app into ur android device and select the 2nd, & 3rd option check it..
           and press the Permenent Root.


  • The process makes ur device permenent root.


Just Use the Root checker app and confirm  it..




Happy Rooting...







   





Tuesday, July 2, 2013

Packet Sniffing With WIRESHARK

0 comments


I will be going over the general terminology that we will need to know about packet sniffing (such as “what is a packet?"), and why someone would want to sniff their network (for both black hat and white hat purposes). This thread will encompass the fundamentals of packet sniffing with Wireshark, and more complex concepts as well. For now, though, I will cover the basic terms you should know prior to continuing on with this thread. I will also assume that you know the core concepts and terminology of networking as well.



INTRODUCTION:

Packet: A packet is, at its core, is simply a certain amount of data sent over a network. To put it into perspective, whenever you receive data from the internet, it is going to your PC (or whatever ED you are using at the time) in the form of a multitude of little packets.

Promiscuous Mode: This is an option for most packet sniffers that allows you to put your NIC (Network Interface Card; the physical component that establishes the connection between the PC and network cable) in a mode that allows you to modify network traffic and inject different protocols. An example of this would be as follows: Lets say I was using a packet sniffer in Promiscuous Mode and wanted to modify the protocols for Google.com. Instead of wanting the Google banner as the actual banner, I could instead change it to, lets say, Hack Forum’s banner.

Monitor Mode: This is the mode for your NIC that lets you simply view what’s going on between your machine and the network it is connected to. You do not need Administrative rights to do this.

Frames: ‘Frames’ in the packet sniffing world simply means “a series of data", which, include, ‘packets’.


Now that you’ve got the basic terminology down that you will need to begin your journey of packet sniffing, now you must be asking yourself: what exactly is ‘packet sniffing’, and why would I want to do it? Now, in reference to the definition of a ‘packet’, a packet is but a certain amount of data sent over a network. Therefore, packet-switching (the act of sending and receiving packets) is used frequently to connect to websites and whatnot. Packets, as previously stated, also contain data within them. This data (while using Wireshark or TCPDump) can be listened to (or, in other words, ‘viewed’ if you are using Monitor Mode on your packet sniffer; in Promiscuous Mode you can actually tamper with the data, but that is for another day of chat) and seen as for what your network is truly doing. Basically, it tells you “what’s going on with my network?". Some people in IT may need to know why something isn’t sending properly, or who is on my network. All of these inquiries can be answer properly with packet sniffing. However, it can be used for malicious purposes as well, such as stealing passwords and such. Now, there are 7 layers you should familiarize yourself with when you are packet sniffing with Wireshark.




This image (known as the OSI Model) shows us the layers on how a network communicates. As shown, it divides the means of connection into 7 distinct layers. The further explaining of the layers are explained below.
  • Layer 7: This is the transport layer in which mainly consists of HTTP connection to a website. This is what your web browser (application) shows as the result of successfully receiving the packets. This is what you will be seeing on your monitor when the packets have been successfully received and built (also referred to as the ‘end product’). This isn’t necessarily the part that is interesting about packet sniffing. Layer 4 and below is where packet sniffing becomes extremely fun.
  • Layer 6: This is the layer that typically involves an SSL (Secure Sockets Layer ) protocol. It is used by many websites to send data securely.
  • Layer 5: All this layer describes is the creation of the session layer.
  • Layer 4: Now, here is where packet sniffing starts to shine. Layer 4 has to do with the transporting of packets. You know, what protocol am I using? Is it TCP or UDP? If I were on YouTube, for example, it would appear as ‘UDP’. But, if I were to go to Google, it would be ‘TCP’.
  • Layer 3: This is the layer where the actual packets reside. This is where you would be getting into how the packets get put together, and the source and destination address. This layer will show you the little bits of data (packets) that will be going through your wire (or, if you’re on WiFi, through the atmosphere) and reassemble on the other end, hopefully giving you the desired results (correct webpage). If, however, these packets get sent out of order, you would get a corrupted page. This isn’t that common among webpages, but with downloads, this is how you get a corrupted file.
  • Layer 2 & 1: This is the actual physical layer of your network and the components that it needs to communicate properly. This is all about the copper in the ground and your ED (also Ethernet cables and such. You get the idea.). Layer 1 focuses on the actual waves and particles behind communication (for example: satellite).
The layers listed above will give you a better perception when you’re packet sniffing. Getting to know the above layers will help you dissect the actual information you will log with Wireshark. Now that we’ve got that out of the way, lets move on to actually using Wireshark, and putting it into perspective. The first thing you want to do once you have downloaded Wireshark is, simply, set it up. Go through the Install Wizard’s prompts and choose to ‘run’ Wireshark. You can also use the desktop icon if you chose to add one to your desktop. Now assuming that you executed the program, a window should open up and it will look like the one below :

From here, you now have access to a handy GUI interface to which you can now start capturing data with. You’re going to want to click on
your NIC below the ‘Start’ button and click ‘Start’. From here, you should have a window similar to this: 

As you can see, on the top section of Wireshark there will be your packets that you are currently logging (this depends on the webpages you currently have open in your web browser. If you wanted, you could open up a new tab and go on over to Hackforums.net and switch back to Wireshark to see the packets rolling in).

As you can see from the new pane in Wireshark, the first column on the section (from left to right) reads ‘No.’ (which stands for ‘number’). This will tell you want number packet it is since you started capturing (or sniffing). On the next column to the right, it reads ‘Time’, which basically means how long it took since you started capturing for the packet to be received. The third column shows the source IP address (the packet’s origin), and the fourth column shows the destination IP address. And, the fifth column shows the protocol, whether it be Domain Name Server or Transmission Control Protocol, or HyperText Transfer Protocl (to be very brief about HTTP, you do not want to login in to websites while you’re on HTTP. The protocol transfers your passwords non-hashed and in plain text. This means that it is easy for someone who is sniffing your network to get your login). And, finally, the ‘Length’ and ‘Info’ column show the more advanced information of the packet.

Now, depending on what you want to do, you can choose to filter the types of packets via the ‘Filter’ bar at the top of the window. Lets say that you wanted to view only HTTP requests. You would then go to the Filter bar and type “http.request". This command would just show the packets of interest. Alright, remember when I said when you were streaming that you could go and visit a website of your choice (I recommended Hack Forums) and see the packets be logged? Well, browse through the log and look to the right column for something with ‘hackforums’ in the URL. Once you find it, right click on it and hit “Follow TCP Stream". Wireshark should come up with a new window with red text showing what data you sent, and in blue what data you received. Again, this shows all of the raw data within the packet, which I would get into if this weren’t a fundamental guide to Wireshark.

Wednesday, June 26, 2013

Programming Languages E-books Free Download

1 comments


--------------------------------------------------------------
| Programming Languages E-books |
---------------------------------------------






1. C Programming
         
C Programming is one of the Popular and most Wanted Programming language ever, C is very useful to create Softwares and Programming Software, mostly C Programming is widely used in Programming Linux, Windows and OS. 




2. C++ Programming 
       
 C++ is the Next Generation of C. C and C++ not having much difference but C++ is popular nowadays coz, easy to understand and easy to learn C++ instead of C. C++ is from same category of Software Programming, Mostly whatever program we use in Computer are designed and Created into C++, I would prefer you to learn C++ Instead of C.



3. HTML Web Programming and Designing
        
HTML (Hyper Text Markup Language) is the web Programming language the most most most useful and useable Web Programming language, Programmer, hacker, developer everyone need to learn HTML. HTML is the Source and Base of all Web Programming languages, If you don't know HTML then you can't learn any Web Programming lang. I would prefer you to learn HTML and HTML 5 before starting to Javascript or PHP.



4. Java Software Programming
         
I hope you might have heard what is Java, and what are the uses of Java, if you don't know Download Java and While Installing you'll see it will tell it's own features that Java run more then billions of Electronics and every Connection and Programs, Java is there, Java is High Level Programming Lanugage. Java is also very useful but I would prefer you to learn Java Basic to have knowledge of Java Programming.



5. Javascript Web Programming + Designing 
      
  Now, Javascript - one of my fav Programming language. I would prefer you to learn Javascript after HTML so you can be the Best Web Programmer. I hope you can see a twitter bird flying on your Screen, just look on page - that bird is designed and moving coz, of javascript whatever web animations, widgets advance Web Application is running due to Javascript. Facebook, G-mail, Yahoo every Site uses Javascript to make their webpage more attractive, Understandable and Secure.



6. PHP + SQL + SQLi Programming
       
  As you know that SQL is a Programming lang. of Database (Structured Query Language) without SQL, we can't login to any website and access our files. SQL is the most useable Pogramming lang. SQL is only use for Database Structuring storing info data. Now PHP (Hypertext Pre-processor or Personal Home Page) PHP is widely used in web applications to connect with Server, Web Applications and SQL DB. PHP is really very useful in Web Programming world, without PHP there could be nothing. Every Hackers need to learn PHP,SQL and SQLI (SQL Injection).



7. Visual Basic Software Programming
        
  Visual basics comes into Software Designing and Communicating Software with User, Visual basic is the Base like HTML it is really very interesting and it is ejoyable to create our own apps and software using Visual Basic. Mostly Software were design and get contents through visual Basic only, If you are newbie in Software programming then I'll prefer you to learn Visual basic then C++, Python, C, C#, F# etc 



8. Visual C++ Software Programming & Eng.
         
Visual C++ is the mixture and combination of Visual basic and C++ this is called Visual C++, when you've make a advance Software that interface with users and also have Good Programming Structure then Programmers always use Visual C++ for Windows Software developement. 



9. Windows Phone App Dev Programming Contents

        Well, I was thinking to upload Android Software Dev Programming and Sample programs but here you'll get a tough headache directly Jumping Windows to Android :D.... well it is bit Interesting E-books to create Windows Phone Games APP and the most Important thing in this that, I m giving away 10 Sample Windows App and Games to learn and Program, well you should download and try it :)




10. Python (Software programming)

            Python is one of the most advance and Most adorable Programming language it. It's just awesome since from 1990's. Python is a high level programming language which increasingly popular. I have collected Some Beginners and Medum level Python Programming E-books free  which contains lots of exercises, practices, example programs and many more. I hope you'll like and Share it.

11. Batch File Programming (MS-DOS)
           
If you're Geek & learning CMD & MS-DOS Programming or going for C++ or Advance programming language then I'll prefer you to start with Batch File Programming it's easy to understand and simple coding method with simple tricks and many cool stuffs, it's the first step to Enter's into MS-DOS world. Batch file is commonly useful while using Windows Platform OS.




12. Android Software Development (Apps)
         
 Android is the biggest and largest Mobile OS running on our Planet, Android run Millions of Gadgets, Smart Phones and therefore Android Apps are widely used everywhere there are millions of Developer develop apps daily and Publish on Google Play and Earn Money, Even you can do that and earn money, but first of all you'll require Android App Dev Kit and tutorials to dev Android Apps, Here I'd collected some E-books to make Android Apps and Learn Android Software Programming.

13. Dot Net (.Net) Programming
           
 .NET - The .NET Framework is a new computing platform developed by Microsoft that simplifies application development in the highly distributed environment of the internet. .NET is much more than just a platform for developing for the internet, but it is intended for this purpose predominantly, because here, others methods have failed in the past.
If you want any other Programming languages E-books or Hacking E-books Please comment and Let us know, we will definitely give you.