Khalila*Sharen

Male, 17 tahun

Jakarta, Indonesia

Ya, aku adalah penjahat. Kejahatanku adalah keingintahuanku. Kejahatanku adalah menilai orang berdasarkan perkataan dan pikiran mereka. Kejahatanku adalah menjadi lebih pintar dari kalian, sebuah dosa yang tak akan bisa kalian ampuni
::
Start
Welcome to my Blog
Shutdown

Navbar3

Search This Blog

Rabu, 29 Januari 2014

Autotrash

Hapus file sampah secara otomatis

type:
apt-get update
apt-get install autotrash

autotrash -d 10

See:

-d <days of age to purge>,
--delete <number of megabytes to purge>, or
--min-free <number of megabytes to make free>

Read More --►

Scalpel

Type:
dd if=/dev/sda1 of=/media/dataku/imagerecovery.img
untuk menyalin partisi /dev/sda1 yang ingin direcovery menjadi image.

install scalpel
apt-get install scalpel

konfigurasi
gedit /etc/scalpel/scalpel.conf
hilangkan tanda # untuk merecovery data yang berextensi PDF *contoh

mkdir recovery
scalpel -o recovery imagerecoveri.img

done..
Read More --►

Jumat, 24 Januari 2014

Remastersys

gedit /etc/apt/sources.list

copas

deb http://www.geekconnection.org/remastersys/repository karmic/

save

apt-get update
apt-get install remastersys
apt-get install ubiquity-frontend-gtk

Read More --►

Untuxcut with Arpon

apt-get install arpon


gedit /etc/default/arpon
Code:
# Defaults for arpon initscript
# sourced by /etc/init.d/arpon
# installed at /etc/default/arpon by the maintainer scripts

# You must choose between static ARP inspection (SARPI) and
# dynamic ARP inspection (DARPI)
#
# For SARPI uncomment the following line (please edit also /etc/arpon.sarpi)
# DAEMON_OPTS="-q -f /var/log/arpon/arpon.log -g -s"

# For DARPI uncomment the following line
# DAEMON_OPTS="-q -f /var/log/arpon/arpon.log -g -d"

# Modify to RUN="yes" when you are ready
RUN="yes"

konfigurasi arpon ini, untuk mengaktifkan arpon maka lihat pada baris ini

# Modify to RUN=”yes” when you are ready

RUN=”no”

see this:
Code:
# Modify to RUN=”yes” when you are ready

RUN=”no”

change it:
Code:
# Modify to RUN=”yes” when you are ready

RUN=”yes”

save..
Read More --►

Iso Create

-->begin

#!/bin/bash

# AUTHOR: (c) Eugenio F. <eug.alfe@gmail.com>
# VERSION: 1.4
# LICENSE: GPL (http://www.gnu.org/licenses/gpl.html)
# REQUIRES: mkisofs/genisoimage and zenity
# NAME:  Create ISO
# INSTALLATION: Copy to the "~/.gnome2/nautilus-scripts" directory
# DESCRIPTION: Create a iso file from directory or file.

for File in "$@"
do
IFS=""
 if [ -d "$File" ]; then
  genisoimage -J -joliet-long -allow-lowercase -allow-limited-size -R -iso-level 4 -o "$File.iso" $File 2>&1 \
  | sed -u 's/.* \(.*[0-9]\)\.\([0-9]\+%\)\(.*\)/\1\n# Completed\t\t\t\t\t\t\t\t\t\t\t\t\1.\2/' \
  | zenity --progress --width="430" --auto-kill --title="Creating \"$File.iso\"" 2> /dev/null
 else
  genisoimage -allow-limited-size -r -o "$File".iso "$File" 2>&1 \
  | sed -u 's/.* \(.*[0-9]\)\.\([0-9]\+%\)\(.*\)/\1\n# Completed\t\t\t\t\t\t\t\t\t\t\t\t\1.\2/' \
  | zenity --progress --width="430" --auto-kill --title="Creating \"$File.iso\"" 2> /dev/null
 fi;
done
<--end
save to: ./gnome/nautilus-scripts/

klik kanan pada folder ISO Creator,  tab permissions, centang Allow executing file ad program.
link


Read More --►

Minggu, 19 Januari 2014

Install Virtualbox on Backbox

Terminal:
apt-get update
apt-get install virtualbox-qt
Done
Read More --►

install kernel-headers

terminal:
apt-get update
apt-cache search linux-headers-$(uname -r)
apt-get install linux-headers-$(uname -r)
done
Read More --►

extract file

start code-->
ex () {
    if [ -f $1 ] ; then
        case $1 in
            *.tar.bz2)   tar xjf $1        ;;
            *.tar.gz)    tar xzf $1     ;;
            *.bz2)       bunzip2 $1       ;;
            *.rar)       rar x $1     ;;
            *.tar.xz)    tar -Jxvf $1     ;;
            *.gz)        gunzip $1     ;;
            *.tar)       tar xf $1        ;;
            *.tbz2)      tar xjf $1      ;;
            *.tgz)       tar xzf $1       ;;
            *.zip)       unzip $1     ;;
            *.Z)         uncompress $1  ;;
            *.7z)        7z x $1    ;;
            *)           echo "'$1' cannot be extracted via extract()" ;;
        esac
    else
        echo "'$1' is not a valid file"
    fi
}
<--end code
copas on .bashrc and save

