Jump to content

Agnitum Outpost Security Suite Pro 9.1 (4643.690.1951)


anuraag

Recommended Posts

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

Link to comment
Share on other sites


  • Replies 7
  • Views 5.8k
  • Created
  • Last Reply

Top Posters In This Topic

  • anuraag

    1

  • guesso

    1

  • tarekma7

    1

  • Dr. Eset - NSANE

    1

Top Posters In This Topic

Dr. Eset - NSANE

Like :thumbsup:

Link to comment
Share on other sites


Trial Reset for Agnitum products

MD5 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>nul

Trial 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 by xanax
Link to comment
Share on other sites


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.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...