|
||||||
| Software Security Information to inform users on how to protect their personal software / applications. Learn how to protect against software crackers. |
![]() |
|
|
LinkBack | Thread Tools | Search this Thread | Display Modes |
|
|||
|
We are making a small firewall type utility for our internal company and as part of my task I have to find out all vulnerabilities in Firewalls. So tell me, how do I get around a firewall that has most non-common ports blocked (open ports are the normal, 1-1024).
|
| Sponsored Links |
|
|
|
|||||
|
To get around a firewall is fairly simple and I'm not sure if there is anyway to block it. A proxy server on Port 80, 22, 21 or any of your standard ports will allow someone to get out (these are freely available on the internet). Another way is to do SSH port Forwarding which basically simulates a Socks 5 proxy server once you have logged in.
Hope that helps.
__________________
CodeCall Blog | CodeCall Wiki | Shareware Site | Linux Forum | Write a Blog Don't hesitate to ask any questions that you have! Check out our ASCII Calculator! |
|
|||||
|
I know there are firewalls out there that can't be penetrated, at least not by incredibly expert hackers.
__________________
Cheap Airsoft Guns If you are looking for high-quality, yet cheap, airsoft guns, then check out MrAirsoft.com |
|
|||||
|
Can you state some? Are they software or hardware?
__________________
CodeCall Blog | CodeCall Wiki | Shareware | Linux Forum Chat with other CodeCall members on IRC; connect to irc.codecall.net and join #codecall ![]() Business Directory | Technology Blog | Windows Help |
|
|||
|
There is not a single firewall which can not be penetrated. The basic reason behind this is firewall only looks for ports and does not decode the protocol of the data flowing through that port. You can just make your firewall stronger not 100% penetration-proof.. First instead of blacklist of ports to be blocked, maintain the white list of ports to be allowed. You can embed NBA(Network behavior analysis) module to make firewall take more intelligent actions.
You need to use advanced IDS systems to decode application level protocols to take care of shortcomings. |
| Sponsored Links |
|
|
![]() |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | Search this Thread |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Firewall | Apar | Managed C++ | 1 | 08-25-2007 08:01 PM |
| Firewall | Apar | C and C++ | 4 | 08-09-2007 11:47 AM |
| Xp Firewall Problem, not loading | TcM | Computer Software/OS | 10 | 01-29-2007 11:34 AM |