Welcome to Tech Support Forum home to more then 136,000 problems solved. Issues have included: Spyware, Malware, Virus Issues, Windows, Microsoft, Linux, Networking, Security, Hardware, and Gaming Getting your problem solved is as easy as:
1. Registering for a free account
2. Asking your question
3. Receiving an answer

Registered members:
* Get free support
* Communicate privately with other members (PM).
* Removal of this message
* See fewer ads.
* And much more..

 



Want to know how to post a question? click here Having problems with spyware and pop-ups? First Steps
Go Back   Tech Support Forum > Articles, Tutorials & Reviews > New Article Submissions
User Name
Password
Site Map Register Donate Rules Blogs Mark Forums Read


New Article Submissions Where new Articles are submitted and are pending for review

Reply
 
LinkBack Thread Tools
Old 09-21-2009, 08:40 PM   #1 (permalink)
Senior Tech, Games Team
 
5NIPER_WOLF's Avatar
 
Join Date: Jan 2009
Location: Toronto Canada
Posts: 3,199
OS: Windows VISTA Home Premium 64-Bit/Fedora 11/Mandriva/WinXP SP3

My System

Blog Entries: 3
[WIP]Hacking Prevention (v 0.2)

Just tell me what you think, anything I should add or remove.

Prevention is always better than cure.


Some ways of getting into trouble is to visit cracks, warez, and keygen websites. There are several ways which your PC may be infected:

1. Clicking on buttons on the site which activates malicious scripts.
2. Told that a particular program does not work and requires you to download a another program or extension.
3. Trojans, virus or spyware hidden in the software cracks, or keygen.

You must have at least one security software installed on your PC, however, it is impossible to guarantee that the software will definitely protect you against Any or All the possible viruses, trojans and malicious programs.

If you find that your PC behaves abnormally, such as unsolicited pop-up ads, shutting down of applications, poor internet connections (or busy connections), etc, there is a good chance that your PC is infected. You will need to waste quite a bit of time to either remove the infected file, or to reformat and reinstall the entire harddisk again. Again, prevention is always better than cure.

There are many different types of attacks hackers can conduct in order to take partial or total control of a website. In general, the most common and dangerous ones are SQL injection and cross-site scripting (XSS)

SQL injection is a technique to inject a piece of malicious code in a web application, exploiting a security vulnerability at the database level to change its behavior. It is a really powerful technique, considering that it can manipulate URLs (query string) or any form (search, login, email registration) to inject malicious code. You can find some examples of SQL injection at the
Web Applications Security Consortium

There are definitely some precautions that can be taken to avoid this kind of attack. For example, it's a good practice to add a layer between a form on the front end and the database in the back end. In PHP, the PDO extension is often used to work with parameters (sometimes called placeholders or bind variables) instead of embedding user input in the statement. Another really easy technique is character escaping, where all the dangerous characters that can have a direct effect on the database structure are escaped. For
instance, every occurrence of a single quote ['] in a parameter must be replaced by two single quotes [''] to form a valid SQL string literal. These are only two of the most common actions you can take to improve the security of a site and avoid SQL injections. Online you can find many other specific resources that can fit your needs (programming languages, specific web
applications ...).

The other technique that we're going to introduce here is cross-site scripting (XSS). XSS is a technique used to inject malicious code in a webpage, exploiting security vulnerabilities of web applications. This kind of attack is possible where the web application is processing data obtained through user input and without any further check or validation before returning it to
the final user. You can find some examples of cross-site scripting at the Web Application Security Consortium.

There are many ways of securing a web application against this technique. Some easy actions that can be taken include:

-Stripping the input that can be inserted in a form (for example, see the strip tags function in PHP);
-Using data encoding to avoid direct injection of potentially malicious characters (for example, see the htmlspecialchars function in PHP);
-Creating a layer between data input and the back end to avoid direct injection of code in the application.


SQL injection and cross-site scripting are only two of the many techniques used by hackers to attack and exploit innocent sites.

