anuraag Posted February 24, 2014 Share Posted February 24, 2014 Outpost Security Suite Pro is a robust, proactive Internet security solution that protects against a broad range of current and future threats, from viruses and spyware to rootkits and botnets. What you get is: advanced firewall for secure connections, combined antivirus and antispyware for all-in-one malware defense, host protection to block zero-day threats, web control to protect your PC from web-borne threats, Antispam to automatically keep your inbox junk-free.Thanks to selesn777 for the update.Download Quote Link to comment Share on other sites More sharing options...
guesso Posted February 24, 2014 Share Posted February 24, 2014 Thank indeed for the update! Quote Link to comment Share on other sites More sharing options...
tarekma7 Posted February 24, 2014 Share Posted February 24, 2014 thanks for the update Quote Link to comment Share on other sites More sharing options...
Dr. Eset - NSANE Posted February 24, 2014 Share Posted February 24, 2014 Like :thumbsup: Quote Link to comment Share on other sites More sharing options...
xanax Posted February 24, 2014 Share Posted February 24, 2014 (edited) Trial Reset for Agnitum productsMD5 tool (put md5.exe in same folder with batch script)http://www.fourmilab.ch/md5/ Script:@ECHO OFF &SETLOCALECHO First disable your Agnitum product self-protection in advanced settingsECHO -If Trial period is over and can't start program to disable self-protection then run this batch from Safe ModeECHO -bacause in normal mode you will not be able to delete registry keys, which are defended by loaded Agnitum driverECHO.ECHO Close your Agnitum Product (click with right mouse button on Agnitum product tray icon and select Exit)ECHO When you done press any key to continue with reset procedurepause:: Find 3 old 30-days registry trial keys and delete them:: For Outpost Firewall Pro use regkeypart=0C53A1C05}:: For Outpost Antivirus Pro use regkeypart=410FC3880}SET key=HKCR\CLSIDSET regkeypart=7D62BBB0F}FOR /F "delims=" %%U IN ('reg query "%key%" /s /f "%regkeypart%" /k /c') DO REG delete "%%~U" /fCLS:: Detect where is op_install.dll locatedFOR /F "tokens=2*" %%A IN ('reg query "HKLM\SOFTWARE\Agnitum\Security Suite\Paths" /v Dir') DO SET "APPPATH=%%B":: Finding current date and convert them to YYYYMMDD formatFOR /F "tokens=*" %%Z in ('"wmic path Win32_LocalTime get year,month,day /value|findstr ="') do @set %%ZSET /A month = 100 + %month%SET month=%month:~-2%SET /A day = 100 + %day%SET day=%day:~-2%:: Generating MD5 of "ufyvj%04d%02d%02d%dgvneo" string where %04d%02d%02d is YYYYMMDD date,:: %d is number od trial days (30) and "ufyvj"/"gvneo" is some constant part of stringFOR /F %%C in ('md5 -d"ufyvj%year%%month%%day%30gvneo" -l') do set MD5=%%C:: Forming final command for reseting Agnitum product (create new 3 registry keys for new 30-day trial period):: if Trial period is over and can't start program to disable self-protection then run this batch from Safe Mode:: bacause in normal mode you will not be able to delete registry keys, which are defended by loaded Agnitum driver%SYSTEMROOT%\System32\rundll32.exe "%APPPATH%\op_install.dll" opmon %MD5% 30ECHO Resseting 30-day Trial of Agnitum Product is done!ECHO Press any key to close this windowpause>nulTrial reset for Outpost Security Suite Pro v9.x (compiled script, md5.exe is embeded)http://www.solidfiles.com/d/bfa3126e70/ossp9x_trial_reset.rar Edited March 4, 2014 by xanax Quote Link to comment Share on other sites More sharing options...
ALiAS Posted February 26, 2014 Share Posted February 26, 2014 Thank you for sharing :D Quote Link to comment Share on other sites More sharing options...
anuseems Posted February 26, 2014 Share Posted February 26, 2014 Thanks for the update Quote Link to comment Share on other sites More sharing options...
Roberto Posted March 3, 2014 Share Posted March 3, 2014 Tnx for the trial reset xanax. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.