command--> extract file.tar.gz
Read More --►

Jumat, 17 Januari 2014

MITM Detection


credit goes to writer vladz <vladz@devzero.fr.
#!/bin/bash
# A fully customisable ARP spoofing detection script
#
# Copyright (C) 2008 vladz <vladz@devzero.fr>
#
# This tool will prevent yourself against Man-In-The-Middle attacks. For
# better usage run this script in a xterm:
#    $ xterm -e "/bin/bash mitm.sh"

f="/proc/net/arp"             # Dump file of the kernel ARP table
t=5                           # Time interval between two checks (in sec)
m="- WARNING - MITM detected" # Alert msg displayed when MITM occurs
d="+%y/%m/%d-%H:%M:%S"        # Date format style

while true; do
   sleep ${t}; awk '{if(x[$4]++) exit 1;}' ${f} || \
   { printf "*** At %s %s ***\n" "`date ${d}`" "${m}"; cat ${f}; }
done
Read More --►

Rabu, 15 Januari 2014

No Display

Terminal:
cd /etc/X11
rm xorg.conf
Read More --►

Senin, 13 Januari 2014

ghostscript

Terminal:
apt-get install ghostscript

Terminal:
gs -sDEVICE=pdfwrite -dCompatibilityLevel=1.4 -dPDFSETTINGS=/screen -dNOPAUSE -dQUIET -dBATCH -sOutputFile=output.pdf input.pdf

Done..
Read More --►

Minggu, 12 Januari 2014

XAMPP

Download
Install
Terminal:
chmod 755 xampp-linux-1.8.2-0-installer.run
Run
./xampp-linux-1.8.2-0-installer.run
That's all. XAMPP is now installed below the /opt/lampp directory.
or
Terminal:
tar xvfz xampp.tar.gz -C/opt

Start XAMPP
/opt/lampp/lampp start
/opt/lampp/lampp stop
Parameter
start         Starts XAMPP.
stop         Stops XAMPP.
restart Stops and starts XAMPP.
startapache Starts only the Apache.
stopapache Stops the Apache.
stopssl Stops the Apache SSL support.
stopftp Stops the ProFTPD server.
Starts               a small security check programm.

To uninstall XAMPP just type in this command:
rm -rf /opt/lampp

cek: http://localhost
Read More --►

Libre Office


install Libre Office
Terminal:
tar -zxvf Libreoffice.tar.gz
cd LibreOffice
cd DEBS
dpkg -i *.deb
Done..

Uninstall Libre Office
Terminal:
apt-get remove --purge libreoffice*
apt-get clean
apt-get autoremove
Done..
Read More --►

Jumat, 10 Januari 2014

Tor+Proxychains

terminal:
apt-get update
apt-get install tor
service tor start
for check
service tor status
for stop
service tor stop

# cd /etc
# vi proxychains.conf
type
socks5 127.0.0.1 9050
save
type
proxychains iceweasel www.ipsaya.com or proxychains firefox www.ipsaya.com
done..

Read More --►

Kamis, 09 Januari 2014

Install&conf Printer di Kali Linux


  1. synaptic install:
    cups
    cups-client
    or apt-get install cups cups-client "foomatic-db*"
  2. terminal:
    adduser root lpadmin
    See:
    Adding user `root' to group `lpadmin' ...
    Adding user root to group lpadmin
    Done.
    (root mean your system account,if your account is with different name, type different name)
  3. restart kali
  4. restart (or stop and start) the daemons:
    service samba restart && service cups restart
    or
    service cups restart
    if you do not have SAMBA on your system
Read More --►

Install Mozilla Firefox di Kali Linux

Terminal:
apt-get remove iceweasel
echo -e "\ndeb http://downloads.sourceforge.net/project/ubuntuzilla/mozilla/apt all main" | tee -a /etc/apt/sources.list > /dev/null
apt-key adv --recv-keys --keyserver keyserver.ubuntu.com C1289A29
apt-get update
apt-get install firefox-mozilla-build
Done
Read More --►

Chrome Browser di Linux

Download deb package

Install deb package

dpkg -i google-chrome-stable_current_i386.deb

add ke Main Menu.

See.. 

Applications -> Accessories -> Main Menu 

Klik ikon Internet sebelah kiri + Klik New Item sebelah kanan

type..
Name: Google Chrome
Command: google-chrome

OK

sampai disini masih ERROR, calm down.. 
browse:

File System -> opt -> google -> chrome

buka dengan gedit/leafpad

exec -a "$0" "$HERE/chrome" "$@"

--user-data-dir <-- copas 

See..

Save and exit. DONE...
Read More --►

Install Flash Player di Kali Linux

Untuk Catatan Pribadi

Step # 01
Buka browser dan download Flash Player  link
(Note: Versi download tar.gz for Linux)

Step # 02
buka terminal, KETIK:

tar xzvf install_flash_player_11_linux.i386.tar.gz 

ATAU

tar xzvf install_flash_player_11_linux.x86_64.tar.gz

Step # 3

cp libflashplayer.so /usr/lib/mozilla/plugins/

DONE..
Read More --►