As a general security guideline, it's important to always stay updated on security issues and, in particular when using third party software, to make sure you've installed the latest available version. Many web applications are built around big communities, offering constant support and updates.
To give a few examples, four of the biggest communities of Open Source content management systems—Joomla, WordPress, PHP-Nuke, and Drupal—offer useful guidelines on security on their websites and host big community-driven forums where users can escalate issues and ask for support.
For instance, in the Hardening WordPress section of its website, WordPress offers comprehensive documentation on how to strengthen the security of its CMS. Joomla offers many resources regarding security, in particular a Security Checklist with a comprehensive list of actions webmasters should take to improve the security of a website based on Joomla. On Drupal's site, you can access information about security issues by going to their Security section. You can also subscribe to their security mailing list to be constantly updated on ongoing issues. PHP-Nuke offers some documentation about Security in chapter 23 of their How to section, dedicated to the system management of this CMS platform. They also have a section called Hacked - Now what? that offers guidelines to solve issues related to hacking.

Code:
site:example.com ******
If you're not already familiar with the site: search operator, it's a way to query Google by restricting your search to a specific site.
For example, the search site:googleblog.blogspot.com will only return results from the Official Google Blog. When adding spammy keywords to this type of query, Google will return all the indexed pages of your website that contain those spammy keywords and that are, with high probability, hacked. To check these suspicious pages, just open the cached version proposed by Google and you will be able to spot the hacked behavior, if any. You could then clean up your compromised pages and also check for any anomalies in the configuration files of your server (for example on Apache web servers: .htaccess and httpd.conf).
If your site doesn't show up in Google's search results anymore, it could mean that Google has already spotted bad practices on your site as a result of the hacking and may have temporarily removed it from our index, due to infringement of their
webmaster quality guidelines.

Here are a seven simple, effective steps that small business owners and network administrators can take to protect their systems.

Implement a firewall -- A firewall is a barrier that keeps hackers and viruses out of computer networks. Firewalls intercept network traffic and allow only authorized data to pass through.

Develop a corporate security policy -- Establish a corporate security policy that details practices to secure the network. The policy should direct employees to choose unique passwords that are a combination of letters and numbers. Passwords should be changed every 90 days to limit hackers' ability to gain possession of a functioning password. When someone leaves company, immediately delete the user name and password. The corporate policy should outline consequences for network
tampering and unauthorized entry.

Install anti-virus software -- All computers should run the most recent version of an anti-virus protection subscription.
Ideally a server should be configured to push virus updates out periodically to all client systems. Employees should be educated about viruses and discouraged from opening e-mail attachments or e-mail from unknown senders.
Keep operating systems up to date -- Upgrade operating systems frequently and regularly install the latest patches or versions
of software, which are often free over the Web. If you use Microsoft Windows, check www.windowsupdate.com periodically for the latest patches.
Vulnerabilities in Java and Adobe are well known exploit paths for malware writers so it is just as critical that these software applications are kept up to date. I recommend visiting Securia Online Software Inspector to scan for out of date software applications.

Don't run unnecessary network services -- When installing systems, any non-essential features should be disabled. If a feature is installed but not actively used, it is less likely to be updated regularly, presenting a larger security threat. Also, allow only the software employees need to do their job effectively.

Conduct a vulnerability test -- Conducting a vulnerability test is a cost-effective way to evaluate the current security program. This test highlights flaws and limitations in the program, and experts can offer suggestions for improvement. The best method for conducting a vulnerability test is to contact a computer consulting company and provide access to your system for a day or two. This will provide ample time for network appraisal and follow-up discussion and planning.


Keep informed about network security -- Numerous books, magazines and online resources offer information about effective security tools and "lessons learned." Also, the Web provides ample and very current information about security - type in the key words "network security."

If you invited someone to try and crack your password, you know the one that you use over and over for like every web page you visit, how many guesses would it take before they got it?

This Top-10 list is easier to obtain then you think.
  1. The last 4 digits of your social security number.
  2. 123 or 1234 or 123456.
  3. “password”
  4. Your city, or college, football team name.
  5. Date of birth – yours, your partner’s or your child’s.
  6. “god”
  7. "letmein”
  8. “money”
  9. “love”

