Showing posts with label tips and tricks. Show all posts
Showing posts with label tips and tricks. Show all posts

Tuesday, 3 December 2013

Secure yourself by identifying shortened URLs

URL shortening:

URL shortening is a technique on the World Wide Web in which a Uniform Resource Locator (URL) can be made substantially shorter in length and still direct to the required page.

The URL shortening service was first launched by TinyURL. Later on many websites like google are also providing this service.

Why do we need it?

URL shortening is to disguise the underlying address. This can be used by some business services.
But This URL shortening service is open to abuse. Hackers can easily use it for malicious purposes. So Short URLs can also unexpectedly redirect a user to scam pages or pages containing malware or XSS attacks.

Some people use it to access blocked sites.

So it is needed to be able to identify the original form of suspected URL.

How to shorten your long URL:


You can simply go to www.tinyurl.com and enter your long URL. And click on "make tiny url"



you can also use google's service from here.


How to find out the real link of shortened URL?

Sucuri is nice little web based tool to let you see the destination of a shortened URL. The tool will also check the destination URL in two different ways to find out if it’s safe for you to go to the site.


Hope you liked it. Be the first to make a comment.

Wednesday, 18 September 2013

[Android][Guide]Hacking And Bypassing Android Password/Pattern/Face/PIN Lock

- DISCLAIMER -

This Is For Educational Purposes Only
You Shall Not Use This On Other People Phones Without Permission Under Any Circumstances

I'm Not Responsible For Any Eventual Errors And Misbehaving Of Your Devices
Files And Tutorials Are Used And Partially Created According My Expirience And Also Colected From Internet & XDA Forums
All Regards Are Going To Their Authors


If Just Google Ask you For Password (Credentials) - You Can Turn On WIFI Via ADB In Order To Google Accept Your Device Via this Command:
  1. adb shell svc wifi enable
Copy the Code

The Device Needs To Have Usb Debugging Enabled
In Case Usb Debugging Isn't Enabled And You Have Recovery :You Can Run The Same Instructions From Recovery
For Some Methods Root Is Not Required (Though It Will Be Better If Device Is Rooted)


If None Of This Methods Works For You - Unfortunally You Probably Must Full Wipe Your Device

METHOD I


Solution For Everyone With Recovery (Cwm, Twrp, Xrec,Etc...) Installed:

INSTRUCTIONS:

1. Download this zip Pattern Password Disable (Download Link ) on to your sdcard (using your PC, as you cant get into your phone, right )
2. Insert the sdcard into your phone
3. Reboot into recovery mode
4. Flash the zip
5. Reboot
6. Done!


Note : If You See The Gesture Pattern Grid Or Password After Restarting, Don't Worry. Just Try Any Random Pattern Or Password And iI Should Unlock.

METHOD II

Solution For Everyone Without Recovery Installed - ADB :

What You Need:


  • A computer running a Linux distro or Windows+Cygwin
  • USB cable to connect your phone to the PC
  • Adb installed :

  1. How to install adb:

  2. 1. Open Terminal
  3. 2. Type:

  4. sudo apt-get install android-tools-adb
Copy the Code

[Enter]

3. Follow the instructions until everything is installed
INSTRUCTIONS:

1. Connect you (turned on) Phone to the Computer via USB.
2. Open a terminal window.
3. Type

  1. adb devices
  2. adb shell
  3. cd data/system
  4. su
  5. rm *.key
Copy the Code
4. Done!

Now You Just Have To Reboot.

Note : If You See The Gesture Pattern Grid Or Password After Restarting, Don't Worry. Just Try Any Random Pattern Or Password And iI Should Unlock.


METHOD III


Solution For Everyone Before Lock Accident :

SMS Bypass - Download Link - Install It On Your Device

This App Allows You To Remotely Bypass Your Phone's Screen Lock By Sending A SMS.
It Removes Your Gesture Pattern Or Password After Receiving A Preset Keyword Along With A Secret Code Via SMS.
SMS Bypass App Requires Root.

INSTRUCTIONS:

1.First, make sure you give permanent root access to the app.
2.Change the secret code to your preferred choice. The default password is : 1234
3.To reset your screen lock, send the following message from another phone:
  1. secret_code reset
