Sniffing Networks Using Wireshark
Gather Information About Other System using NMAP
Making Word Documents Really Read-Only
If you want the information to be read-only in word or any other MS Office software, there is a facility which makes this thing happen.
The trick lies in the tools menu. Go to Tools > Protect Document. There will be a menu asking of the kind of protection. If you give it as “Track Changes” then that will mark the changes in red. “Comment” will make the document read-only and wont allow any kind of changes after that.
The same option gets converted to “Unprotect” after protection is imposed. But this intern asks the same password.
Try your hands on the following document, and you will find another security trick in there.
Defeat Java Script Protected Password
There are many ways to defeat java-script protected web sites. Some are very simplistic, such as hitting ctl-alt-del when the password box is displayed, to simply turning off java capability, which will dump you into t he default page.
Access FTP through your browser
If you have all ftp things blocked, here is something that gives the gateway for ftp. Web2ftp and Net2ftp. Both of them allow SSL and anonymous FTP. And they allow you to change permissions and all the other things you do with your FTP app, including making a directory, renaming a directory, uploading in both ASCII and binary modes. Both of them even allow you to edit files and automatically unbundle any archived files (tar, tgz, zip, tar.gz) in the directory you upload them to.
With web-based FTP, you can FTP even if you use a browser that doesn’t support that protocol. So Firefox, Opera and Safari can use these services.
Spoof Identity By Changing MAC Address
If you want to change your logical and physical identity on network, this is possibly the best way of doing that. Let me introduce you to some basic terms before I explain the trick.
Spoofing – Introducing the network with some other identity. Like changing MAC address
DHCP – This is a protocol which is responsible for allocating IP addresses to terminals for a network. It polls continously and alots an IP for exchange of MAC address
MAC & IP address – These are also called physical and logical address which represent the identity on intranet and internet respectively. MAC address is corresponding to the ethernet card which is used for the connection.
Requirements – MAC address of the machine to be spoofed with.
Spoofing Trick – The trick is to change the MAC address with a machine with higher permissions (like your boss’s terminal) . In this way DHCP will allocate an IP and permissions which are registered for changed MAC address. You can get this by typing ipconfig \all on command prompt.
Windows XP/2000 – There are two ways of doing this in windows platform. This is depending on the type of Ethernet Card (NIC) you have. If you have a card that doesn’t support Clone MAC address, then you have to go to second method.
Method1
a) Go to Start->Settings->Control Panel and double click on Network and Dial-up Connections.
b) Right click on the NIC you want to change the MAC address and click on properties.
c) Under “General” tab, click on the “Configure” button
d) Click on “Advanced” tab
e) Under “Property section“, you should see an item called “Network Address” or “Locally Administered Address“, click on it.
f) On the right side, under “Value“, type in the New MAC address you want to assign to your NIC. Usually this value is entered without the “-” between the MAC address numbers.
g) Goto command prompt and type in “ipconfig /all” or “net config rdr” to verify the changes. If the changes are not materialized, then use the second method.
h) If successful, reboot your system.
Some versions show the option in LAN properties.
Method 2 – This needs a little manipulation in registry
This should work on all Windows 2000/XP systems
a) Go to Start -> Run, type “regedt32” to start registry editor. Do not use “Regedit“.
b) Go to “HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\ Control\Class\{4D36E972-E325-11CE-BFC1-08002BE10318}“. Double click on it to expand the tree. The subkeys are 4-digit numbers, which represent particular network adapters. You should see it starts with 0000, then 0001, 0002, 0003 and so on.
c) Find the interface you want by searching for the proper “DriverDesc” key.
d) Edit, or add, the string key “NetworkAddress” (has the data type “REG_SZ“) to contain the new MAC address.
e) Disable then re-enable the network interface that you changed (or reboot the system).
Linux
1) Bring down the interface: “ifconfig eth0 down“
2) Enter new MAC address: “ifconfig eth0 hw ether 00:00:00:AA:AA:AA“
3) Bring up the interface: “ifconfig eth0 up“
BSD
1) Bring down the interface: “ifconfig xl0 down“
2) Enter new MAC address: “ifconfig xl0 link 00:00:00:AA:AA:AA“
3) Bring up the interface: “ifconfig xl0 up“
RSA Crypto Challenge For Indians
If you are interested in security stuff, here is an interesting news for you. RSA India has launched a crypto challenge wherein we need to code an attack for given security mechanism. The algorithm to be cracked makes use of simple substitutions, permutations and hashes.
So try the code at http://www.rsa.com/go/india/cryptocombat/
and see if you can make it. Exciting prizes like HP pavilion laptop, MS X-Box and T-shirts.
Secure Your Call Identity Using Jaxtr
Sometimes blocking and barring calls don’t give you freeness from being socially secure. People chose to change contact numbers that creates much more havoc.
Here is an alternative method that links your physical contact with a digital personality. That means your identity is not disclosed even when somebody talks to you.
Note – doesn’t need you to have headphone
How it works – Registered Jaxtr users are given a gadget that they can post anywhere (blog, webpage etc.) The person willing to call need to feed his own number in that and identity. Jaxtr calls the person who tried this thing, when he receives, the required person is called and the line is connected.
It even provides you options for barring and fixed calling. Local rates apply for the process and the service is free of cost..
So follow the adjacent link and get going..
http://www.jaxtr.com
Even jaxtr provide some extent of free calling within jaxtr users..