Statistically speaking that should probably cover about 20% of you. But don’t worry. If they didn’t get it yet it will probably only take a few more minutes before they do…

Hackers, and I’m not talking about the ethical kind, have developed a whole range of tools to get at your personal data. And the main impediment standing between your information remaining safe, or leaking out, is the password you choose. (Ironically, the best protection people have is usually the one they take least seriously.)

One of the simplest ways to gain access to your information is through the use of a Brute Force Attack. This is accomplished when a hacker uses a specially written piece of software to attempt to log into a site using your credentials.
Insecure.org has a list of the Top 10 FREE Password Crackers.

So, how would one use this process to actually breach your personal security? Simple. Follow my logic:

-You probably use the same password for lots of stuff right?
-Some sites you access such as your Bank or work VPN probably have pretty decent security, so I’m not going to attack them.
-However, other sites like the Hallmark e-mail greeting cards site, an online forum you frequent, or an e-commerce site you’ve shopped at might not be as well prepared. So those are the ones I’d work on.
-So, all we have to do now is unleash Brutus,
wwwhack, or THC Hydra on their server with instructions to try say 10,000 (or100,000 – whatever makes you happy) different usernames and passwords as fast as possible. Once we’ve got several login+password pairings we can then go back and test them on targeted sites. But wait… How do I know which bank you use and what your login ID is for the sites you frequent? All those cookies are simply stored, unencrypted and nicely named, in your Web browser’s cache. (Read this post to
remedy that problem.)

Assuming the hacker has a reasonably fast connection and PC here is an estimate of the amount of time it would take to generate every possible combination of passwords for a given number of characters. After generating the list it’s just a matter
of time before the computer runs through all the possibilities – or gets shut down trying.

