nixCraft Linux Forum

nixCraft

Linux Tech Support Forum

Explain SQL Injection, DoS Attack, BotNet

This is a discussion on Explain SQL Injection, DoS Attack, BotNet within the Linux software forums, part of the Linux Getting Started category; What an sql injection is What a DoS attack is What a botnet is? What firewall applications have you used? ...


Go Back   nixCraft Linux Forum > Linux Getting Started > Linux software

Register FAQ Members List Calendar Mark Forums Read
  #1 (permalink)  
Old 06-14-2008, 12:38 PM
Junior Member
User
 
Join Date: Jun 2008
My distro: Debian
Posts: 9
Rep Power: 0
shanthiavari is on a distinguished road
Default Explain SQL Injection, DoS Attack, BotNet

What an sql injection is
What a DoS attack is
What a botnet is?
What firewall applications have you used? Can you name the problems of firewalling ftp?

Last edited by nixcraft; 06-16-2008 at 03:07 AM.
Reply With Quote
Sponsored Links
  #2 (permalink)  
Old 06-16-2008, 03:22 AM
nixcraft's Avatar
Never say die
User
 
Join Date: Jan 2005
Location: BIOS
My distro: Any distro with shell
Posts: 906
Rep Power: 10
nixcraft has a reputation beyond repute nixcraft has a reputation beyond repute nixcraft has a reputation beyond repute nixcraft has a reputation beyond repute nixcraft has a reputation beyond repute nixcraft has a reputation beyond repute nixcraft has a reputation beyond repute nixcraft has a reputation beyond repute nixcraft has a reputation beyond repute nixcraft has a reputation beyond repute nixcraft has a reputation beyond repute
Default

Quote:
Originally Posted by shanthiavari View Post
What an sql injection is
An unverified / unauthorized user input vulnerability. Attacker fools the application to run SQL code that was not intended. For example, find out username or password hashes etc. See
SQL injection - Wikipedia, the free encyclopedia
SQL Injection Attacks by Example

Quote:
Originally Posted by shanthiavari View Post
What a DoS attack is
DoS - denial-of-service attack
DDoS - distributed denial-of-service attack - most dangerous
Design to eat up network and server resources. Usually, zombie computers sends tons of requests from all over the world, such that your network or server cannot respond to legitimate traffic. The goal is to knock down your service for several days. This can be prevented (at least in theory) with the help of your ISP, network backbone provider's edge routers, firewall,IPS and special ddos mitigation hardware or proxy service.


Quote:
Originally Posted by shanthiavari View Post
What a botnet is?
botnet is collection of zombie computers controlled remotely to start DoS attacks or send spam. It can be used in both good or evil ways. See:
Botnet - Wikipedia, the free encyclopedia

Quote:
Originally Posted by shanthiavari View Post
What firewall applications have you used? Can you name the problems of firewalling ftp?
There are many under Linux it is iptables based firewall. Under ftp usually you need to take care of both port 21 and 20 (data bit stream). While data is being transferred via the data stream, the control stream sits idle. This can cause problems with large data transfers through firewalls which time out sessions after lengthy periods of idleness. While the file may well be successfully transferred, the control session can be disconnected by the firewall, causing an error to be generated. This can be handled by loading ip_conntrack_ftp module and writing proper ftp rules. See:
File Transfer Protocol - Wikipedia, the free encyclopedia
__________________
Vivek | My personal blog
Linux Evangelist
Play hard stay cool
Reply With Quote
  #3 (permalink)  
Old 06-16-2008, 06:48 PM
Junior Member
User
 
Join Date: Jun 2008
My distro: Debian
Posts: 9
Rep Power: 0
shanthiavari is on a distinguished road
Default thanku

thanks for posting answers
Reply With Quote
  #4 (permalink)  
Old 06-28-2008, 07:15 PM
Junior Member
User
 
Join Date: Jun 2008
My distro: Debian
Posts: 1
Rep Power: 0
tushar21 is on a distinguished road
Cool Thanks

Hi,

Really Helpful

Regards,
Tushar
Reply With Quote
Reply

Bookmarks


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)

 
Thread Tools
Display Modes

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 On
Pingbacks are On
Refbacks are On

Similar Threads

Thread Thread Starter Forum Replies Last Post
Can someone please explain this to me gyterpena Shell scripting 2 12-29-2007 12:25 AM
DDOS attack on VPS!!!! deltamails Linux software 12 11-23-2006 07:29 PM


All times are GMT +5.5. The time now is 08:16 AM.


Powered by vBulletin® Version 3.7.2 - Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Optimization by vBSEO 3.2.0

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