SSL dissection needs a valid 'redir_command_on' script in the etter.conf file
Bagaimana mengatasinya?
1. Buka terminal, lalu masukan perintah:
Command:
root@revolution:/# nano /usr/local/etc/etter.conf
Maka anda akan melihat tampilan seperti ini:
Output:
############################################################################
# #
# ettercap -- etter.conf -- configuration file #
# #
# Copyright (C) ALoR & NaGA #
# #
# 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 2 of the License, or #
# (at your option) any later version. #
# #
# $Id: etter.conf,v 1.79 2005/07/07 10:08:55 alor Exp $ #
# #
############################################################################
[privs]
ec_uid = 65534 # nobody is the default
ec_gid = 65534 # nobody is the default
2. Mengubah parameter ec_uid dan ec_gid
Perhatikan baris
ec_uid = 65534 dan ec_gid = 65534
Ubah kedua baris ini menjadi
Output:
############################################################################
# #
# ettercap -- etter.conf -- configuration file #
# #
# Copyright (C) ALoR & NaGA #
# #
# 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 2 of the License, or #
# (at your option) any later version. #
# #
# $Id: etter.conf,v 1.79 2005/07/07 10:08:55 alor Exp $ #
# #
############################################################################
[privs]
ec_uid = 0 # nobody is the default
ec_gid = 0 # nobody is the default
Tekan ctrl+x , kemudian tekan y untuk menyimpan. Dan enter untuk menkonfirmasi.
Jalankan kembali ettercap dengan perintah.
Command:
root@revolution:/# ettercap -T -q -i wlan0
Perfect as usual =)
created by : red-dragon
0 comment:
Post a Comment