Active Topics

 



Notices


Reply
Thread Tools
Posts: 529 | Thanked: 194 times | Joined on Aug 2010 @ UK
#311
Originally Posted by comaX View Post
Have you checked your etter.conf file ? Tried to modify anything ?

####



Thanks ! And yeah, I should change the sign, thanks for reminding me
well did some googleing on this an people have said that you need to change
Code:
# 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"
to

Code:
# 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"
but that never worked either so i have no idea really .... very strange
__________________
METASPLOIT INSTALL N900
Keep the forums clean
Dont forget to say thanks
 
Posts: 6 | Thanked: 1 time | Joined on Oct 2010 @ Switzerland
#312
Originally Posted by stevomanu View Post
well did some googleing on this an people have said that you need to change
Code:
# 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"
to

Code:
# 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"
but that never worked either so i have no idea really .... very strange
Yep, exactly the same problem here. Please help us or else I'm going to throw my N900 through a skyscrapper window :@
 
Posts: 89 | Thanked: 4 times | Joined on Jun 2010
#313
hey wen i rouched the top menu bar line i can see only twp applets in my n900 i.e volume option and battery percentage option... i cant see the all applets like fm transmetter,shortuts,internet,clock,bluetooth etc... how to get it back
 
Posts: 83 | Thanked: 142 times | Joined on Jun 2011 @ Paris, France
#314
Originally Posted by stevomanu View Post
well did some googleing on this an people have said that you need to change
Code:
# 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"
to

Code:
# 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"
but that never worked either so i have no idea really .... very strange
I don't see any difference between the two, and it isn't ettercap related at all... I don't see how iptables would interact with etter.conf...
__________________
http://comax.fr/
"I like to dissect girls. Did you know I am utterly insane ?"
 
Posts: 529 | Thanked: 194 times | Joined on Aug 2010 @ UK
#315
Originally Posted by brokensmile View Post
hey wen i rouched the top menu bar line i can see only twp applets in my n900 i.e volume option and battery percentage option... i cant see the all applets like fm transmetter,shortuts,internet,clock,bluetooth etc... how to get it back
hijack a thread why dont you lol , you need to find the write thread an post your issue there ....
__________________
METASPLOIT INSTALL N900
Keep the forums clean
Dont forget to say thanks
 
Posts: 529 | Thanked: 194 times | Joined on Aug 2010 @ UK
#316
Originally Posted by comaX View Post
I don't see any difference between the two, and it isn't ettercap related at all... I don't see how iptables would interact with etter.conf...
the hashes are missing if you notice at start of the line , i googled it an thats what some different forums came up with it work for some an not others so i have no idea at all ...


plus line 70 is here

Code:
dns = 53                   # udp    53
so i cant see whats wrong
__________________
METASPLOIT INSTALL N900
Keep the forums clean
Dont forget to say thanks

Last edited by stevomanu; 2011-07-20 at 14:28.
 
Posts: 856 | Thanked: 1,681 times | Joined on Apr 2010 @ Aleppo ,Syria
#317
@stevomanu

i had the problem with debian-chroot
but not in maemo5
i guess it is tcpdump
try to install it
apt-get install tcpdump

if still having the problem
try to reinstall ettercap from

http://talk.maemo.org/showpost.php?p...50&postcount=1

that's how i got mine working perfectly
 

The Following User Says Thank You to karam For This Useful Post:
Saturn's Avatar
Posts: 1,648 | Thanked: 2,122 times | Joined on Mar 2007 @ UNKLE's Never Never Land
#318
Originally Posted by stevomanu View Post
many thanks for your help just wanderin do you or any 1 know why it says this in ettercap

Code:
Dissector "dns" not supported (etter.conf line 70)
many thanks
From where did you install ettercap? (Unhuman's guide is the recommended here)

I'm asking since searching for this in the forums seems like it used to be a problem in older versions of ettercap. Of course your problem might be different.

EDIT: Ohh, I just noticed there was a whole page of comments I missed..

Last edited by Saturn; 2011-07-20 at 18:31.
 
Posts: 529 | Thanked: 194 times | Joined on Aug 2010 @ UK
#319
not sure now but it wasnt from the link above thats for sure , so have you got a link an will check out both if i have to ..

cheers
__________________
METASPLOIT INSTALL N900
Keep the forums clean
Dont forget to say thanks
 
Saturn's Avatar
Posts: 1,648 | Thanked: 2,122 times | Joined on Mar 2007 @ UNKLE's Never Never Land
#320
Originally Posted by stevomanu View Post
not sure now but it wasnt from the link above thats for sure , so have you got a link an will check out both if i have to ..

cheers
did you try to check first post?
 
Reply

Tags
pentesting, tester of pens


 
Forum Jump


All times are GMT. The time now is 07:34.