Steven, Brian here has managed to create 3 different topics, in his first one before remaking this one he posted the link to his plugin: https://forums.alliedmods.net/showthread.php?p=841590
Kyle On Wed, Aug 5, 2009 at 10:50 AM, Steven Crothers <[email protected]>wrote: > Whats your plugin? I'm using all these rules. > iptables -I INPUT -p udp -m string --algo bm --string 'soundscape_flush' -j > DROP > iptables -I INPUT -p udp -m string --algo bm --string 'mem_dump' -j DROP > iptables -I INPUT -p udp -m string --algo bm --string 'physics_select' -j > DROP > iptables -I INPUT -p udp -m string --algo bm --string 'dumpcountedstrings' > -j DROP > iptables -I INPUT -p udp -m string --algo bm --string 'dbghist_dump' -j > DROP > iptables -I INPUT -p udp -m string --algo bm --string 'dumpeventqueue' -j > DROP > iptables -I INPUT -p udp -m string --algo bm --string 'dump_globals' -j > DROP > iptables -I INPUT -p udp -m string --algo bm --string > 'physics_debug_entity' > -j DROP > iptables -I INPUT -p udp -m string --algo bm --string 'dump_entity_sizes' > -j > DROP > iptables -I INPUT -p udp -m string --algo bm --string 'dumpentityfactories' > -j DROP > iptables -I INPUT -p udp -m string --algo bm --string 'dump_terrain' -j > DROP > iptables -I INPUT -p udp -m string --algo bm --string 'mp_dump_timers' -j > DROP > iptables -I INPUT -p tcp -m string --algo bm --string 'soundscape_flush' -j > DROP > iptables -I INPUT -p tcp -m string --algo bm --string 'mem_dump' -j DROP > iptables -I INPUT -p tcp -m string --algo bm --string 'physics_select' -j > DROP > iptables -I INPUT -p tcp -m string --algo bm --string 'dumpcountedstrings' > -j DROP > iptables -I INPUT -p tcp -m string --algo bm --string 'dbghist_dump' -j > DROP > iptables -I INPUT -p tcp -m string --algo bm --string 'dumpeventqueue' -j > DROP > iptables -I INPUT -p tcp -m string --algo bm --string 'dump_globals' -j > DROP > iptables -I INPUT -p tcp -m string --algo bm --string > 'physics_debug_entity' > -j DROP > iptables -I INPUT -p tcp -m string --algo bm --string 'dump_entity_sizes' > -j > DROP > iptables -I INPUT -p tcp -m string --algo bm --string 'dumpentityfactories' > -j DROP > iptables -I INPUT -p tcp -m string --algo bm --string 'dump_terrain' -j > DROP > iptables -I INPUT -p tcp -m string --algo bm --string 'mp_dump_timers' -j > DROP > > On Wed, Aug 5, 2009 at 1:35 PM, Brian Rak <[email protected]> wrote: > > > -----BEGIN PGP SIGNED MESSAGE----- > > Hash: SHA1 > > > > My plugin fixes this, you don't need firewall rules to do it. Plus, > > there's many commands that can be exploited to do this, it's not > > limited to just physics_select > > > > - - Brian "devicenull" Rak > > -----BEGIN PGP SIGNATURE----- > > Version: GnuPG v1.4.9 (MingW32) > > Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/ > > > > iEYEARECAAYFAkp5wuAACgkQdYIfzEQqW+lD1wCfY+N8RPTgEOLbc9FFq3+b+KSO > > L0oAoL1ftvH22ZXdmINYngvtnDcAq4DY > > =MtDE > > -----END PGP SIGNATURE----- > > > > > > _______________________________________________ > > To unsubscribe, edit your list preferences, or view the list archives, > > please visit: > > http://list.valvesoftware.com/mailman/listinfo/hlds > > > _______________________________________________ > To unsubscribe, edit your list preferences, or view the list archives, > please visit: > http://list.valvesoftware.com/mailman/listinfo/hlds > _______________________________________________ To unsubscribe, edit your list preferences, or view the list archives, please visit: http://list.valvesoftware.com/mailman/listinfo/hlds

