{"id":18725803,"url":"https://github.com/cryptix720/aeolusx","last_synced_at":"2025-11-11T19:30:16.906Z","repository":{"id":57173903,"uuid":"106477796","full_name":"Cryptix720/aeolusx","owner":"Cryptix720","description":null,"archived":false,"fork":false,"pushed_at":"2018-10-24T09:22:31.000Z","size":61,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-02-17T01:08:21.162Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"PHP","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Cryptix720.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2017-10-10T22:22:15.000Z","updated_at":"2018-10-24T09:22:32.000Z","dependencies_parsed_at":"2022-08-24T14:40:46.204Z","dependency_job_id":null,"html_url":"https://github.com/Cryptix720/aeolusx","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Cryptix720%2Faeolusx","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Cryptix720%2Faeolusx/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Cryptix720%2Faeolusx/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Cryptix720%2Faeolusx/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Cryptix720","download_url":"https://codeload.github.com/Cryptix720/aeolusx/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":239592976,"owners_count":19664855,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-11-07T14:12:04.347Z","updated_at":"2025-11-11T19:30:16.254Z","avatar_url":"https://github.com/Cryptix720.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cp align=\"center\"\u003e\r\n  \u003ca href=\"https://github.com/Cryptix720\"\u003e\r\n    \u003cimg src=\"https://github.com/Cryptix720/aeolusx/blob/master/aeolusx.png\" width=72 height=72\u003e\r\n  \u003c/a\u003e\r\n\r\n  \u003ch1 align=\"center\"\u003eAeolusx\u003c/h1\u003e\r\n\r\n\r\n\u003ch3\u003eBuild Status\u003c/h3\u003e\r\n\r\n\u003ca\u003eAeolusx is a  web-site malware scanner inspired by the mortal son of Poseidon. The tool has been developed to help system administrators to find malware in websites without a need to install PHP on the server.\u003c/a\u003e\r\n\r\n\u003ch3\u003e\r\nInstallation:\u003c/h3\u003e\r\n\r\nRun command:  npm install -g aeolusx in your terminal\r\n\r\n\u003ch3\u003eUsage:\u003c/h3\u003e\r\n\r\naeolusx [options] [file/directory]\r\n\r\nOptions:\r\n\r\n\u003cul\u003e\r\n\u003cli\u003e-h, --help - output usage information\u003c/li\u003e\r\n\u003cli\u003e-V, --version - output the version number\u003c/li\u003e\r\n\u003cli\u003e-v, --verbose - be verbose\u003c/li\u003e\r\n\u003cli\u003e-r, --recursive - scan directories recursively. All the subdirectories in the given directory will be scanned\u003c/li\u003e\r\n\u003cli\u003e-l, --log \u003cfile\u003e - save scan report to #file.\u003c/li\u003e\r\n\u003cli\u003e--json - save scan report in JSON format.\u003c/li\u003e\r\n\u003cli\u003e--exclude \u003cregex\u003e - don't scan file names matching regular expression.\u003c/li\u003e\r\n\u003cli\u003e--exclude-dir \u003cregex\u003e - don't scan directory names matching regular expression.\u003c/li\u003e\r\n\u003cli\u003e--include \u003cregex\u003e - only scan file matching regular expression.\u003c/li\u003e\r\n\u003cli\u003e--include-dir \u003cregex\u003e - only scan directory matching regular expression.\u003c/li\u003e\r\n\u003cli\u003e--max-filesize \u003cn\u003e - scan files with size at most #n kilobytes (default: 100 MB)\u003c/li\u003e\r\n\u003cli\u003e-w, --whitelist \u003cfile\u003e - use whitelist database to minimize false positive resultsv\r\n\u003cli\u003e-p, --product \u003cname\u003e - provide product information added to the whitelist database\u003c/li\u003e\r\n\u003cli\u003e--update-whitelist - add files signatures to the whitelist database provided by --whitelist parameter\u003c/li\u003e\r\n\u003c/ul\u003e\r\n\r\n\u003ch3\u003eExamples:\u003c/h3\u003e\r\n\r\nCheck all files in /var/www/htdocs folder.\r\n\r\n$ aeolusx -r /var/www/htdocs\r\n\r\nCheck only JavaScript in /var/www/htdocs folder and show the list of all checked files.\r\n\r\n$ aeolusx -r -v --include \\.js$ /var/www/htdocs\r\n\r\nAdd WordPress to whitelist.\r\n\r\n$ aeolusx --update-whitelist -w ./whitelist.sqlite -p \"WordPress 4.3.1\" ./temp/wordpress\r\n\r\nCheck all files in /var/www/htdocs folder using whitelist.\r\n\r\n$ aeolusx -r -w ./whitelist.sqlite /var/www/htdocs\r\n\r\n\u003ch3\u003e\u003cstrong\u003eWarning!\u003c/strong\u003e\u003ch3\u003e\r\n\r\n\u003ca\u003eThis tool does not have \"auto-update function\". Please make sure you have the latest NPM package installed.\u003c/a\u003e\r\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcryptix720%2Faeolusx","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcryptix720%2Faeolusx","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcryptix720%2Faeolusx/lists"}