Grails

Written by Unknown 1 comments Posted in: ,

What is a Grails ?









Grails is an open source web application framework which has ability to use Model-View-Controller framework. And it simplifies the development of web applications by reducing the need for configuration files and many web development complexity. In additional, it is generating a lot of coding which needed in a back-end of web application. Using the principle of convention-over-configuration and the dynamic Groovy programming language, Grails takes the pain out of web development.


More details:

Read more

Publish and maintain your own website and gain exposure to the real world experience.



What is a domain name?

A name that identifies IP-Address. Domain names are used in URLs to identify particular Web pages. Every domain name has a suffix that indicates which top level domain (TLD) it belongs to. There are only a limited number of such domains. For example:


gov - Government agencies
edu - Educational institutions
org - Organizations (nonprofit)
com - commercial business
net - Network organizations


Step1: Take a domain name

First we need to register our domain name (website URL). Go to www.dot.tk to get free domain name. When you are registering your domain name, just ignore the Domain Server Names. We can change this details after we got web space (Host Server) for our website.

What is Dot TK?

Dot TK is a FREE domain registry for all websites on the Internet. After registration, our website Uniform Resource Locator (URL) will be "www.yourwebsitename.tk"


What is a Web Hosting?

A web hosting service allows individuals and organizations to make their own website accessible via the World Wide Web.

Step2: Start Host

You can take a free web hosting account from www.000webhost.com







Once you got free space they will give you Domain Name Server details. Now you can go and update your domain account. Normally it takes 30 minutes to affect the changes. You can use cPanel to do upload web site and to control the various aspects of website and server administration through a web browser.

Read more

Outlook Express





  1. Click the Start button
  2. Point to All Programs
  3. Click Outlook Express
  4. Now start to setup Outlook Express
  • Goto Tools menu and down to Accounts
  • Click on the Add button and click Mail to open Internet Connection Wizard.
  • On the Your name page type your name as you want to appear to everyone.
  • On the Internet E-mail address type your internet email address and click next.
  • Fill the information as you want to configure your internet account on the E-mail server page. Few account configurations are mentioning bellow
  • Type your account name and password on the Internet Mail Logon page.


  • Click Next and then click Finish
5. Setup ports
  • Highlit just filled account from Mail tab and click Properties button
  • Goto Advance button and enter ports numbers
  • click ok
_______________________________________________________



Configure Outlook Express to Gmail



Before you configure Outlook Express in your machine you need to enable POP in your Gmail account.
  1. Sign in to Gmail.
  2. Click Settings at the top of any Gmail page.
  3. Click Forwarding and POP/IMAP.
  4. Select Enable POP for all mail or Enable POP for mail that arrives from now on.
  5. Choose what to do with your messages after they're accessed with your POP client or device.

Now you can
configure your POP client (Outlook Express)

Configurations
  • Incoming mail (POP3, IMAP or HTTP) server: pop.gmail.com
  • Outgoing mail (SMTP) server: smtp.gmail.com
Goto Advance tab, type following
  • Outgoing mail (SMTP): 465
  • Incoming mail (SMTP): 995

Note: Goto the Servers tab, and check the box next to My server requires authentication.



Configure Outlook Express to Yahoo Mail



Configurations
  • Incoming mail (POP3, IMAP or HTTP) server: plus.pop.mail.yahoo.com
  • Outgoing mail (SMTP) server: plus.smtp.mail.yahoo.com

Go to Advance tab, type following
  • Outgoing mail (SMTP): 465
  • Incoming mail (SMTP): 995
Note: Goto the Servers tab, and check the box next to My server requires authentication.



Configure Outlook Express to Hotmail


Configurations

  • Incoming mail (POP3, IMAP or HTTP) server: pop3.email.msn.com
  • Outgoing mail (SMTP) server: smtp.email.msn.com

Go to Advance tab, type following
  • Outgoing mail (SMTP): 465
  • Incoming mail (SMTP): 995
Note: Goto the Servers tab, and check the box next to My server requires authentication.

Read more

Autorun


