drk1wi / portspoof

Portspoof
http://drk1wi.github.io/portspoof/
Other
964 stars 147 forks source link

It doesn't work on Raspberry PI B #28

Closed Marmeus closed 6 years ago

Marmeus commented 6 years ago

I have been following INSTALL instructions but i did an nmap scan to my raspberry and it didn't work.

I look forward to hearing from you.

jwgn commented 6 years ago

It works perfectly fine on any Raspberry Pi. Check if your iptables rules are properly set.

Marmeus commented 6 years ago

I think there woudn't be any problem.

iptables

jwgn commented 6 years ago

You need to setup REDIRECT rules. Read the documentation.

drk1wi commented 6 years ago

Hi,

Yes, you will need to configure iptables with a right set of redirect rules. Please check the repo, there are some examples of iptables config there.

Best Piotr