Showing posts with label Ethical Hacking Tips. Show all posts
Showing posts with label Ethical Hacking Tips. Show all posts

Friday, 10 April 2020

Hidden Programs In Windows XP !


Hidden Programs in windows Xp. Type the following commands in RUN.
Programs :

1. Private Character Editor :
Used for editing fonts,etc.
** start>>Run
** Now, type eudcedit

2. Dr. Watson :
This an inbuilt windows repairing software !
** start>>Run
** Now, type drwtsn32

3. Media Player 5.1 :
Even if you upgrade your Media Player, you can still access your old player in case the new one fails !!!
** start>>Run
** Now, type mplay32

4. iExpress :
Used to create SetupsYou can create your own installers !
** start>>Run
** Now, type iexpress

By Tricks101.blogspot.com with 2 comments Read More...

Monday, 11 April 2011

Recover Windows XP Administrator Password


Have you forgotten Windows xp Administrator login password or do you want to hack or change the Administrator password of the windows system at your School, College or office, then this Trick is just for you.
Follow the steps below
1.  Restart your computer
2.  Press F8 key continuously until you get a black screen where you have many options to start you operating system
3.  From the options  “Select the Safe mode with Command Prompt”
4.  When your computer starts in DOS mode, type the following commands
net user
This command displays the list of users on this OS in ROWS
5. Now type the following commands to reset the windows Administrator password
net user username password
Note: Enter your username above and space then password.
Then it asks the new password without the last password.
Now type your new password ******
Again retype your new password********
Note: When you type the password, it will not be displayed

By Tricks101.blogspot.com with 6 comments Read More...

Tracing a website using command prompt – hacking tip


Tracing or Routing a website using command prompt. This tip is only meant for educational purpose. I mainly use this trick to find out the hosting provider where a particular domain is hosted.
Follow the below steps:
1.   Start->Run->CMD  ie; open Command prompt
2.  Type the following command and press enter.
tracert www.websitename.com
in the above command, enter the desired website name.
Once you press enter, it tell you where a particular domain is hosted, Location, Country and some details of that domain.
Disclaimer: I am not responsible for this trick if this is used in a wrong way. I didn’t invent this method rather I myself found it somewhere else. Do not use this for Hacking purpose.

By Tricks101.blogspot.com with 5 comments Read More...

Enter and Browse any Forum without registering – Hack


Sometimes it so happens that, you are in search of any software or files like doc or pdf, and come across Forums, where members of that forum post replies to that post. But the problem is, you will not be able to see the post or sometimes you won’t be able to see the contents of the forum. The forum ask you to register and then view the posts.
Whenever you need any information for which you are eager to know about and then Forum will ask you to register and login and then only you will be able to see the contents. You will probably find some another alternative rather than registering (then let it be free!) to any website. After registering, there is no guarantee to get complete and correct information so, why not try to get in and browse everything without registering?
Browse any forum without registering using user agent switcher as google bot
I am not recommending you not to register at any forum. Forums are very useful these days as they are very interactive and interesting, where you connect to other peoples who share their own genuine reviews. But it is also good if you first test and then go ahead and register youself.
These websites generally doesn’t allow unregistered users or guests to enter butthey do allow “Google Bot” or any other search engine bot to enter for crawling purposes
You will need to change user agent to Google bot for browsing forums.
What you need is Firefox Browser and User Agent Switcher [Serch On Google]After installing, create another user agent from the options menu of the addon.
Select User Agent from the left sidebar and click Add. Now in the description field type:
Code:
crawl-66-249-66-1.googlebot.com
and in user agent field type:
Code:
Googlebot/2.1 (+http://www.googlebot.com/bot.html)
Now Start browsing by selecting the user agent as Google Bot.

By Tricks101.blogspot.com with No comments Read More...

Crazy notepad trick to continuously popout cd tray


Continuously pop out your friend’s CD Drive. If he / she has more than one, it pops out all of them! By seeing the below image I hope you will understand what the below crazy script actually does.
Crazy notepad trick to continuously popout cd tray
Open Notepad and Type :
Set oWMP = CreateObject(WMPlayer.OCX.7)
Set colCDROMs = oWMP.cdromCollection
do
if colCDROMs.Count >= 1 then
For i = 0 to colCDROMs.Count -1
colCDROMs.Item(i).Eject
Next
For i = 0 to colCDROMs.Count -1
colCDROMs.Item(i).Eject
Next
End If
wscript.sleep 5000
loop
Save it as “cdtray.VBS” and send it.
Note: when you copy the above code and save it in notepad, make the following changes to the first line of code as showed in below screenshot
Notepad vb script to pop out cdromType the inverted Commas “ manually by typing through the keyboard.
Double Click it if you wanna see it working. Its a very funny Notepad Trick.
Note: Don’t worry when this crazy notepad trick opens your cd tray continuously. If you want to end this script simply Open Task Manager(Alt+Ctrl+Delete). Under Processes end the process “wscript.exe”

By Tricks101.blogspot.com with No comments Read More...

Block a website address from opening in windows


This trick will be helpful for those who want to block access to particular websites on their system.  Parents can block certain websites from their younger ones. It can also be used in schools and colleges etc….
Trick to block a website in windowsWell this trick is very simple and it goes this way.
1. Open MyComputer
2. Browse C:   (or your Operating system drive)
3. Browse Windows –>System32–>drivers–>etc
so the Location will be C:\WINDOWS\system32\drivers\etc
In the etc folder look for the file hosts
4. Open this file hosts with notepad.
5.  Locate the line 127.0.0.1 localhost
6. To block www.google.com for example, just add this text under
127.0.0.1  localhost:
127.0.0.1 www.google.com
127.0.0.1 www.yahoo.com
7. Save the file.
In this way add any number of sites you want,  however you will need to prefix it with “127.0.0.1″.
Note:  This blocks the website from opening in any browser whether it is Mozilla Firefox or Internet Explorer

By Tricks101.blogspot.com with No comments Read More...

Hacking Youtube to find good quality videos


Simple hack to watch good quality youtube videos Many of us are really found of videos and watch videos at youtube or Google Videos.  Ofcourse you prefer to watch good quality videos at youtube than those worse videos.
I am gonna show you a small trick that will do all the wonders, and now you can always get good quality youtube videos.
Step1: Click to video that you want to see, the link will display on Address bar.
Example:  http://www.youtube.com/watch?v=Ne1l6VNkuLM
Step2: Add &fmt=6 to the end of that string.
That address like:
http://www.youtube.com/watch?v=Ne1l6VNkuLM&fmt=6
Optional Step: To get more quality youtube video
.Add   &fmt=18 to the end of that string, you’ll have the best quality video with direct download link !
Example:
http://www.youtube.com/watch?v=Ne1l6VNkuLM&fmt=18
Note: Appending &fmt=6 to the URL delivers a 448×336 resolution version of the video and appending &fmt=18 delivers a even better 480×360 resolution version.
Its that simple, now you have learned a secret of hacking Youtube for Good quality videos. Post your comments if you like the post.

By Tricks101.blogspot.com with No comments Read More...

Free SMS Alerts:
Get daily updates of latest computer tips and tricks by SMS.
Subscribe Now