♋...Learn Harder, Keep Humble, Not For The Fain Heart !, Respect Others, Try Harder...♋
Showing posts with label Knowledge. Show all posts
Showing posts with label Knowledge. Show all posts

Friday, September 14, 2012

Different between SOCKS4 and SOCKS5

SOCKS is an Internet protocol that allows client-server applications to transparently use the services of a network firewall. SOCKS is an abbreviation for "SOCKetS"

Basically, SOCKS 4 and SOCKS5 same. The fundamental difference lies in the SOCKS5, because SOCKS 5 gives more security through authentication and SOCKS5 support IPv6.

Thursday, September 13, 2012

How To Install TOR (The Onion Ring) On Backtrack 5 R1

The first, download on the official website https://www.torproject.org/download/
Then extract the file to specified folder


Open the folder extracted earlier results and then double click on start-tor-browser file


If error, open the file with Kwrite and search complain syntax, replace the contents of the "Tor in started"

After that, double-click again on start-tor-browser , the results like bellow :


Or you can start the tor from directory root@bt:~/Desktop/tor-browser_en-US# ./start-tor-browser
Done.

Install Mutillidae On Backtrack 5

I'm install Mutillidae via offline, so download first on http://sourceforge.net/projects/mutillidae/files/latest/download?utm_expid=6384-3
Extract the file with Ark or with terminal up to you, I using Ark because more than simple :D

Then, move the extracted folder to root / var / www



search the config.inc file and edit the password to "root"



 activate first mysql and  apache service
Then, test via your browser.. type http://localhost/mutillidae


Saturday, September 8, 2012

How To Install Nessus On Backtrack 5

The first you must register for activation code, please visit http://www.tenable.com/products/nessus/nessus-homefeed
Then you can install via online :
Open terminal and type apt-get install nessus


Then you must add user for your nessus
type the command : /opt/nessus/sbin/nessus-adduser


next step enter the activation code from your email 
type the command : /opt/nessus/bin/nessus-fetch --register (your activation code)



You need to start nessus, type command : /etc/init.d/nessusd start

Then you must test on browsers use link localhost:8834



Enter the login and password




Done, Good Luck ^^

Wednesday, September 5, 2012

BASIC IT SECURITY LAW AND REGULATIONS

At this meeting we discussed the laws and regulations of Indonesia concerning the information and electronic data


The following case examples we discussed earlier:
A man named jason, hacking into a website owned by magneto. jason make any changes to the web home page and change the name to "We are AKUYAKU". These cases fall into the how and what is criminal in UU ITE and KUHP. UU ITE and KUHP is a law that is applied in Indonesia.


for UU ITE:
- Article 27, paragraph 3
Any person intentionally and without right to distribute and / or transmit and / or create inaccessibility of Electronic Information and / or Electronic Document which has a charge of abusive and / or defamation.


Punishment:
Article 45 paragraph 1
- Any person who meets the elements as
referred to in Article 27 paragraph (1), paragraph (2),
paragraph (3), or
paragraph (4) shall be punished with imprisonment of 6
(six) years and / or a fine of not more Rp1.000.000.000, 00 (one billion rupiah)


- Article 30 paragraph 1 and 3
(1) Any person who deliberately and without rights or against legal access to computers and / or Electronic Systems Others belong in any way.
(2) Any person who deliberately and without rights or against legal access to computers and / or Electronic Systems in any way to violate, break, exceeded, or hacking security systems.


Punishment:
Article 46 paragraph 1 and 3
(1) Any person who meets the elements as  referred to in Article 30 paragraph (1) shall be punished with imprisonment of
6 (six) years and / or fines most Rp600.000.000, 00 (six hundred million rupiahs).
 
(3) Any person who meets the elements as referred to in Article 30 paragraph  (3) shall be punished with imprisonment of 8 (eight) years and / or fines most Rp800.000.000, 00 (eight hundred million dollars).



for KUHP
Article 310, paragraph 2
(2) If it is done with the writing or picture published, displayed or posted in public, then threatened for libel by a maximum imprisonment of one year and four months or a maximum fine of four thousand five hundred dollars.

How To Install Virtualbox On Backtrack 5



Backtrack 5 has no kernel headers on it, then we need to download it first. then we can install vitualbox.

The steps as follows:



after the above steps successfully, then change parts /etc/apt/sources.list
Copy the link below and paste in terminal :
wget -q http:// download.virtualbox.org/virtualbox/debian/oracle_vbox.asc -O- | sudo apt-key add -

  

after that download virtualbox on his official website




after the download is complete, type the following command in your terminal
root@bt # apt-get update

root@bt # apt-cache search virtualbox

root@bt # apt-get install virtualbox-4.0


Completed, you've successfully installed backtrack.
thank you ^^