July 2012

Sunday, 29 July 2012

Shutdown Timer Using Command In Windows

Command Prompt (executable name cmd.exe) is the Microsoft-supplied command-line interpreter on OS/2, Windows CE and on Windows NT-based operating systems (including Windows 2000, XP, Vista, 7, Server 2003 and Server 2008).
Sometimes its a big convenience if you can set a timer to shutdown Windows after a specific amount of time. This helps when you are waiting for a download or an installation to finish. Personally I find a shutdown timer very useful when waiting for downloads to complete or listening to music while dozing off.

How To Use Shutdown Timer Using Command In Windows :
  • Open the command prompt by pressing Windows Key + R then type the "cmd" and hit OK, This will open the command prompt.

  • Now, Type the code below and Press Enter :
    shutdown -s -t 3600
    (Above command is use for 1 hour (3600 seconds) you can change it according to your demand)

How To Cancel Shutdown Timer Using Command In Windows :
  • If you need to cancel a shutdown in progress.You need to Open the command prompt again by pressing Windows Key + R then type the "cmd" and hit OK.

  • Now, Type the code below and Press Enter
    shutdown -a

Advance Description of Shutdown Command In Windows:
Command :
shutdown [/i | /l | /s | /r | /g | /a | /p | /h | /e] [/f]
    [/m \\computer][/t xxx][/d [p|u:]xx:yy [/c "comment"]]
Description:
No args
Display help. This is the same as typing /?.
-i
Display the graphical user interface (GUI).This must be the first option.
-l
Log off. This cannot be used with /m or /d options.
-s
Shutdown the computer.
-r
Shutdown and restart the computer.
-g        
Shutdown and restart the computer. After the system is rebooted, restart any registered applications.
-a
Abort a system shutdown. This can only be used during the time-out period.
-p
Turn off the local computer with no time-out or warning. Can be used with /d and /f options.
-h
Hibernate the local computer. Can be used with the /f option.
-e
Document the reason for an unexpected shutdown of a computer.
-f
Force running applications to close without forewarning users.
The /f parameter is implied when a value greater than 0 is specified for the /t parameter.
-m \\computername
Instruct a remote computer to shutdown (can be used with the restart & abort switches)
-t xx
Set the time-out period before shutdown to xxx seconds. The valid range is 0-315360000 (10 years), with a default of 30. If the timeout period is greater than 0, the /f parameter is implied.
-c “comment”
Comment on the reason for the restart or shutdown. Maximum of 512 characters allowed.
-d [u] [p]:xx:yy
yy  Provide the reason for the restart or shutdown.
p indicates that the restart or shutdown is planned.
u indicates that the reason is user defined.
If neither p nor u is specified the restart or shutdown is unplanned.
xx is the major reason number (positive integer less than 256).
yy is the minor reason number (positive integer less than 65536).

To get more details about shutdown command go to Command prompt and type shutdown -help or shutdown you will get more information about shutdown  command . If you have any queries regarding "Shutdown Timer Using Command In Windows" post it in below comment box.

Read more...

Sunday, 15 July 2012

Facebook Status to Redirect People to their Profile

Facebook. It’s a term we are all familiar with, we have heard the name, it has a bigger branding than just about any major company you can think of, in fact Facebook is referred to more than Google. Being one of the most popular social networking site is one of the best place for playing pranks with friends on Facebook. Here I’m sharing a Facebook status prank which you can use to have fun with your Facebook friends.
How to do?
  • Go to facebook.com
  • Login to your account
  • Paste below link to your status 
  •  www.facebook.com/profile.php?=lodge4hacker
  • Now, your prank status is updated
  • Now, Whenever your friends click on this link, while they are logged into their facebook account, this link will redirect them to their Own Profile page

Note:
  • You can add anything after this link "www.facebook.com/profile.php?"
  •                      Example:
                    www.facebook.com/profile.php?=lodge4hacker
                    www.facebook.com/profile.php?=9940963235
                    www.facebook.com/profile.php?=loveyou

  • Facebook automatically turns the link into an attachment with your name and your profile picture as a thumbnail. You need to close the attachment by clicking the blue X icon in the upper right corner before posting your status!

Using only prank link will not make more attention to people , So use your creativity to get more likes and comments. Look at my above image like that you have to add some attractive text with link. 

!!Thank You!!
!!Make Fun With Your Friends!!

Read more...

Monday, 9 July 2012

Type your Text Upside Down|Flip|Rotate

