Semua ada Ilmunya

Tampilkan postingan dengan label Backtrack. Tampilkan semua postingan
Tampilkan postingan dengan label Backtrack. Tampilkan semua postingan

Backtrack #DoS_tools

[Image: 971534_588396081210414_932506510_n.jpg]

Perkenalkan salah satu Tools DDoS (distributed denial of service)
liat ref : https://id.wikipedia.org/wiki/Serangan_DoS


RED-coder  Offline
./Devilz 1st Cadet
Posts: 11
Joined: Sep 2013
Reputation: 0
[share] backtrack #DoS_tools
Spoiler:
Perkenalkan salah satu Tools DDoS (distributed denial of service)
liat ref : https://id.wikipedia.org/wiki/Serangan_DoS


Tor's Hammer

tools ini digunakan untuk melakukan DoS / DDoS attack entah namanya mirip kaya tools Tor tapi saya nganggepnya kaya
Martilnya Thor yg mjolnir *just_kidding

yah bisa dibilang saingan sama si Slowloris...

okay dimulai aja

1> Download dulu Tools nya di http://packetstormsecurity.org/files/988...l.htmlpwnt softwarez.

2> sesudah download extract file nya ke suatu folder .. tak perlu install karena tinggal execute aja

3> buka terminal dan jalankan "./torshammer.py"

4> akan keluar teks seperti ini ..

root@bt:/pentest/stressing/Tor# ./torshammer.py

/*
* Tor's Hammer
* Slow POST DoS Testing Tool
* entropy [at] phiral.net
* Anon-ymized via Tor
* We are Legion.
*/

./torshammer.py -t <target> [-r <threads> -p <port> -T -h]
-t|--target <Hostname|IP>
-r|--threads <Number of threads> Defaults to 256
-p|--port <Web Server Port> Defaults to 80
-T|--tor Enable anonymising through tor on 127.0.0.1:9050
-h|--help Shows this help

Eg. ./torshammer.py -t 192.168.1.100 -r 256

5> jika ingin memulai attack maka ketikan command seperti keterangan di atas

./torshammer.py -t (alamat IP) -r (jumlah Threads)

6> selesai deh

Selamat mencoba..

Sumber : Forum devilzc0de | http://devilzc0de.org/forum/

Install Backtrack di Android


Nah, Siapa bilang distro linux g ada yang versi buat mobile phone. Android adalah distro Linux berbasis Mobile phone. Nah jika kurang puas dengan Android karena hanya bisa menjalakan terminal seperti itu - itu aja. silakan instal distro linux lain. Nah caranya gimana ?? disini saya akan memberi tutorial bagaimana anda bisa menjalankan distro linux lain di phone Android anda. hehehe sok tau dikit dah ,,

Yang dibutuhkan dalam Phone Android anda adalah :

Processor Phone Android anda minimal 1Ghz
Access root dari phone android anda. Sudah dirooting.

Nah Bahan - bahan yang dibutuhkan sekarang :

Terminal Emulator (Playstore).
Backtrack versi untuk android (silakan download disini) atau disini.
Busybox Android. (Playstore).
Remote Vnc (Playstore).
Superuser or tools untuk rooting.

Nah setelah selesai itu mencari itu semua. silakan ikuti langkah berikut :

Pindah Backtrack versi android yang telah anda download kedalam /sdcard phone anda. ubah nama .zipnya menjadi BT saja.
Install Busybox
install terminal emulator, jalankan dan ketik

su cd /sdcard/BT sh bootbt startvnc

Setelah itu tekan tombol Home, biarkan terminalnya tetap berjalan.
Jalankan remote vnc dan masukan nama host : 127.0.0.1 port:5901 dan pass: root (default)


Nah selesai sudah ,, silakan coba dulu di Phone android anda. Jangan dicoba dihandphone orang lain.

*Segala kerusakan yang disebabkan tutorial ini bukan tanggung jawab Penulis ,.. Terimakasih

CMIIW

ino_ot

Sumber : Forum IBT

WiFire (Automatic crack WPA/WEP key)

script ini berjalan optimal di OS Backtrack


#------------------------------COPYRIGHT------------------------------#
# WiFire Versi 0.2 (Automatic crack WPA/WEP key)
# Copyright © 2012 Krisan Alfa Timur A.K.A blusp10it
#
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation, either version 3 of the License, or
# (at your option) any later version.
#
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
# along with this program. If not, see <http://www.gnu.org/licenses/>.
#------------------------------COPYRIGHT------------------------------#
What is WiFire
==============
Adalah sebuah bash script yang dibuat oleh blusp10it guna mempermudah
pentester dalam melakukan cracking password WiFi. Adapun WiFire dapat
melakukan:
1. Scanning AP dan mendeteksi teknologi enkripsinya => Beta 0
2. Mencari client dan menyesuaikan wordlist => Beta 0
3. Cracking WEP => Beta 0
4. Cracking WPA => Beta 0
Project selanjutnya adalah menambahkan mode DoS dan Injection untuk
melakukan penyerangan. Perhatikan, script ini akan sangat optimal jika
dijalankan di OS Back|Track.
Fixed issue:
1. Error ketika mengecek dependency => Beta 0
2. Cek wordlist otomatis => RC 1
3. Mengembalikan Network Manager Daemon yang tertutup karena airmon-ng check kill => RC 1
4. Membuat laporan key di working directory => RC 2
5. Improve performace Deauth => RC 2
6. Interface selain wlan0 => RC 3
7. Default wordlist adalah "/pentest/passwords/wordlists/darkc0de.lst" => RC 3
8. LOOPING issue fixed => 0.2
9. Typo fixed (= => 0.2
10. New banner => 0.2
©opyright blusp10it
kalau udah di download masuk ke directory WiFire dan ketikkan perintah
bash WiFire.sh lalu tinggal ikutin petunjuk yg muncul
tampilan saat melakukan pentest jaringan WiFi
buat downloadnya di:
https://github.com/blusp10it/WiFireatau via terminal BackTrack
git clone https://github.com/blusp10it/WiFire

sumber : codenesia.com