DerSiM
Dec 21 2003, 11:30 AM
i dont Know ho can i close firewall pls help me (only bash consol)
sorry for bad englisch
ArEs
Dec 21 2003, 11:55 AM
1st way : you can enter "net start" then u see all services...maybe you se the firewall... if u see it just enter " net stop name"
2nd way : u can use a finished killing utility like a batch scirpt with net stop commands for many firewalls or killer3 from illmob!
jsn
Dec 21 2003, 01:08 PM
net start is only a windows command
DerSiM
Dec 21 2003, 02:48 PM
| QUOTE |
| net start is only a windows command |
yes
ArEs
Dec 21 2003, 05:48 PM
shit ^^ i read over it and as always just thought of shell as i read bash...sry
blackP0ster
Dec 21 2003, 06:42 PM
simply kill the aplication or exploit the firewall of an exploit exists!
DerSiM
Dec 21 2003, 11:34 PM
how can i kill simply firewall
wh173r
Dec 22 2003, 12:30 AM
if this is a corp firewall, you can't kill it as its hardware, and l337 and all that. however, you may use proxys to 'get around' it, or tunnel through with http tunneling. if this is a software firewall, you just get the process name, and kill it.
(http://www.sourceforge.net) has some good *.nix programs.
DerSiM
Dec 22 2003, 01:24 PM
thank u
ajayone
Dec 23 2003, 04:06 PM
with ipchain -l option
r4BBiT
Dec 24 2003, 04:38 AM
if it is iptables which most of new linux boxes use, just type iptables -F, and u will flush all firewall rules, u can also check rules before u flush them with iptables -L
m0n
Dec 24 2003, 04:58 AM
IpChains Stop:
/usr/sbin/service ipchains stop
=<or>=
ipchains -F
IpTables Stop:
/usr/sbin/service iptables stop
=<OR>=
iptables -F
This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please
click here.