Changeset 1504305
- Timestamp:
- 09/28/2016 08:11:33 AM (10 years ago)
- Location:
- frumentarii
- Files:
-
- 2 edited
- 14 copied
-
tags/1.2 (copied) (copied from frumentarii/trunk)
-
tags/1.2/app (copied) (copied from frumentarii/trunk/app)
-
tags/1.2/app/controllers/scanner_controller.php (copied) (copied from frumentarii/trunk/app/controllers/scanner_controller.php)
-
tags/1.2/app/views/home/index.php (copied) (copied from frumentarii/trunk/app/views/home/index.php)
-
tags/1.2/app/views/scanner/new.php (copied) (copied from frumentarii/trunk/app/views/scanner/new.php)
-
tags/1.2/assets (copied) (copied from frumentarii/trunk/assets)
-
tags/1.2/banner.png (copied) (copied from frumentarii/trunk/banner.png)
-
tags/1.2/bootstrap.php (copied) (copied from frumentarii/trunk/bootstrap.php)
-
tags/1.2/data (copied) (copied from frumentarii/trunk/data)
-
tags/1.2/frumentarii.php (copied) (copied from frumentarii/trunk/frumentarii.php) (2 diffs)
-
tags/1.2/icon.png (copied) (copied from frumentarii/trunk/icon.png)
-
tags/1.2/libs (copied) (copied from frumentarii/trunk/libs)
-
tags/1.2/logo.png (copied) (copied from frumentarii/trunk/logo.png)
-
tags/1.2/readme.txt (copied) (copied from frumentarii/trunk/readme.txt) (1 diff)
-
trunk/frumentarii.php (modified) (2 diffs)
-
trunk/readme.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
frumentarii/tags/1.2/frumentarii.php
r1503724 r1504305 5 5 Description: Anti Malware for your website 6 6 Author: Shieldfy Security Team 7 Version: 1. 17 Version: 1.2 8 8 Author URI: https://shieldfy.com/ 9 9 */ … … 15 15 *****************************************************************************/ 16 16 if (!defined( 'Frumentarii_VERSION' )) { 17 define( 'Frumentarii_VERSION', '1. 1' );17 define( 'Frumentarii_VERSION', '1.2' ); 18 18 } 19 19 if (!defined( 'Frumentarii_URL' )) { -
frumentarii/tags/1.2/readme.txt
r1503724 r1504305 1 1 === Frumentarii Security Malware Scanner and Anti Virus === 2 2 Contributors: eslamsalem 3 Tags: security, antimalware,antivirus,malware,php backdoor,vulnerability, exploit, exploitation, hack, hackers, infect , infection, malicious, protection, website security,php shells3 Tags: security,scanner,antimalware,antivirus,malware,php backdoor,vulnerability,exploit,exploitation,hack,hackers,infect,infection,malicious,protection,website security,php shells 4 4 Requires at least: 3.0.1 5 5 Tested up to: 4.6 6 Stable tag: 1. 16 Stable tag: 1.2 7 7 License: GPLv2 or later 8 8 License URI: http://www.gnu.org/licenses/gpl-2.0.html 9 9 10 Frumentarii is a fast and smart malware scanner. Can detect Malwares , php backdoors .. etc and help you clean it. and with the smart code highlighting you can identify which lines of the file is infected.10 Frumentarii is a fast and smart malware scanner. Can detect Web Malwares. With smart code highlighting you can identify the infection. 11 11 12 12 == Description == -
frumentarii/trunk/frumentarii.php
r1503724 r1504305 5 5 Description: Anti Malware for your website 6 6 Author: Shieldfy Security Team 7 Version: 1. 17 Version: 1.2 8 8 Author URI: https://shieldfy.com/ 9 9 */ … … 15 15 *****************************************************************************/ 16 16 if (!defined( 'Frumentarii_VERSION' )) { 17 define( 'Frumentarii_VERSION', '1. 1' );17 define( 'Frumentarii_VERSION', '1.2' ); 18 18 } 19 19 if (!defined( 'Frumentarii_URL' )) { -
frumentarii/trunk/readme.txt
r1503724 r1504305 1 1 === Frumentarii Security Malware Scanner and Anti Virus === 2 2 Contributors: eslamsalem 3 Tags: security, antimalware,antivirus,malware,php backdoor,vulnerability, exploit, exploitation, hack, hackers, infect , infection, malicious, protection, website security,php shells3 Tags: security,scanner,antimalware,antivirus,malware,php backdoor,vulnerability,exploit,exploitation,hack,hackers,infect,infection,malicious,protection,website security,php shells 4 4 Requires at least: 3.0.1 5 5 Tested up to: 4.6 6 Stable tag: 1. 16 Stable tag: 1.2 7 7 License: GPLv2 or later 8 8 License URI: http://www.gnu.org/licenses/gpl-2.0.html 9 9 10 Frumentarii is a fast and smart malware scanner. Can detect Malwares , php backdoors .. etc and help you clean it. and with the smart code highlighting you can identify which lines of the file is infected.10 Frumentarii is a fast and smart malware scanner. Can detect Web Malwares. With smart code highlighting you can identify the infection. 11 11 12 12 == Description ==
Note: See TracChangeset
for help on using the changeset viewer.