anhkiet2507

Open Port Oracle Command

Dec 30th, 2021 (edited)
2,604
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.44 KB | None | 0 0
  1. sudo iptables -I INPUT 6 -m state --state NEW -p tcp --dport 10000 -j ACCEPT
  2. sudo iptables -I INPUT 6 -m state --state NEW -p tcp --dport 80 -j ACCEPT
  3. sudo iptables -I INPUT 6 -m state --state NEW -p tcp --dport 443 -j ACCEPT
  4. sudo iptables -I INPUT 6 -m state --state NEW -p tcp --dport 21 -j ACCEPT
  5. sudo iptables -I INPUT 6 -m state --state NEW -p tcp --dport 3306 -j ACCEPT
  6. sudo iptables -I INPUT 6 -m state --state NEW -p tcp --dport 22 -j ACCEPT
Add Comment
Please, Sign In to add comment