Copy the Code
Example:
  1. 1234 reset
Copy the Code
Note 1 : There is a space between your secret code and reset. Also the secret code is case sensitive.
Note 2 : There is an option available to change the preset keyword. Default is : reset - Your phone will restart and your lock screen will be reset.
Note 3 : If You See The Gesture Pattern Grid Or Password After Restarting, Don't Worry. Just Try Any Random Pattern Or Password And iI Should Unlock.


METHOD IV

Solution For Everyone Via Adb - SQL Command :

INSTRUCTIONS:

Type This Commands Separated In Your Terminal (CMD Prompt) :
  1. adb shell
  2. cd /data/data/com.android.providers.settings/databases
  3. sqlite3 settings.db
  4. update system set value=0 where name='lock_pattern_autolock';
  5. update system set value=0 where name='lockscreen.lockedoutpermanently';
  6. .quit
Copy the Code
Now You Just Have To Reboot.

Note : If You See The Gesture Pattern Grid Or Password After Restarting, Don't Worry. Just Try Any Random Pattern Or Password And iI Should Unlock.


METHOD V

Solution For Everyone Via Adb - File Removal :

INSTRUCTIONS:

Type This Command In Your Terminal (CMD Prompt) :
  1. adb shell rm /data/system/gesture.key
Copy the Code
Note : If You See The Gesture Pattern Grid Or Password After Restarting, Don't Worry. Just Try Any Random Pattern Or Password And iI Should Unlock.


METHOD VI

(Thanks To CKKnot)
Solution For Everyone With USB Debugging Enabled :

INSTRUCTIONS:

Primary Step for all method:                                                        
  • Download & Extract to anywhere - Bypass Security Hack - DOWNLOAD LINK -
  • Open SQLite Database Browser 2.0.exe in SQLite Database Browser.
  • Run pull settings.db.cmd inside By-pass security Hacks folder to pull out the setting file out of your phone.
  • Drag settings.db and drop to SQLite Database Browser 2.0.exe program.
  • Navigate to Browse data tab, At table there, click to list down the selection & selete secure

Instruction To Remove Pattern Lock:                                                       
  • Now, find lock_pattern_autolock, Delete Record
  • Close & save database
  • Run push settings.db.cmd and reboot your phone

Instruction To Remove PIN Lock:                                                       
  • Now, Find Or Create lockscreen.password_type, double-click & change it's value to 65536, Apply changes!
  • Now, find lock_pattern_autolock, Delete Record, If doesn't exist, Ignore
  • Close & save database
  • Run push settings.db.cmd and reboot your phone

Instruction To Remove Password Lock:                                                        
  • Now, find lockscreen.password_salt, Delete Record
  • Now, find lockscreen.password_type, Delete Record
  • Close & save database
  • Run push settings.db.cmd and reboot your phone

Note : If You See The Gesture Pattern Grid Or Password After Restarting, Don't Worry. Just Try Any Random Pattern Or Password And iI Should Unlock.


METHOD VII


Solution For Everyone With Recovery Installed - Aroma File Manager :

INSTRUCTIONS:

1. Download this zip Aroma File Manager ( Download Link ) on to your sdcard (using your PC, as you cant get into your phone, right )
2. Reboot into recovery mode
3. Flash the zip
4.The file manager will starting, and you are ready to managing your filesystem (copy, cut, delete, make new folder, etc) while you are in recovery.
5.Click on menu option and go to settings - Select Mount All Partitions
6.Now, exit from Aroma File Manager and reflash it.
7.Now, you will see each partition is mounted
8.Now, go to /data/system
9.Note : If you have sd-ext mod to increase internal storage, go to /sd-ext/system/
10.Now, If you have to remove pattern lock, long press and delete gesture.key/If you want to remove password, delete password.key
11.Exit the Aroma File Manager & Reboot Device

Note : If You See The Gesture Pattern Grid Or Password After Restarting, Don't Worry. Just Try Any Random Pattern Or Password And iI Should Unlock.

Sunday, 25 August 2013

Create Facebook Page without Name [How To] [Trick] video tut



Step #1:   
Create a Facebook page using the “More” link in the left sidebar’s bottom. You can also land on any page and click on “Create page” button there.