How to use Group Policy settings to disable all Autorun features in Windows Server 2003, Windows XP Professional, and Windows 2000

  1. Click Start, click Run, type Gpedit.msc in the Open box, and then click OK.
  2. Under Computer Configuration, expand Administrative Templates, and then click System.
  3. In the Settings pane, right-click Turn off Autoplay, and then click Properties.

    Note In Windows 2000, the policy setting is named Disable Autoplay.
  4. Click Enabled, and then select All drives in the Turn off Autoplay box to disable Autorun on all drives.
  5. Click OK to close the Turn off Autoplay Properties dialog box.
  6. Restart the computer.














How to use Group Policy settings to disable all Autorun features in Windows Server 2008 or Windows Vista

  1. Click Start the Start button , type Gpedit.msc in the Start Search box, and then press ENTER.

    User Account Control permission If you are prompted for an administrator password or for confirmation, type the password, or click Allow.
  2. Under Computer Configuration, expand Administrative Templates, expand Windows Components, and then click Autoplay Policies.
  3. In the Details pane, double-click Turn off Autoplay.
  4. Click Enabled, and then select All drives in the Turn off Autoplay box to disable Autorun on all drives.
  5. Restart the computer.
Reference : http://support.microsoft.com/kb/967715

Read more






Enable show hidden files & folders option


When you checked show hidden files & folders and applying nothing happen ? This will occur if the system is infected by Malware (Need to know more about viruses please refer my previous note), which modifies the CheckedValue registry value in below branches.

HKEY_LOCAL_MACHINE \ SOFTWARE \ Microsoft \ Windows \ CurrentVersion \ Explorer \ Advanced \ Folder \ Hidden \ NOHIDDEN

HKEY_LOCAL_MACHINE \ SOFTWARE \ Microsoft \ Windows \ CurrentVersion \ Explorer \ Advanced \ Folder \ Hidden \ SHOWALL

Step 1:
Go to Start >> Run >> (type) regedit
(right click on the little my computer icon)

Step 2:
Navigate to the registry folder HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\
CurrentVersion\Explorer\Advanced\Folder\Hidden\SHOWALL

Step 3:
Find a key called CheckedValue.
Double Click CheckedValue key and modify it to 1. This is to show all the hidden files.

furthermore you can check bellow values are placed correctly.

Windows Registry Editor Version 5.00

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Advanced\Folder\Hidden]
"Text"="@shell32.dll,-30499"
"Type"="group"
"Bitmap"=%SystemRoot%\system32\SHELL32.dll,4
"HelpID"="shell.hlp#51131"


[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Advanced\Folder\Hidden\NOHIDDEN]
"RegPath"="Software\\Microsoft\\Windows\\CurrentVersion\\Explorer\\Advanced"
"Text"="@shell32.dll,-30501"
"Type"="radio"
"CheckedValue"=dword:00000002
"ValueName"="Hidden"
"DefaultValue"=dword:00000002
"HKeyRoot"=dword:80000001
"HelpID"="shell.hlp#51104"


[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Advanced\Folder\Hidden\SHOWALL]
"RegPath"="Software\\Microsoft\\Windows\\CurrentVersion\\Explorer\\Advanced"
"Text"="@shell32.dll,-30500"
"Type"="radio"
"CheckedValue"=dword:00000001
"ValueName"="Hidden"
"DefaultValue"=dword:00000002
"HKeyRoot"=dword:80000001
"HelpID"="shell.hlp#51105"

Now you should be able to view all the hidden file. Good Luck !

Read more

Google Tips & Tricks

Written by Unknown 0 comments Posted in:

I thought of explain you to few Google hacking tips which we really important to our day to day searching. When we search things, we always need to find results as much as we expected from the safe sources.

Let’s pretend you need a serial number for Windows XP Professional. All you have to is in the search bar just type like bellow

“Windows XP Professional” 94FBR

Using this 94FBR code will helps you to dramatically reduce the amount of 'fake' bad sites that trick you. Now you can put any software name instead of Windows XP Professional within double contentions to find out serial number in safe way.

Method to find MP3

Easy way to direct download MP3, just type in the search bar just type like bellow

"index of/" "paint my love" .mp3

Make sure to use the quotations where I placed them. they help pinpoint the correct search results more accurately. Or you can search like bellow

