Jump to content

zero_field

Active Members
  • Posts

    4
  • Joined

  • Last visited

Recent Profile Visitors

493 profile views

zero_field's Achievements

Newbie

Newbie (1/14)

  1. config mount option target /sd option device /dev/sda1 option fstype auto option options rw,sync option enabled 1 option enabled_fsck 0 config swap option device /dev/sda2 option enabled 1 Change your config mount and config swap, this is mine, yours should probably be the same, but it could be reversed (swap may be sda1 and the /sd mount point may be sda2)
  2. same thing I have tried br-lan, only port 80 will show traffic, it is like iptables is not redirecting it * tried downgrading to 1.2.0, same result
  3. Hello all, I am having an issue with redirecting traffic for sslstrip using iptables, I have tried to use these commands: iptables -t nat -A PREROUTING -i wlan0 -p tcp --dport 80 -j REDIRECT --to-port 60000 iptables -t nat -A PREROUTING -p tcp --dport 80 -j REDIRECT --to-port 60000 Which should redirect http traffic from port 80 to 60000, where I would have my sslstrip listening, however, nothing happens. After applying the above rule I test using tcpdump -i wlan0 'port 60000' and no traffic is seen, while port 80 has traffic. I have tried flushing all tables (iptables -F, iptables -t nat -F) and running the above rules, to no avail. If anyone has any ideas any help would be appreciated.
  4. ssh in and check /etc/config/fstab, mine had an incorrect path for the sd card device and same thing was happening. (it is not being mounted properly, changed my path to /dev/sdaX for the sd and swap)
×
×
  • Create New...