Step #2:
Select any category depending upon what your page should be. The category doesn’t matter in this trick.


Step #3:
 The name part in the category page matters a lot in this trick. Now, you may need some special characters temporarily for creating the page. The below text box will help you to copy the special characters. Place the mouse pointer on the text box and press Ctrl + A. Now, Ctrl + C will copy all the text right here in the text box.

copy this


Paste the copied text on the category page of Facebook where you are now for creating a invisible page.
Step #4:

 Click on “I agree to Facebook Pages terms” and get started. Now, you will be taken to the page for adding description, website and page username. Input description for the page and also page’s username (recommended). Provide other details if you wish, else skip them all. You may add those details later too. 

Step #5:

 After landing into the page, go to Edit Page > Update Info. Click Edit button near the name field. now, place the insertion point on the starting of the text in the text box and hit delete key on your keyboard. 

Step #6:

 Click on Save Changes to save the page name. View the page to see for the changes. If the name change was not proper, you can see a symbol in the page activity section. 

IF YOU STILL CANT UNDERSTAND THEN WATCH MY VIDEO ON YOUTUBE  

Tuesday, 30 July 2013

Chat with Friends through ms dos Command Prompt

1) All you need is your friend's IP Address and your Command Prompt.

2) Open Notepad and write this code as it is.....!

@echo off
:A
Cls
echo MESSENGER
set /p n=User:
set /p m=Message:
net send %n% %m%
Pause
Goto A


3) Now save this as "Messenger.Bat".


4) Open Command Prompt.


5) Drag this file (.bat file) over to Command Prompt and press 
Enter.


6) Now, type the IP Address of the computer you want to contact and press enter


7) Now all you need to do is type your message and press Enter.Start Chatting.......!

Share for anyone..........................

Repairing Windows XP in Eight Commands

Windows could not start because the following file is missing or corrupt:

\\WINDOWS\\SYSTEM32\\CONFIG\\SYSTEM

You can attempt to repair this file by starting Windows Setup
using the original Setup CD-ROM.

Select ‘R’ at the first screen to start repair.

Which renders your PC inaccessible from the standard boot procedures of Windows XP. You try safe mode, to no avail. You’re particularly savvy and try issuing the FIXBOOT and FIXMBR commands in the Windows recovery console, but after each reboot, you’re merely greeted with the same obnoxious and terrifying blue screen of death that’s preventing you from accessing your precious data.

Perhaps you’ve also seen these error screens:

Windows NT could not start because the below file is missing or corrupt:

X:\\WINNT\\System32\\Ntoskrnl.exe
_________________

Windows NT could not start because the below file is missing or corrupt:

X:\\WINNT\\System32\\HAL.dll
_________________

NTLDR is Missing
Press any key to restart
_________________

Invalid boot.ini
Press any key to restart



Allow me to build tension by prefacing the end-all/be-all solution with my background: Having worked for the now-incorporated Geek Squad branch of Best Buy Corporation for the better part of eight months, I have seen dozens upon dozens of systems come through our department with any one of these errors, brought in by customers who are afraid they did something, have a virus, or are in jeopardy of losing their data. Prior to my discovery of an invaluable sequence of commands, our standard procedure was to hook the afflicted drive to an external enclosure, back up a customer’s data and then restore the PC with the customer’s restore discs or an identical copy of Windows with the customer’s OEM license key. If the customer wasn’t keen on the applicable charges for the data backup, we informed them of the potential risks for a Windows repair installation (Let’s face it, they don’t always work right), had them sign a waiver, and we did our best.

Neither of these procedures are cheap in the realm of commercial PC repair, nor do they inspire a tremendous level of confidence in the technician or the hopeful client.

In an effort to expedite our repair time and retain the sanity of myself and other technicians, I received permission to undertake a case study on a variety of PCs currently in service that exhibited any of the aforementioned symptoms, and I took it upon myself to find a better solution. After crawling through the MSKB, Experts Exchange, MSDN and sundry websites all extolling the virtues of a solution to these problems, I only found one that worked, and it has been reliably serving me for the better part of two weeks on seventeen PCs to date. The process is simple: Get to the Windows Recovery Console for your particular Windows installation, navigate to the root letter of your installation (C: in most cases), issue eight commands, and reboot. The cornerstone of this process is a command called “BOOTCFG /Rebuild” which is a complete diagnostic of the operating system loaded into the recovery console; the purpose of the command is to remove/replace/repair any system files that were preventing the operating system from loading correctly. Amongst the files it fixes are:

Windows Hardware Abstraction Layer (HAL)
Corrupt registry hives (\\WINDOWS\\SYSTEM32\\CONFIG\\xxxxxx)
Invalid BOOT.INI files
A corrupt NTOSKRNL.EXE
A missing NT Loader (NTLDR)
The command process may apply to other types of blue screens or Hive/HAL/INI/EXE/DLL-related stop errors, but I have not had the luxury of computers in this type of disrepair. The process I am about to outline is virtually harmless, and if you feel you may be able to correct your PC’s boot-time blue screens and stop errors with the sequence, feel free to try. Let us now begin with a step-by-step instruction for correcting these issues.

GETTING TO THE WINDOWS RECOVERY CONSOLE
Insert your Windows XP CD into your CD and assure that your CD-ROM drive is capable of booting the CD. Configuring your computer to boot from CD is outside of the scope of this document, but if you are having trouble, consult Google for assistance.
Once you have booted from CD, do not select the option that states: “Press F2 to initiate the Automated System Recovery (ASR) tool.” You’re going to proceed until you see the following screen, at which point you will press the “R” key to enter the recovery console:

After you have selected the appropriate option from step two, you will be prompted to select a valid Windows installation (Typically number “1″). Select the installation number, (As mentioned, “1″ in most cases), and hit enter. If there is an administrator password for the administrator account, enter it and hit enter. You will be greeted with this screen, which indicates a recovery console at the ready:

PROCEEDING WITH THE REPAIR FUNCTIONS
There are eight commands you must enter in sequence to repair any of the issues I noted in the opening of this guide. I will introduce them here, and then show the results graphically in the next six steps. These commands are as follows:
C: CD ..
C: ATTRIB -H C:\\boot.ini
C:ATTRIB -S C:\\boot.ini
C:ATRIB -R C:\\boot.ini
C: del boot.ini
C: BOOTCFG /Rebuild
C: CHKDSK /R /F
C: FIXBOOT
To “Go up a directory” in computing is to revert back to the directory above the current folder you’re operating in. If, for example, I’m in the C:WINDOWSSYSTEM32 directory, and I want to get at a file in the WINDOWS directory, I would merely type CD .. and I would be taken out of the SYSTEM32 folder and up one level to WINDOWS. We’re going to do the same thing here from the WINDOWS folder to get to the basic root of C:

Now that we are at C: we can begin the process of repairing the operating system
and that begins with modifying the attributes of the BOOT.INI file. Briefly, BOOT.INI controls what operating systems the Windows boot process can see, how to load them, and where they’re located on your disk. We’re going to make sure the file is no longer hidden from our prying eyes, remove the flag that sets it as an undeletable system file, and remove the flag that sets it as a file we can only read, but not write to. To do this, we will issue three commands in this step:

C:ATTRIB -H C:\\BOOT.INI
C:ATTRIB -R C:\\BOOT.INI
C:ATTRIB -S C:\\BOOT.INI
to remove the Hidden, System and Read Only flags.

Now that we’ve modified the attributes for the BOOT.INI file, it’s up for deletion. The syntax for it is simple: { DEL | FILE NAME }, e.g., C:DEL BOOT.INI deletes the BOOT.INI file.

Now for the most important step of our process, the BOOTCFG /REBUILD command which searches for pre-existing installations of Windows XP and rebuilds sundry essential components of the Windows operating system, recompiles the BOOT.INI file and corrects a litany of common Windows errors. It is very important that you do one or both of the following two things: First, every Windows XP owner must use /FASTDETECT as an OS Load Option when the rebuild process is finalizing. Secondly, if you are the owner of a CPU featuring Intel’s XD or AMD’s NX buffer overflow protection, you must also use /NOEXECUTE=OPTIN as an OS Load Option. I will demonstrate both commands for the purpose of this guide, but do not set NOEXECUTE as a load option if you do not own one of these CPUs. For the “Enter Load Identifier” portion of this command, you should enter the name of the operating system you have installed. If, for example, you are using Windows XP Home, you could type “Microsoft Windows XP Home Edition” for the identifier. This gives the process some authenticity, if you’re keen on being a perfectionist.

