NullArray / NetSet

Operational Security utility and automator.
GNU General Public License v3.0
130 stars 38 forks source link

Tor wall issue #1

Closed Ekultek closed 5 years ago

Ekultek commented 5 years ago

issue1 issue2

NullArray commented 5 years ago

If you which iptables what does it say? In any case i'll put the proper command there for anyone that has iptables not in /sbin

NullArray commented 5 years ago

That should take care of that.

https://github.com/NullArray/NetSet/commit/d665cce995f05c852e66a7291c75efd2d6ef8068

NullArray commented 5 years ago

If you which iptables what does it say? In any case i'll put the proper command there for anyone that has iptables not in /sbin

Oh one more thing, it used to be that when written like so:

nm=$(nmap -sS -Pn -T4 RHOST -O --reason)

It wouldn't give any output until called with $nm, i was operating under the assumption that that was still the case.