Have you ever noticed flipped text at friend's Status updates? Ever wonder how people flip their text upside down?
It is very simple. Step given below to "Type your Text Upside Down|Flip|Rotate".
Below is a upside down text generator that allows you to type upside down text instantly. It flips your font, rotating every (lowercase) letter 180 degrees (not just reversed or backwards) as well as special characters, like an upside down question mark and an upside down exclamation point.

Example:
”lodge4hacker” will become “ɹǝʞɔɐɥ4ǝƃpol”

Flip Your Text Here:
Original:

Flipped:

How to do ?
  • To flip your text upside down simply enter anything in the first box.
  • Your words will automatically be flipped upside down in the second box.

Where Can You Use this?
  • Use the upside down text in your status updates and wall posts in Facebook
  • Use a flipped word as your ultra-strong password.
  • You can use this text to make your profile Anonymous,its difficult to search you...
  • Post upside down text on Facebook chat, Twitter, blogs, comments, forums, MySpace, Netlog, Bebo, Hi5, Yahoo! Messenger, Flickr, AIM, eBuddy, Meebo, Windows Live Messenger, Google Talk, etc.

How it works?
JavaScript program converts English letters to Unicode characters and symbols that look inverted, to make it look like you've created upside-down text on the computer. Most of them come from the character sets "Latin Extended" and "International Phonetic Alphabet". Unfortunately there are no upside down numbers and not enough upside down capital letters, so this tool supports lowercase letters only. This page uses the font "Arial Unicode MS" to display the flipped text. You can learn the letter mapping behind this upside down text generator by viewing this page's html source code.

Read more...

Friday, 6 July 2012

Remote File Inclusion/Upload Vulnerability On RTE Webwiz

We already discussed about "Remote File Inclusion/Upload Vulnerability on phUploader" in previous post, Today we are going to discuss about Remote File Inclusion/Upload Vulnerability On RTE Webwiz.

Web Wiz Rich Text Editor (RTE) is a free WYSIWYG HTML RTE that replaces standard text areas with an advanced Word-style HTML area.
Using this tool you can change any text area on your site into an HTML area with real-time WYSIWYG formatting. Useful for many purposes from basic submission forms to advanced CMS (Customer Management Systems).
(Click on the image to view in full size)

Steps :
1. Go to Google and Enter anyone of dork from below :
                         inurl:rte/my_documents/my_files/
                         inurl:/my_documents/my_files/
2. Select any website from search result, Exploit site looks like below link
                         http:// {site.com}/rte/RTE_popup_file_atch.asp
                         http:// {site.com}/admin/RTE_popup_file_atch.asp
3. Now you will see a screen like above image,In that you can upload your file
4. You can see your file link after upload link.
5. Done!! "

Example:
http://www.leinsterdancing.com/admin/rte/RTE_popup_fi le_atch.asp

Hacked Site:
http://www.leinsterdancing.com/ad min/rte/my_documents/my_files/5Z2_lodge4hacker.html

!! Thank You !!

Read more...

Monday, 2 July 2012

Hack Website|Web Server Using b374k Shell

Web server can refer to either the hardware (the computer) or the software (the computer application) that helps to deliver Web content that can be accessed through the Internet
Web shell is a shell (like bash or dos) that runs over web (http protocol). Every web programming language like PHP, ASP, CGI, and others are supporting a system interaction. Through this interaction method, we can access to system shell, but in this case, we just need a Web Browser.
Here, we going to see about b374k shell...

b374k Shell Features :
With b374k shell, we can manage any data or folder, or even system command easily over Web GUI Interface. In this case, we use webshell for good purpose, just for learning and developing. Some features are :
  1. Easily Managing Folder and Files
  2. Executing shell command
  3. Database Manager
  4. Backdooring over Netcat
(Click to View Image in Full-size)

How to use b374k shell :
b374k shell is a single file(.php) that you can upload easily like other file. There are various ways to upload shell in web server like,
  • Cross-site scripting
  • SQL Injection
  • Remote File Inclusion
  • Shell Jumping , etc...,
b374k shell can be used by all types of hacker such as Black Hat Hacker, Grey Hat Hacker,White Hat Hacker. Even some people use to upload this shell for managing their file/folder easily.

Download:
Mirror1 - (Google Code)
Mirror2 - (Lodge4Hacker)   :  b374k-2.2

Visit Also :
Remote File Inclusion/Upload Vulnerability on phUploader
Google Dork For "Remote File Inclusion"
SQL Injection Using Havij

Read more...

Home