This step verifies the integrity of the hard drive containing the Windows XP installation. While this step is not an essential function in our process, it’s still good to be sure that the drive is physically capable of running windows, in that it contains no bad sectors or other corruptions that might be the culprit. No screenshot necessary here! Just type CHKDSK /R /F at the C:> prompt. Let it proceed; it could take in excess of 30 minutes on slower computers, when this is finished move on to the seventh and final step.

This last step also requires no screenshot. When you are at the C:> prompt,
simply type FIXBOOT. This writes a new boot sector to the hard drive and cleans up all the loose ends we created by rebuilding the BOOT.INI file and the system files. When the Windows Recovery Console asks you if you are “Sure you want to write a new bootsector to the partition C: ?” just hit “Y,” then enter to confirm your decision.

RESULTS AND WRAP-UP
It’s time to reboot your PC by typing EXIT in the Windows Recovery Console and confirming the command with a stroke of the enter key. With any luck, your PC will boot successfully into Windows XP as if your various DLL, Hive, EXE and NTLDR errors never existed. You’ve just saved yourself from many hours of work, frustration, potential data loss and shelling out your hard-earned greenbacks at a brick’n'mortar operation.

Autorun.inf attak!! ? read this and know what happen to inf file

Autorun.inf virus attack! Is autorun.inf virus?

This is the instructions that saved in the infected(call virus programs) autorun.inf file:

[Autorun] 
Open=RECYCLER\QqFvXcB.exe 
Explore=RECYCLER\QqFvXcB.exe 
AutoPlay=RECYCLER\QqFvXcB.exe 
shell\Open\Command=RECYCLER\QqFvXcB.exe 
shell\Open\Default=1 
shell\Explore\command=RECYCLER\QqFvXcB.exe 
shell\Autoplay\Command=RECYCLER\QqFvXcB.exe

Introduction to Autorun.inf File:
Auto run is file that triggers other programs,documents ,other files to be opened when the cd or pen drives are inserted.  Simpy triggers.

When cd or pen drives are inserted, windows will search for the autorun.inf file and follow the instructions of autorun.inf file(instructions have written inside the autorun.inf file).

How to create Autorun file?
Open notepad

type this command:

[Autorun]

save the file as "autorun.inf" (select all files, not text )

Complete Syntax and instructions inside the Autorun file:
Basic syntax must be inside  the autorun.inf file is :

[Autorun]

This will be used to identify the the file as autorun.

OPEN=

This will specify which application should be opened when the cd or pen drive is opened

Example:

open=virus.exe

This will launch the virus.exe file when cd or pen drive is opened.  The file should be in root directory.

if the file is in any other sub directories ,then we have to specify it.

Open=RECYCLER\Virus.exe

Explore=

Nothing big difference. if you right click and select explore option in cd or pen drive.  This command will be run.

AutoPlay=

Same as the above , but it will launch the the program when auto played.

SHELL\VERB =

The SHELL\VERB command adds a custom command to the drive's shortcut menu. This custom command can for example be used to launch an application on the CD/DVD.

Example:

    shell\Open\Command=RECYCLER\QqFvXcB.exe
    shell\Open\Default=1
    shell\Explore\command=RECYCLER\QqFvXcB.exe
    shell\Autoplay\Command=RECYCLER\QqFvXcB.exe

Use a series of shell commands to specify one or more entries in the pop-up menu that appears when the user right-clicks on the CD icon. (The shell entries supplement the open command.)

Icon=

Change the icon of your pen drive or cd.  you can use .ico,.bmp images(also .exe,.dll)

Example:

icon=hackingtalent.ico

Label=

Specifies a text label to displayed for this CD in Explorer

Note that using the LABEL option can lead to problems displaying the selected ICON under Windows XP.

Example:

Label=Ethical hacking

