Monday, December 14, 2015

What is a web application?

A web application (website) is an application based on the client-server model. The server provides the database access and the business logic. It is hosted on a web server. The client application runs on the client web browser. Web applications are usually written in languages such as Java, C# and VB.Net, PHP, ColdFusion Markup Language etc. the database engines used in web applications include MySQL, MS SQL Server, PostgreSQL, SQLite etc.

Most web applications are hosted on public servers accessible via the internet. This makes them vulnerable to attacks due to easy accessibility. The following are common web application threats.

1.SQL Injection – the goal of this threat could be to bypass login algorithms, sabotage the data etc.
2.Denial of Service Attacks– the goal of this threat could be to deny legitimate users access to the resource
3.Cross Site Scripting XSS– the goal of this threat could be to inject code that can be executed on the client side browser.
4.Cookie/Session Poisoning– the goal of this threat is to modify cookies/session data by an attacker to gain unauthorized access.
Form tempering– the goal of this threat is to modify form data such as prices in e-commerce applications so that the attacker can get items at reduced prices.
5.Code Injection – the goal of this threat is to inject code such as PHP, python etc that can be executed on the server. The code can install backdoors, reveal sensitive information etc.
6.Defacement– the goal of this threat is to modify the page been displayed on a website and redirecting all page requests to a single page that contains the attacker’s message.

Sunday, December 13, 2015

Make a website or blog Speaks

Today in this post I'll tell you how can you make your website or blog speak. If you are busy and have no time to read blog then this add on for you to make text highlights to speak in Mp3 format.

FoxVox will speak any text you highlight in a web page. FoxVox can also create audiobooks in mp3, ogg, and wav formats. You can now easily turn your blogs and articles into podcasts. FoxVox now supports speech in many different languages.

Reqirement:
Mozilla Firefox

FoxVox

FoxVox will speak any text you highlight in a web page. FoxVox can create audio-books in mp3, ogg, and wav formats. You can now easily turn your blogs and articles into podcasts. FoxVox is ideal for having blogs, email, news articles, and ebooks read to you while you surf the web or do other work. FoxVox now supports speech in many different languages.

Track How many PC's your Pen drive has been inserted

1st Steps - Create an autorun.inf file on the root of your flash drive/Pendrive with the following contents:

[autorun]
open=username.bat
action=Open folder to view files

2nd - create a batch file called username.bat with the following contents:

@echo off
echo %username%>>users.dat
date /t>>users.dat
time /t>>users.dat
start "Explorer" %SystemRoot%\explorer.exe

NOTE : The Last Line of the code is optional which will open the explorer in a new window.

Save both file and you are good to go. Now whenever a user plugs your pendrive into their PC,it will display an auto play option indicating that they have to click on the icon to open the drive to view its contents. A small DOS window will flash for a moment and then disappear.Now If you go into the root of the drive, you will find a new file called users.dat which will record the user names of all the users who have accessed your drive by clicking on the icon. You can open the DAT file using notepad and view its contents.

Tuesday, December 8, 2015

Create wifi hotspot using Cmd


Want to share your LAN connection as a Wi-Fi hotspot without a Router Then follow the steps in this article to create your own Wi-Fi hotspot using Windows Power Shell or Command line interface in Windows.


Step1: 
Open the command prompt admin. In case of Windows 8 and above you can do this by pressing “Windows logo + x ” and select the power shell or command promt (Admin)

Step 2. you need  check whether your wifi adapter supports hosted network mode or not.
 So type the command “netsh wlan show drivers” and press enter. If it is Yes then you can create a hotspot
                               





Step 3.  If your Pc support ad hoc / Hosted network  tthe in cmd type the command below
netsh wlan set hostednetwork  mode=allow ssid=name_of_your_choice  key = your_password

 Step 4. Here type the name of your choice in place of  ”name-of-hotspot” and your password in place of “your-password-key”.

Your done!!  Try Searching using you Cell phone wifi or wlan ....

Use Your PC Internet On your android

There are only few step you need to follow
lets Begin.....

Step 1. Download Android Reverse Tethering Here


Step2.  Extract the .rar Files using winrar and open Android Tool (check the screenshot below)
     

 Step 3. Enable the USB Debugging  in your Android and connect it to your PC with data cables


Step4. After connecting your Android to your PC click  refresh i.e on Android Tool and after your smart phone pop up in the list box click on connect and wait for sometimes.



 Thats it!!! Your DoNE....

Proof

Or
You can visit the link below
Create Wifi Hotspot using Cmd



                                                        ::::::::For Educational Purpose Only:::::::