We have 2 types of submissions : Free (BASIC) and Payed (PREMIUM)
|
|
|
Hackosis - abnormal condition or process of hack
|
|
My name is Shane and I am a systems administrator. I have been “hacking” computers for over 10 years. I do not “exploit” software. Solving problems is what motivates me. This site is a medium to share information, tips..
|
|
www.hackosis.com | Details | hits : 37 |
|
-
RSS Feeds : Hackosis.com :
-
Snort: Simple Rule To Block HTTP Brute Force - 29-08-2008
I got hacked not too long ago, so I decided to setup snort patched with snortsam to stop the intruders. This acually works very well.
They got in by brute forcing a log in page for the web mail interface. The intruders also used the compose mail page to send spam after they broke in.
I wrote [...]
-
Security: Emerging Threats? Open Snort Rule Sets - 22-08-2008
Emerging Threats hosts the only open snort rule set.
Emerging Threats is funded by National Science Foundation and the Army Research Office.
You can download the rule sets separately or all at once.
Check out the perl script to automatically update your iptables, Honeywall and Smoothwall configurations, and the inline snort config.
Confused? Read the Emerging Threats documentation site.
What [...]
-
DIY: Create Your Own T-Shirt Designs With Bleach - 18-08-2008
Overspraymag.com covers a process of using bleach to create designs on t-shirts.
The process was created by Phelyx, a supposed street artist and magician.
Phelyx covers the process from start to finish and will have you making your own t-shirt designs in no time. Just be careful with the bleach!
Have you made any t-shirt designs or [...]
-
Top 10 Xbox 360 Hacks: The Most For Your Money - 12-08-2008
Geeks love getting the most out of their gaming consoles. I hope you would agree that the Xbox 360 is the best gaming console on the market. I recently purchased an Xbox 360 so I have been looking into what I can do (I know, kinda late). With that being said, I would like to [...]
-
Easy And Portable Anonymity with Tor Browser - 07-08-2008
The Tor Browser bundle makes it easy to use Tor without having to install any software on your PC. You can even slap it on your jump drive to use any where you go.
And it is as easy as — download, extract, run!
From the site:
The Tor software protects you by bouncing your communications around a [...]
-
Share Mouse and Keyboard Across The Network w/ Synergy - 07-08-2008
This article is user submitted by rich0rd. You can also submit articles.
You have multiple computers, and your desk is cluttered with keyboards, mice, and monitors? You desperately need more space, and you are tired of moving your hands the long way from one keyboard to the next? Do not worry any more – [...]
-
Windows: Easy Text To Speech VB Script - 04-08-2008
Genius Hackers points out a quick way to convert text to speech in Windows using a Visual Basic script.
Create a new file and name it tts.vbs. Enter and save the following:
Visual Basic [Show Styled Code]:
Dim msg, sapi
msg=InputBox("Enter your text","Talk it")
Set sapi=CreateObject("sapi.spvoice")
sapi.Speak msg
Visual Basic [Show Plain Code]:
Dim msg, sapi
msg=InputBox("Enter your text","Talk it")
Set sapi=CreateObject("sapi.spvoice")
sapi.Speak msg [...]
-
Infinity Exists ?How To? Videos - 02-08-2008
Infinity Exists features many ‘how to’ videos to quench your inner thirst for exploit information. Topics include lock picking, password cracking, email spoofing, SQL injection, and much more.
What are you waiting for? Go check out the videos!
-
Security: Why Is Google Following Me? - 01-08-2008
I was testing some things on this site today. I opened the error log and found something interesting (X.X.X.X = me):
[Fri Aug 1 13:51:39 2008] [error] [client 66.249.71.208] (2)No such file or directory: File does not exist: /home/username/public_html/file.php
[Fri Aug 1 13:51:39 2008] [error] [client X.X.X.X] (2)No such file or directory: File does not [...]
-
Hardware: Hard Drive LED Clock - 01-08-2008
This is an awesome gadget by Ian Matthew.
Check it out and congrats to Alan Parekhs for the original idea.
[via hackedgadgets.com]
-
Video: Do-It-Yourself Fireballs - 31-07-2008
Cool trick that involves some cotton, string, and lighter fluid. Not useful for much, but hey you gotta have fun sometimes!
Be careful!
[via wiresmash.com]
-
Linux: Dropping The F(ork) Bomb On Your System - 30-07-2008
From Wikipedia:
The fork bomb is a form of denial of service attack against a computer system that implements the fork operation, or equivalent functionality whereby a running process can create another running process. It is considered a wabbit as fork bomb programs typically do not spread as worms or viruses. It relies on the assumption [...]
-
Windows: Video to EXE with MakeInstantPlayer - 29-07-2008
Tired of users not being able to play videos to the the lack of proper media software or codecs? Fret no more as open source MakeInstantPlayer solves this issue by packing any video file into a self contained executable.
No additional software is required to play back the video:
MakeInstantPlayer is a tool for converting video files [...]
-
How To Blind Cameras With a Laser - 25-07-2008
Not only can you blind cameras with infrared LEDs, lasers work as well.
Your first thought might be,”It’s really hard to shine a laser at a camera and do something at the same time!”. Not when you mix a tripod and a gun’s laser scope.
One major limitation of this method is the fact that most lasers [...]
-
Windows: Visualize Blogging Activity w/ Twingly - 25-07-2008
Windows only: Twingly Screensaver is a cool new app/screensaver that lets you visualize blog posts in real time all over the globe.
From the site:
“Twingly screensaver is visualizing the global blog activity in real time. Forget RSS readers where you see only what you’re interested in. With Twingly screensaver you get a 24/7 stream of all [...]
-
Hacker Proof Your Web Application with PHPIDS - 24-07-2008
Open source PHPIDS is a customizable intrusion detection system for your web applications. PHPIDS uses a set of filter rules to detect specific strings in URLs that indicate a possible hacking attempt.
PHPIDS can do everything from log the attacks to email you the IP address of the attacker. Be sure to check out the example.php [...]