Description: DESCRIPTION HERE
Basic Information Gathering of Analysis on Malware ( Part 1 ) -------------------------------------------------------------------- Malware (spyware,Rootkits,worms,trojans,virus etc.), a malicious software designed to disrupt computer operation, gather sensitive information, or gain unauthorized access to computer systems. The first thing you do when your system is infected is scan with some antivirus softwares and anti malwares and so on , This tut shows how to analyse it and bring out its functionality . T
Mostly you observe this directory listing in many websites : Ex: www.demo.com/ like traversing direcotries trying www.demo.com/images/ there is a possibilty that an attacker tries to look for hidden directories and there is possibility of finding possible web confg files too. to disable this In Apache: --------------- goto file called httpd.conf and search for: Options Indexes FollowSymLinks now just add ' - ' before indexes like : Options - Indexes FollowSymLinks In IIS 7: ---------- Open IIS manager
Download the CDE package from: https://github.com/Zapotek/arachni/downloads Linux users enjoy the privilege of a CDE package which is a compressed archive and contains a full preconfigured Linux environment in the form of a sandbox. Quick Basic Usage of Arachni: To see help type : $ arachni -h You can check the options here. You can simply run Arachni like: $ arachni http://test.com which will load all modules, the plugins under /plugins/defaults and audit all forms, links and cookies. In the following