Bypass Firewall
-
Hi, I want to bypass firewalls. Actually I want to be able to send some reports from my program to a user email using the SMTP but I don't want any firewall to catch me. I implemnted the sending module, but now the problem is how to avoid tthe firewall. Any one can help me please?!!! Thanks :( Eng. Ayman Mahmoud VC++ Team Leader
-
Hi, I want to bypass firewalls. Actually I want to be able to send some reports from my program to a user email using the SMTP but I don't want any firewall to catch me. I implemnted the sending module, but now the problem is how to avoid tthe firewall. Any one can help me please?!!! Thanks :( Eng. Ayman Mahmoud VC++ Team Leader
Unless you have physical access or admin rights to the firewall machine, you're out of luck. Honestly, a program that tries to bypass a firewall would be more suspicious to a network admin than an app just using regular SMTP. A firewall is there for a good reason. --Mike-- Personal stuff:: Ericahist | Homepage Shareware stuff:: 1ClickPicGrabber | RightClick-Encrypt CP stuff:: CP SearchBar v2.0.2 | C++ Forum FAQ ---- #include "witty-quote.h"
-
Unless you have physical access or admin rights to the firewall machine, you're out of luck. Honestly, a program that tries to bypass a firewall would be more suspicious to a network admin than an app just using regular SMTP. A firewall is there for a good reason. --Mike-- Personal stuff:: Ericahist | Homepage Shareware stuff:: 1ClickPicGrabber | RightClick-Encrypt CP stuff:: CP SearchBar v2.0.2 | C++ Forum FAQ ---- #include "witty-quote.h"
Michael Dunn wrote: A firewall is there for a good reason. Agreed! Can you imagine a virus writer asking himself, "Should my code respect the firewall settings, or should it just bypass the whole mess to guarantee the delivery of my payload? Hmmm."
"When I was born I was so surprised that I didn't talk for a year and a half." - Gracie Allen