แสดงบทความที่มีป้ายกำกับ kali แสดงบทความทั้งหมด
แสดงบทความที่มีป้ายกำกับ kali แสดงบทความทั้งหมด

วันอังคารที่ 24 ตุลาคม พ.ศ. 2560

Using to crunch generate number password

   13  crunch
   14  crunch --help
   15  man crunch
   16  crunch 10 10 -t 09%%%%%%%% -o /root/09x.txt
   17  ls
   18  zip 09x.txt
   19  zip 09x.txt 09x.txt.zip
   20  zip 09x.txt.zip 09x.txt
   21  crunch 10 10 -t 08%%%%%%%% -o /root/08x.txt
   22  zip 08x.txt.zip 08x.txt
   23  history

วันอาทิตย์ที่ 25 มกราคม พ.ศ. 2558

Linux deploy on Note 2 N7100 checking mount points fail [Problem Solved]

1. Install busy box
2. Just change installation path

From /storage/emulated/0/linux.img'
To
 '/storage/emulated/legacy/linux.img'

3. uncheck Build-in shell
4. username root





วันอังคารที่ 20 มกราคม พ.ศ. 2558

แก้ปัญหา wash -i mon0 ไม่โชว์

Hi guys i think i found the solution, that may help you.
First of all you need to install libpcap-dev and libsqlite3-dev packages from repository.

1. ~# apt-get install libpcap-dev
2. ~# apt-get isntall libsqlite3-dev

Then, you should download the reaver itself. You can do that from official site.
3. ~# wget http://reaver-wps.googlecode.com/files/reaver-1.4.tar.gz
Unpack tar :
4. ~# tar -xvzf reaver-1.4.tar.gz

Go to unpacked dir
5. ~# cd reaver-1.4/src/
6. ~# ./configure
7. ~# make
8. ~# sudo make install

Then remove an existing wash

8. ~# sudo rm /usr/bin/wash

copy wash from src direcory to /usr/bin/

9. ~# cp wash /etc/reaver/

Now try wash

10. ~# wash -i mon0
and it should work. =)

That's all. I my case I fix the problem now it works properly. I hope it helps you too.


https://forums.kali.org/archive/index.php/t-89.html