Posts

Showing posts with the label Linux

Basic Linux "Directory Structure, Ownership, Information and Important Command"

Image
Many linux users now do not learn basics that of the unix system itself, how it works and the other stable , most also " they " just trying to existing commands without knowing and understanding the basis of the command itself . and finally " their " pampered and do not want to try and want to get good results only. I want to tell you I was not the smart users , there are still many that I have to learn and understand , ready for trial and error . it helps us see below with some explanations that might help you to understand the " system operation " that will be discussed . I got this material from many sources and also from my guidebook that I can from universities and colleges management informatics technology. Module: 1. File System Structure : Directory Structure 2. Basic Permission (ownsership): chmod & chown 3. OS Information, Device Information & Kernel 4. Basic Important Command Line 1. File System Structure : Directory Struc...

[RELEASE] Minisploit v 0.1

Image
After a long time did not make a post on the blog, I am finally back with a simple tool of bash programming language. This simple tool i design to simplify the users linux pentest edition (Linux and Backtrack time) to do the testing. I do not know too many programming ​​bash languages. so, I'm sorry if the script is very bad. Category : 1. Analysis     1. Bluetooth Phone Attack     2. FTP ATTACK     3. SSH ATTACK 2. Stress Testin g     1. Crack Route     2. Kill All     3. Flood Mode     4. Blacklist 3. Mini Exploit     1. AutoPwn         1. Addons Firefox 2. Browser Autopwn       2. Generate Payload 1. Meterpreter Reverse Tcp 2. Shell Bind Tcp extract file : # tar -xvf minisploit.tar permission : # chmod +x minisploit.sh Regards Hidemichi-Hiroyuki a.k.a [H2]

Analysis [Aircrack-ng Vs Cowpatty] Wifi Cracking

Image
Analysis I made when a friend asked about "what the fastest tool for cracking Wi-Fi passwords". Here I do not compare one with the other tools to crack wifi passwords. therefore I did the analysis. in essence, each tool has its own advantages and disadvantages. please your own conclusions :) Equipments: 1. Aircrack-ng 2. Cowpatty Assistance Tools: a. Airolib-ng  b. genpmk  the operating system that I use the tools already available :) Now, go to start :) Enable monitoring mode 'mon0' # airmon-ng start wlan0 then, run a airodump-ng  for packet capturing of raw # airodump-ng mon0 select the target you want to try. and here I chose: # airodump-ng --channel --write (output) --bssid (BSSID) mon0 --channel : Capture on specific channels "4" --write : Dump file prefix (I store it in the directory /root/ with the name of the output ) NOTE :  the output will be automatically changed into a *.cap ( ex: output-01.ca...

EKG2 Configuration to chat on Command Line

Image
Description Eksperymentalny Klient Gadu-Gadu or EKG2 is a IM client to a unique system.  EKG2 also supports many different protocols such as IRC, XMPP and other protocols that support interfaces based on ncurses. so, we can use this tool to chat via the command line "CLI" Installation. # apt-get install ekg2 seen in the picture above is where I have installed the tool. if the tool is not available, you can download in advance using the command: # git clone git://github.com/leafnode/ekg2.git wait until the download is completed Configuration: after the installation phase is complete, then run the tool using the command: # ekg2 previous account that I use has connected, then to perform initial configuration using the following command: > session -a xmpp:4k4.HH@chat.facebook.com seen in the picture above I have created a new session using the username 4k4.HH configure your facebook password: > session password YOUR_PAS...

VMware OVF Tool component for Linux [Kali Linux]

Image
Some time ago I installed vmware-player in K-Linux OS and all went smoothly after I install linux headers with command: apt-get install build-essential linux-headers-`uname-r` In the next few days I did the upgrade package, the next I run vmware and vmware-player would not work. then I did a thorough cleaning vmware with the command: vmware-installer-u vmware-player-5.0.2.1031769 Next i trying to installing vmware-player but FILE error appears as shown below: I see on the block, we are prompted to press ENTER to proceed. The next step we do not need to press ENTER key to continue, simply by pressing and holding down SPACE until we find a notice to proceed. Do you agree? [yes/no] : YES Finish step: you have please wait to installing vmware-player Then I run it and it worked very well Happy enjoy ;) Author by: Hidemichi-Hiroyuki a.k.a [H2]

[Fixed] error for upgrade - E: Value for APT::Default-Realease

Image
Error for Upgrade : E: The Value '"testing"' is invalid for APT::Default-Release as such a release is not available in the source I think the cause is a word that appears is "testing" after looking at last I can find the word "testing" in a file called apt.conf and is located in the directory /etc/apt / But after that what we have to do, it turns out we just add the line " // " (without the quotes) as below: # echo "//APT::Default-Release “testing”;" > /etc/apt/apt.conf Next. i can tying upgrade =)) that's simple right :) Author By: Hidemichi-Hiroyuki a.k.a [H2]

Alpine Access E-mail

Image
Today, i'm think I will share how to configure alpine and how to use alpine send mailer ;) Install Alpine in your console: root@[H2]:~# apt-get install alpine terlihat pada gambar diatas, saya telah menginstalnya. mari kita mengeksekusi Alpine: root@[H2]:~#  alpine selanjutnya melakukan configurasi: pilih SETUP / S please choose Config: next step, set this section: Personal Name                           = Your Name User Domain                              = Your Domain SMTP Server (for sending)         = smtp.gmail.com:587/tls/user= Your Email Inbox Path                  =  {pop.gmail.com/pop3/ssl/novalidate-cert/user= Your Email }INBOX example: Personal Name                 ...

Theme on Kali Linux

Image
Changing the theme is generally very popular, especially the gnome users Backtrack Linux-based Ubuntu 10.04 and may be very easy to change the theme. but what about the Kali-Linux based Linux Debian Wheezy. Okay, we'll discuss how to replace the Themes on operation system Kali Linux. See the initial Theme is a theme that I use Default theme: equipment :  gnome-tweak-tool Download Themes (GTK-3) First Step : install gnome tweak tool root@kali:~# gnome-tweak-tool if the installation is complete then we open gnome-tweak-tool root@kali:~# gnome-tweak-tool Next klick Tab Theme : See the Tab Window Theme, Theme Icon and GTK + Theme I still use (the default) as my theme. The next close Gnome-Tweak-tools. let's change the theme that we download and I think you have finished downloading it :) then extract this theme coincidence here I use *. zipped and I put it on the Desktop root@kali:~/Desktop# unzip -x dorian-theme.zip fini...