Pay particular attention to the difference between using only lowercase characters and using all possible characters (uppercase, lowercase, and special characters – like @#$%^&*). Adding just one capital letter and one asterisk would change the processing time for an 8 character password from 2.4 days to 2.1 centuries.

Well, I hope this has helped, remember that prevention is better then cure.
-5NIPER_WOLF
__________________

Apps - CCleaner FireBug Network Mapper WinDirStat Process Explorer SpeedFan
Info - Very Important NVIDIA Drivers ATI Drivers PSU Info
I do not give support with MSN/E-mail or Private Messages.

Last edited by 5NIPER_WOLF; 09-21-2009 at 08:52 PM.
5NIPER_WOLF is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Reddit!
Reply With Quote
Important Information
Join the #1 Tech Support Forum Today - It's Totally Free!

TechSupportForum.com is a leading support website for your computer needs. We offer free, friendly and personalized computer support. Why pay to have your computer fixed when you can do it for free.

Join TechSupportforum.com Today - Click Here

Old 09-23-2009, 03:07 PM   #2 (permalink)
Mentor, Articles Team
 
TheAtheist's Avatar
 
Join Date: May 2006
Location: Portishead, Bristol
Posts: 1,312
OS: xp sp3

My System

Re: [WIP]Hacking Prevention (v 0.2)

Looking pretty nice. Just need someone with more knowledge to take a look over it and give technical feedback.
__________________


"Freedom of thought is best promoted by the gradual illumination of men's minds, which follows from the advance of science" - Darwin

Join the TSF folding team - Team 85015
TheAtheist is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Reddit!
Reply With Quote
Old 09-23-2009, 04:30 PM   #3 (permalink)
Senior Tech, Games Team
 
5NIPER_WOLF's Avatar
 
Join Date: Jan 2009
Location: Toronto Canada
Posts: 3,199
OS: Windows VISTA Home Premium 64-Bit/Fedora 11/Mandriva/WinXP SP3

My System

Blog Entries: 3
Re: [WIP]Hacking Prevention (v 0.2)

Well I contacted Glaswegian and he said that him and the Security team are looking over this, but it's taking a while because they have to check the links, instructions etc. I'm not rushing anyone, as long as I'm getting feedback I am alright.
__________________

Apps - CCleaner FireBug Network Mapper WinDirStat Process Explorer SpeedFan
Info - Very Important NVIDIA Drivers ATI Drivers PSU Info
I do not give support with MSN/E-mail or Private Messages.
5NIPER_WOLF is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Reddit!
Reply With Quote
Old 09-24-2009, 08:59 AM   #4 (permalink)
Mentor, Articles Team
 
TheAtheist's Avatar
 
Join Date: May 2006
Location: Portishead, Bristol
Posts: 1,312
OS: xp sp3

My System

Re: [WIP]Hacking Prevention (v 0.2)

Nice one, thanks to the Security Team for their assistance!!
__________________


"Freedom of thought is best promoted by the gradual illumination of men's minds, which follows from the advance of science" - Darwin

Join the TSF folding team - Team 85015
TheAtheist is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Reddit!
Reply With Quote
Old 09-24-2009, 10:30 AM   #5 (permalink)
Senior Tech, Games Team
 
5NIPER_WOLF's Avatar
 
Join Date: Jan 2009
Location: Toronto Canada
Posts: 3,199
OS: Windows VISTA Home Premium 64-Bit/Fedora 11/Mandriva/WinXP SP3

My System

Blog Entries: 3
Re: [WIP]Hacking Prevention (v 0.2)

Yeah for real, they are some of the most talented people on TSF. Well, everyone here is talented but you know what I mean.
__________________

Apps - CCleaner FireBug Network Mapper WinDirStat Process Explorer SpeedFan
Info - Very Important NVIDIA Drivers ATI Drivers PSU Info
I do not give support with MSN/E-mail or Private Messages.
5NIPER_WOLF is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Reddit!
Reply With Quote
Old 09-28-2009, 02:31 PM   #6 (permalink)
Manager, TSF Articles
 
JohnthePilot's Avatar
 
Join Date: Mar 2006
Location: Cheltenham, near Wales.
Posts: 30,874
OS: XP Home SP3, PCLinux, Vista Home Premium SP1

My System

Blog Entries: 1
Send a message via MSN to JohnthePilot
Re: [WIP]Hacking Prevention (v 0.2)

I had also asked for help but as you may know tetonbob is on holiday and the others are worked off their feet so we will have to be patient I'm afraid.
__________________


If you feel that TSF has helped you please make a donationand help to keep the forum free
Cenedl heb iaith, cenedl heb galon

JohnthePilot is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Reddit!
Reply With Quote
Old 09-28-2009, 06:50 PM   #7 (permalink)
Senior Tech, Games Team
 
5NIPER_WOLF's Avatar
 
Join Date: Jan 2009
Location: Toronto Canada
Posts: 3,199
OS: Windows VISTA Home Premium 64-Bit/Fedora 11/Mandriva/WinXP SP3

My System

Blog Entries: 3
Re: [WIP]Hacking Prevention (v 0.2)

Actually I did not know that. Thanks for taking an interest though!
__________________

Apps - CCleaner FireBug Network Mapper WinDirStat Process Explorer SpeedFan
Info - Very Important NVIDIA Drivers ATI Drivers PSU Info
I do not give support with MSN/E-mail or Private Messages.
5NIPER_WOLF is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Reddit!
Reply With Quote
Old 09-29-2009, 02:28 PM   #8 (permalink)
Manager, TSF Articles
 
JohnthePilot's Avatar
 
Join Date: Mar 2006
Location: Cheltenham, near Wales.
Posts: 30,874
OS: XP Home SP3, PCLinux, Vista Home Premium SP1

My System

Blog Entries: 1
Send a message via MSN to JohnthePilot
Re: [WIP]Hacking Prevention (v 0.2)

I'm not only interested, but also very grateful for all contributions.
__________________


If you feel that TSF has helped you please make a donationand help to keep the forum free
Cenedl heb iaith, cenedl heb galon

JohnthePilot is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Reddit!
Reply With Quote
Old 09-29-2009, 05:32 PM   #9 (permalink)
Senior Tech, Games Team
 
5NIPER_WOLF's Avatar
 
Join Date: Jan 2009
Location: Toronto Canada
Posts: 3,199
OS: Windows VISTA Home Premium 64-Bit/Fedora 11/Mandriva/WinXP SP3

My System

Blog Entries: 3
Re: [WIP]Hacking Prevention (v 0.2)

Awesome, thanks!
__________________

Apps - CCleaner FireBug Network Mapper WinDirStat Process Explorer SpeedFan
Info - Very Important NVIDIA Drivers ATI Drivers PSU Info
I do not give support with MSN/E-mail or Private Messages.
5NIPER_WOLF is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Reddit!
Reply With Quote
Old 11-11-2009, 10:34 AM   #10 (permalink)
Manager Home Support, Assistant Manager Articles Team
 
DonaldG's Avatar
 
Join Date: Aug 2007
Location: Somerset, UK
Posts: 10,164
OS: XPsp2 Laptop & Vista Ultimate Desktop

My System

Blog Entries: 1
Re: [WIP]Hacking Prevention (v 0.2)

Quote:
Originally Posted by JohnthePilot View Post
I'm not only interested, but also very grateful for all contributions.
Me too - Nicely done!

Lets get it approved by Security Section asap and get it published.
__________________
.

Lest we forget...

"They shall grow not old, as we that are left grow old;
Age shall not weary them, nor the years condemn.
At the going down of the sun and in the morning
We will remember them."



DonaldG is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Reddit!
Reply With Quote
Old 11-11-2009, 02:15 PM   #11 (permalink)
Senior Tech, Games Team
 
5NIPER_WOLF's Avatar
 
Join Date: Jan 2009
Location: Toronto Canada
Posts: 3,199
OS: Windows VISTA Home Premium 64-Bit/Fedora 11/Mandriva/WinXP SP3

My System

Blog Entries: 3
Re: [WIP]Hacking Prevention (v 0.2)

awesome - I'm so glad you approve. Just be sure to remove the "Just tell me what you think, anything I should add or remove." at the top before it's published.
__________________

Apps - CCleaner FireBug Network Mapper WinDirStat Process Explorer SpeedFan
Info - Very Important NVIDIA Drivers ATI Drivers PSU Info
I do not give support with MSN/E-mail or Private Messages.
5NIPER_WOLF is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Reddit!
Reply With Quote
Old 11-12-2009, 04:08 AM   #12 (permalink)
Manager Home Support, Assistant Manager Articles Team
 
DonaldG's Avatar
 
Join Date: Aug 2007
Location: Somerset, UK
Posts: 10,164
OS: XPsp2 Laptop & Vista Ultimate Desktop

My System

Blog Entries: 1
Re: [WIP]Hacking Prevention (v 0.2)

__________________
.

Lest we forget...

"They shall grow not old, as we that are left grow old;
Age shall not weary them, nor the years condemn.
At the going down of the sun and in the morning
We will remember them."



DonaldG is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Reddit!
Reply With Quote
Old 11-12-2009, 01:10 PM   #13 (permalink)
Manager, TSF Articles
 
JohnthePilot's Avatar
 
Join Date: Mar 2006
Location: Cheltenham, near Wales.
Posts: 30,874
OS: XP Home SP3, PCLinux, Vista Home Premium SP1

My System

Blog Entries: 1
Send a message via MSN to JohnthePilot
Re: [WIP]Hacking Prevention (v 0.2)

Quote:
Originally Posted by 5NIPER_WOLF View Post
awesome - I'm so glad you approve. Just be sure to remove the "Just tell me what you think, anything I should add or remove." at the top before it's published.
Don't worry. I'll sort all those sort of things out.
__________________


If you feel that TSF has helped you please make a donationand help to keep the forum free
Cenedl heb iaith, cenedl heb galon

JohnthePilot is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Reddit!
Reply With Quote
Reply


Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off




All times are GMT -7. The time now is 01:36 AM.



Copyright 2001 - 2009, Tech Support Forum
Home Tips Plus | Outdoor Basecamp | Automotive Support Forum

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85