Tampilkan postingan dengan label desktop. Tampilkan semua postingan
Tampilkan postingan dengan label desktop. Tampilkan semua postingan

HOWTO W3af on Ubuntu Desktop 12 04 LTS

Jumat, 11 April 2014

0 komentar
W3af is a Web Application Attack and Audit Framework. The project’s goal is to create a framework to help you secure your web applications by finding and exploiting all web application vulnerabilities.



Step 1 :



Make sure you follow the steps below one by one.



sudo -sH

cd /opt



apt-get update

apt-get install git build-essential



git clone https://github.com/andresriancho/w3af.git



apt-get install python2.7-dev python-setuptools python-pip



pip install PyGithub GitPython pybloomfiltermmap esmre nltk pdfminer futures scapy-real guess-language cluster msgpack-python python-ntlm



pip install -e git+git://github.com/ramen/phply.git#egg=phply



apt-get install graphviz python-gtksourceview2



pip install xdot




Step 2 :



To run it.



sudo -sH

cd /opt/w3af



./w3af_gui




or



./w3af_console



Step 3 :



Make sure you change the path of the Metasploit at "Configuration" -- "Miscellaneous" -- "Metasploit".



e.g. /opt/metasploit/app/

e.g. /opt/metasploit/apps/pro/msf3/



Remarks :







Automated Audit using W3AF



Thats all! See you.



Read More..

HOWTO Nessus on Ubuntu Desktop 12 04 LTS

Kamis, 10 April 2014

0 komentar
Step 1 :



Go to the following link to download you copy of Nessus.



http://www.tenable.com/products/nessus/select-your-operating-system



For 32-bit :

wget "http://downloads.nessus.org/nessus3dl.php?file=Nessus-5.2.1-ubuntu1110_i386.deb&licence_accept=yes&t=8bd3179e2669137382555cb07611a795&__utma=96148739.876193166.1369081770.1369081770.1369084100.2&__utmb=96148739.3.10.1369084100&__utmc=96148739&__utmx=-&__utmz=96148739.1369084100.2.2.utmcsr=google|utmccn=(organic)|utmcmd=organic|utmctr=(not%20provided)&__utmv=-&__utmk=236900745" -O Nessus-5.2.1-ubuntu1110_i386.deb



For 64-bit :

wget "http://downloads.nessus.org/nessus3dl.php?file=Nessus-5.2.1-ubuntu1110_amd64.deb&licence_accept=yes&t=8bd3179e2669137382555cb07611a795&__utma=96148739.876193166.1369081770.1369081770.1369084100.2&__utmb=96148739.3.10.1369084100&__utmc=96148739&__utmx=-&__utmz=96148739.1369084100.2.2.utmcsr=google|utmccn=(organic)|utmcmd=organic|utmctr=(not%20provided)&__utmv=-&__utmk=236900745" -O Nessus-5.2.1-ubuntu1110_amd64.deb



Step 2 :



sudo dpkg -i Nessus-5.2.1-ubuntu1110_i386.deb



or



sudo dpkg -i Nessus-5.2.1-ubuntu1110_adm64.deb



Go to the following link to register your Nessus Plugin feed :



http://www.tenable.com/products/nessus/nessus-homefeed



sudo /etc/init.d/nessusd start



Point your Firefox to :



https://localhost:8834/



Follow the instructions on the browser.



Activate your Nessus plugin feed via the received email.



After that, you should disable the nessusd from being loaded automatically when bootup.



sudo update-rc.d nessusd disable



Step 3 :



To run it.



sudo /etc/init.d/nessusd start



Point your Firefox to :



https://localhost:8834/



Thats all! See you.


Read More..

Laptop or desktop !! Discounted Hewlett Packard Commercial PCs HP Smart Buy 8300 Elite 3 3GHz Core

Senin, 24 Maret 2014

0 komentar

Cut price Hewlett Packard Commercial PCs HP Smart Buy 8300 Elite: 3.3GHz Core via the internet

Reviews: Hewlett Packard Commercial PCs HP Smart Buy 8300 Elite: 3.3GHz Core

Hewlett Packard Commercial PCs HP Smart Buy 8300 Elite: 3.3GHz Core

Hewlett Packard Commercial PCs HP Smart Buy 8300 Elite: 3.3GHz Core using the web

The HP Compaq Elite 8300 Business PC, part of HP's professional line of business PCs, boasts outstanding performance and quality with no compromises. The HP Compaq Elite 8300 is eco-friendly and gives you the most choice and expandability with all the manageability features you need. The HP Compaq Elite 8300 Business PC provides premier performance and reliability designed for all of your corporate applications. IT Managers will appreciate the stability and long lifecycle assurance as well as the latest security and remote management technologies and solutions. With the broadest selection of form factors and configurability options, the HP Compaq 8300 Business PC meets your business needs. The HP Elite 8300 Business PC is a durable, reliable product. It is easy to access major components with the tool-less hood removal, tool-less drive bays and slots. Fix problems in a snap with the quick release latches, green pull tabs, and color-coordinated cables and connectors inside this elite PC.

Read more »
Read More..

HOWTO Tor and Proxychains on Ubuntu Desktop 12 04 LTS

Minggu, 02 Maret 2014

0 komentar
(A) Tor



Step 1 :



sudo nano /etc/apt/sources.list.d/tor.list



Append the following :



deb http://deb.torproject.org/torproject.org precise main



Save and exit.



sudo -sH



gpg --keyserver keys.gnupg.net --recv 886DDD89

gpg --export A3C4F0F979CAA22CDBA8F512EE8CBC9E886DDD89 | sudo apt-key add -



apt-get update

apt-get install deb.torproject.org-keyring

apt-get install tor tor-geoipdb vidalia privoxy




Step 2 :



sudo nano /etc/privoxy/config



Append the following line :



forward-socks5 / 127.0.0.1:9050 .



If you are behind NAT or router, you should append the following line :



forward 192.168.*.*/ .



Step 3 :



sudo update-rc.d privoxy disable

sudo update-rc.d tor disable



sudo /etc/init.d/privoxy start

sudo /etc/init.d/tor start




(B) Proxychains



Step 4 :



sudo apt-get install proxychains



sudo nano /etc/proxychains.conf



Change the following line :



socks4 127.0.0.1 9050



To :



socks5 127.0.0.1 9050



Thats all! See you.


Read More..

HOWTO Netcat on Ubuntu Desktop 12 04 LTS

Sabtu, 01 Maret 2014

0 komentar
Netcat is a featured networking utility which reads and writes data across network connections, using the TCP/IP protocol.



It is designed to be a reliable "back-end" tool that can be used directly or easily driven by other programs and scripts. At the same time, it is a feature-rich network debugging and exploration tool, since it can create almost any kind of connection you would need and has several interesting built-in capabilities.



Step 1 :



sudo -sH

cd /opt



wget http://garr.dl.sourceforge.net/sourceforge/netcat/netcat-0.7.1.tar.gz



tar -xvzf netcat-0.7.1.tar.gz

rm netcat-0.7.1.tar.gz



cd /opt/netcat-0.7.1

./configure

make



cd /opt

mkdir /opt/netcat

cp /opt/netcat-0.7.1/src/netcat /opt/netcat/

rm -R netcat-0.7.1/




Step 2 :



To run it.



sudo -sH

cd /opt/netcat

./netcat -h




Remarks :



Please do not delete the built-in netcat-openbsd as it will also delete the ubuntu-mininal package at the same time. Your compiled netcat is different to the built-in one.



Thats all! See you.



Read More..

Copyright © 2010 Computer Tips and Trick | Powered By Blogger