Why Antivirus Block Autorun.inf file?
From above ,you come to know that autorun.inf file is not virus.  But why antivirus blocks it?  Because as i told autorun file call or launch any application or exe files.  It will lead to virus attack.  If the autorun.inf is blocked,then there is no way to launch the virus code.

Autorun is not virus but it can call virus files.

Monday, 8 July 2013

Torrent Speed up Tips (real tips not fake understand and learn)

Torrent Client Configuration



In order to apply these tips you need to know your maximum up- and download speed. You can test your bandwidth over  here (stop all download activity while testing).  

Also make sure that you applied the tips provided in our previous posts.  Note that there’s a huge difference between kb/s (kilobits/second) and kB/s (kilobytes/second). To be  precise, kB/s = kb/s divided by 8. In this tutorial we use kB/s (like most torrent clients do). This means that you  might need to calculate your max speed in kB/s yourself if  the speedtest only gives you the results in kb\s (so divide by
8 then).  

 Settings 1-4 can be found in the options, settings or
preference tab of most torrent clients.


1. Maximum upload speed
Probably the most important setting there is. Your
connection is (sort of) like a pipeline, if you use you
maximum upload speed there’s not enough space left for the
files you are downloading. So you have to cap your upload
speed. Use the following formula to determine your optimal
upload speed…
80% of your maximum upload speed
So, if your maximum upload speed is 40 kB/s, the optimal
upload rate is 32kB/s
But keep seeding!

2. Maximum download speed
Although setting your maximum download speed to
unlimited may sound interesting, in reality it will only hurt
your connection. If you still want to be able to browse
properly, set your maximum download speed to:
95% of your maximum download speed
so if your maximum download speed is 400 kB/s, the
optimal download speed is 380kB/s

 3. Maximum connected peers per torrent 
Yet another setting that you don’t want to max out. I
experimented quite a lot with the max connected peers
settings and came to the conclusion that both high and low
number hurt the download speed of a torrent. The following
setting worked best for me.
upload speed * 1.3
so, if your maximum upload speed is 40 kB/s, the optimal
amount of connected peers per torrent is
40 * 1.3 = 52
I didn’t noticed a difference for fast or slow connections here.

4. Maximum upload slots 
  1 + (upload speed / 6)
So, if your maximum upload speed is 30 kB/s, the optimal
number of upload slots is
1 + (30 / 6) = 6

5. Usenet  
Usenet is an alternative to BitTorrent and considered to be
the most “private” way to share files. In other words, no
MPAA or RIAA watching your back. It is fast, has a lot of
content and amazing download speeds without having to
configure your download client.
The biggest disadvantage is that high speed Usenet servers
are not free. You need at least some kind of paid subscription
plan to be able to get decent speeds on Usenet. For some
people this is not a problem, their argument often is that
they already pay a lot of money for high speed broadband
access, so why not pay a little extra to get the best speeds out
of it.

 

Friday, 5 July 2013

How To Download from 4shared Without Login and Without Waiting Time ?

4shared  is the site file storage provider on the Internet coming from Ukraine that was founded in 2005  by Alex Lunkov and Sergey Chudnovsky. 4shared has approximately 5,300,234 users, 11,000,222 daily visits, files stored in 4shared approximately 940TB and 317TB download files every day.
Because of its simplicity, 4shared become a favorite site for the storage of internet users today. However 4shared still has shortcomings, which must be signed and wait a few seconds to download it if we do not have a premium account.
Today we are going to show you How To Download from 4shared Without Login and Without Waiting Time ?.So you can save your time to a large extent.This trick has been tested by us and confirmed its fine working.So let’s Start ?
Well we will explain how.

Follow the below steps:

  • First of all find out the download link of the file you want to download from 4shared.
It may be like this : https://www.4shared.com/rar/gEfNIZgi/Full_Album_JKT48.htm  [example]

  • Then you only have to do is to replace the address ' https://www. ' with ' http://4server.info/download/
  • So the final address will be like this :
http://4server.info/download/4shared.com/rar/gEfNIZgi/Full_Album_JKT48.htm

  • Then place the final address in the address bar of your browser (chrome / Firefox) and hit ENTER.
  • WOW…….The file is downloading without any waiting or login……..