?intitle:index.of? mp3 Akon

Just try it out!

Read more

As long as you have your Windows XP CD, you can get back into your system using a simple but effective method made possible by a little known access hole in Windows XP.

Just follow the following simple steps.


Step 1:
Place your Windows XP CD in your cd-rom and start your computer (it’s assumed here that your XP CD is bootable, as it should be, and that you have your bios set to boot from CD. If not, you will need to change that.)

Step 2:
Keep your eye on the screen messages for booting to your CD Typically, it will be “Press any key to boot from CD” and press Enter

Step 3:
Once you get in, the first screen will indicate that Setup is inspecting your system and loading files. When you get to the Welcome to Setup screen, press ENTER to Setup Windows now

Step 4:
The Licensing Agreement comes next - Press F8 to accept it.

Step 5:
The next screen is the Setup screen which gives you the option to do a Repair. It should read something like “If one of the following Windows XP installations is damaged, Setup can try to repair it” Use the up and down arrow keys to select your XP installation (if you only have one, it should already be selected) and press R to begin the Repair process.

Step 6:
Let the Repair run. Setup will now check your disks and then start copying files which can take several minutes.

Step 7:
Shortly after the Copying Files stage, you will be required to reboot. (this will happen automatically, you will see a progress bar stating “Your computer will reboot in 15 seconds”

Step 8:
During the reboot, do not make the mistake of “pressing any key” to boot from the CD again! Setup will resume automatically with the standard billboard screens and you will notice Installing Windows is highlighted.

Step 9:
Keep your eye on the lower left hand side of the screen and when you see the Installing Devices progress bar, press SHIFT + F10. This is the security hole! A command console will now open up giving you the potential for wide access to your system.

Step 10:
At the prompt, type NUSRMGR.CPL and press Enter. Ohhh yes ! You have just gained graphical access to your User Accounts in the Control Panel.

Step 11:
Now simply pick the account you need to change and remove or change your password as you prefer. If you want to log on without having to enter your new password, you can type control userpasswords2 at the prompt. Select the user account then uncheck “Users must enter username and password” then Apply. No other changes are required. If this option is not available, please refer to step 15.

Step 12:
At some stages during this process, your mouse may not be functional. Simply use the TAB key instead.

Step 13:
After you’ve made your changes close the windows, exit the command box and continue on with the Repair (have your Product key handy).

Step 14:
Once the Repair is done, you will be able to log on with your new password (or without a password if you chose not to use one or if you chose not to be asked for a password). Your programs and personalized settings should remain intact.

Step 15:
Even though you selected not to use a password and are still receiving the Login box, go to Start=> Run, then enter control userpasswords2 and continue with the final tasks as described in step 11.

And in case you are wondering, NO, you cannot cancel install after making the changes and
expect to logon with your new password. Canceling will just result in Setup resuming at bootup and your changes will be lost.

Ok, now that your logon problem is (hopefully) fixed, you should make a point to prevent it from ever happening again by creating a Password Reset Disk. This is a floppy disk you can use in the event you ever forget your log on password. It allows you to set a new password.


Here's how to create one if your computer is NOT on a domain:
Step 1:
Go to the Control Panel and open up User Accounts.

Step 2:
Choose your account (under Pick An Account to Change) and under Related Tasks, click "Prevent a forgotten password". This will initiate a wizard.

Step 3:
Click Next and then insert a blank formatted floppy disk into your A: drive.

Step 4:
Click Next and enter your logon password in the password box.

Step5:
Click Next to begin the creation of your Password disk.

Step 6:
Once completed, label and save the disk to a safe place

How to Log on to your PC Using Your Password Reset Disk?

Start your computer and at the logon screen, click your user name and leave the password box blank or just type in anything. This will bring up a Logon Failure box and you will then see the option to use your Password Reset disk to create a new password. Click it which will initiate the Password Reset wizard.

Insert your password reset disk into your floppy drive and follow the wizard which will let you choose a new password to use for your account.

Note: If your computer is part of a domain, the procedure for creating a password disk is different. Remember do not do any harm to your buddies but survive from any critical situations. Later on I'm going explain you to some password hacking tool and methods. See you then!

Read more

Create Harmless Fake Virus

Written by Unknown 0 comments Posted in:


I though of explain you to create simple fake virus that I have learned. It is very simple and any one can try for Windows operating systems. All you have to do is just create one executable file and one shortcut.


Create a executable file:
Step 1:
Copy and paste following code lines into Notepad

 

@echo off
color 0a
echo Deleting Critical System Files...
echo del *.*
ping -n 4 127.0.0.1>nul
echo Deletion Successful!
ping -n 2 127.0.0.1>nul
echo:
echo:
echo Deleting Root Partition...
ping -n 2 127.0.0.1>nul
echo delTree %SYSTEMROOT%
ping -n 4 127.0.0.1>nul
echo Deletion Successful!
ping -n 2 127.0.0.1>nul
echo:
echo:
echo Creating Directory aXon...
echo cd C:\Documents and Settings\All Users\Start Menu\Programs\
ping -n 1 127.0.0.1>nul
echo md aXon
ping -n 3 127.0.0.1>nul
echo Directory Creation Successful!
echo:
echo:
echo Execution Attempt 1...
ping -n 3 127.0.0.1>nul
echo start aXon.exe
ping -n 3 127.0.0.1>nul
echo Virus Executed!
echo:
echo:
ping -n 2 127.0.0.1>nul
echo Disabling Windows Firewall...
ping -n 2 127.0.0.1>nul
echo Killing all processes...
ping -n 2 127.0.0.1>nul
echo Allowing virus to boot from startup...
ping -n 2 127.0.0.1>nul
echo:
echo:
echo Virus has been executed successfully!
ping -n 2 127.0.0.1>nul
shutdown -s -t 120 -c "Your computer has committed suicide. Have a nice day."


Step 2:

Give file name as "yourfilename".bat and you need to change ".txt" to "All files" in the file type drop-down menu.

Step 3:
Save the file and close the Notepad.

Now you have created executable virus file and need to create shortcut file to navigate to file.


Creating shortcut:
Step 1:
Right click on the desktop and go over to "new" then click "short cut".
Step 2:
For the location of the short cut chose our Virus. And click next
Step 3:
Give the shortcut a name like "Internet Explore.exe" or "Critical Windows-Update.exe" and click on "Finish"
Step 4:
Right click on the shortcut you have just made and chose "properties". Now click on the "chose icon" button and scroll through the list of icons.
Step 5:
Decide for one of the icons that fits well to the name, chose it by clicking on it and hit OK twice.


I'm not going to explain code lines one by one here. You just run it and see. To abort Shutdown countdown just go to start=> run=> type "shutdown -a" and press enter. Remember that if you use a shutdown-countdown you should have enough time to abort the countdown and don't try this on server machine! You can place virus any hidden directory you like and place shortcut on desktop. Once you get experience you know what you can do with this virus. Have Fun !

Read more

Write Your Simple Virus

Written by Unknown 0 comments Posted in:

Step 1:
Open notepad and paste following line into it

code line:
X5O!P%@AP[4\PZX54(P^)7CC)7}$EICAR-STANDARD-ANTIVIRUS-TEST-FILE!$H+H*

Step 2:

Save the file and check whether your Anti virus program identify the saved file as a infected file. if it is not make sure your anti virus program is up to date and enable auto protection. If your Operating system is Vista, file will save and it will not be detecting your virus program until you open the file.

This code line is a dummy virus code, which simulates a virus after save into file. This string is provided by EICAR for distribution as the “EICAR Standard Anti-Virus Test File”, The file is a legitimate DOS program, and produces sensible results when run. it prints the message “EICAR-STANDARD-ANTIVIRUS-TEST-FILE!”.

Read more

Edit Other's Web Site

Written by Unknown 1 comments Posted in:

Copy and paste following code line in address bar and you can see that you are able to edit the web page contain which currently displayed in your web browser.

code line:
javascript:document.body.contentEditable='true'; document.designMode='on'; void 0


Try above java script and you can edit whatever you want
on website and see. However you can not permanently save your changes at this stage. Have fun !

Read more