Archive for June, 2011

How to Undo Send Mail in Gmail

0
  • First Login into your Gmail Account.
  • Go to setting option and find the Labs option.

 

  • Then go to Undo Send option and enable it. Then click on Save Changes.
  • Then go to compose Mail. And send mail.
  • By default, Gmail gives you a 10-second window of time in which you may undo a sent e-mail

 

  • If you want  the send mail back then go to undo option . Your sending mail will be back

Find Website Details using Command Prompt

0

nslookup is a network administration command-line tool available for many computer operating systems for querying the Domain Name System (DNS) to obtain domain name or IP address mapping or for any other specific DNS record.

MX Record

An MX record or Mail exchanger record is a type of resource record in the Domain Name System (DNS) specifying how Internet e-mail should be routed. MX records point to the servers to send an e-mail to, and which ones it should be sent to first, by priority.

Open Command Prompt & Type

Nslookup  -type=mx  www.example.com


 

NS Record

Name Server Record. An NS record declares that a given zone is served by a given name server. Every NS record is either a delegation record or an authority Record. If the name of the NS record is the name of the zone it appears in, it is an authority record. If the name of the NS record is that of a descendant zone, then it is delegation record.

Nslookup  -type=ns  www.example.com

 

 

SOA Record

The first resource record in any Domain Name System (DNS) Zone file should be a Start of Authority (SOA) resource record. The SOA resource record indicates that this DNS name server is the best source of information for the data within this DNS domain.

Nslookup  -type=soa  www.example.com

 

 

A Record

An A-record is an entry in your DNS zone file that maps each domain name (e.g. yourdomain.com) or subdomain(e.g. subdomain.yourdomain.com) to an IP address. In other words, the A-record specifies the IP address to which the user would be sent for each domain or subdomain. This means that you can have different subdomains of your website resolving to different IP addresses, which could be useful if they are hosted on different servers.

Nslookup  -type=a  www.example.com

List of DNS Records

Backtrack 5

0

 

BackTrack is a GNU/Linux distribution distributed as a Live DVD aimed at digital forensics use and penetration testing

BackTrack is a Linux-based penetration testing arsenal that aids security professionals in the ability to perform assessments in a purely native environment dedicated to hacking. Regardless if you’re making BackTrack you Install BackTrack, boot it from a Live DVD or thumbdrive, the penetration distribution has been customized down to every package, kernel configuration, script and patch solely for the purpose of the penetration tester.

Tools

  1. BackTrack includes many well known security tools including:
  2. Metasploit integration
  3. RFMON Injection capable wireless drivers
  4. Kismet
  5. Nmap
  6. Ophcrack
  7. Ettercap
  8. Wireshark (formerly known as Ethereal)
  9. BeEF (Browser Exploitation Framework)
  10. Hydra
  11. Cisco OCS Mass Scanner A very reliable and fast scanner for Cisco routers with telnet/enable default password.
  12. Quypt (Terminal Emulator) (which is private software by Crimson Hacking group, which has leaked to the Mainstream) Blackhat
  13. A large collection of exploits as well as more commonplace software such as browsers.

Download

How to Forward a Domain

0

Log into your account

Find the Domain Forwarding Option in Your Panel


Activate the Domain Forwarding

In the Domain Forwarding section, enter http://www.mydomain.com as the Forward to: address, and click OK

 

Go to Top