Showing posts with label application. Show all posts
Showing posts with label application. Show all posts

Monday, 21 July 2014

World War Zero - Time Magazine

This month's Time magazine has a very fascinating cover and the title is quite enticing especially to those people in the information security field.

"World War Zero! The global battle to steal your secrets is turning hackers into arms dealers."


A short preview of the article below simply made me wanna get the magazine.


So after i got my hands on a copy, i flipped straight to the article. The article is mainly about a story of a hacker called Aaron Portnoy who loves to find bugs and zero days on software and applications and how bugs are now becoming a profitable business for both the good guys and bad.

The image below 'A Bug's Life' is a high level portrayal of the stages involved when selling a bug. 


$33,500 for a Facebook bug!!! Holy Molly!!


One scary thing about Critical Infrastructures is that there are many of them connected to the Internet!


And i loved the conclusion of this article.








Monday, 8 July 2013

Installing ARACHNI - Web Application Security Scanner

Free, Open Source, Simple, Distributed, Intelligent, Powerful, Friendly.

"Arachni is an Open Source, feature-full, modular, high-performance Ruby framework aimed towards helping penetration testers and administrators evaluate the security of web applications. 

It is smart, it trains itself by learning from the HTTP responses it receives during the audit process and is able to perform meta-analysis using a number of factors in order to correctly assess the trustworthiness of results and intelligently identify false-positives. 

It is versatile enough to cover a great deal of use cases, ranging from a simple command line scanner utility, to a global high performance grid of scanners, to a Ruby library allowing for scripted audits, to a multi-user multi-scan web collaboration platform".- http://www.arachni-scanner.com/




By default, BackTrack does not come with Arachni. So first things first, we will need to download the package first to install.

#wget http://downloads.arachni-scanner.com/arachni-0.4.3-0.4.1-linux-x86_64.tar.gz

Extract the package by doing a 
#tar xvzf arachni-0.4.3-0.4.1-linux-x86_64.tar.gz

Once extracted, go into the folder
#cd arachni-0.4.3-0.4.1/bin/


Doing a #ls will list down the files inside the folder


To start the Arachni Web service, do a 
#./arachni_web

Fire up your Firefox and do a 
http://localhost:9292
*Note: There are some instance where arachni will provide a different port. Look at the output
>>>Listening on 0.0.0.0:9292 (this is where it will show what port it is using)


You need to sign in and by default, the user name and password are inside the 'README' file


Read the 'README' file by doing a 
#less README


Input the credentials and you are now ready to use Arachni!