Jump to content
fever

New exploit downloads trojans to your PC from servers

Recommended Posts

I've got a config specifically targeted to blocking shit like this (and other stuff). I'll post it when I get back from school.

  • Upvote 1

Share this post


Link to post
Share on other sites

As a QA tester, your title makes me cry.

Whud? ph34r.png

  • Upvote 1

Share this post


Link to post
Share on other sites

You don't really need any config for this, just go to tf2 advanced options and untick the Allow downloading files from server. You won't be able to join any server that uses custom sounds/maps/textures automatically but you can download them manually if you are so inclined and it's a fair trade off.

  • Upvote 3

Share this post


Link to post
Share on other sites

You don't really need any config for this, just go to tf2 advanced options and untick the Allow downloading files from server. You won't be able to join any server that uses custom sounds/maps/textures automatically but you can download them manually if you are so inclined and it's a fair trade off.

My config does the console command for that, along with overriding certain commands by creating empty aliases for them.

Here's the one I use that I edited to my needs, but it's good as overall coverage.

//------------------------------------------------
// TF2 Anti-Virus by Casual v1.0
//------------------------------------------------

// Protection against server_can_execute bypass
// Make your cfg/config.cfg read-only for extra protection
cl_allowupload 0
alias cl_allowupload "echo Blocked cl_allowupload!"
alias clear "echo Blocked clear!"
alias unbindall "echo Blocked unbindall!"

// Adblock for motd, extra protection:
// > Create an empty file in your tf directory named textwindow_temp.html and make it read-only (this prevents the motd from being saved & loaded)
// > Add '127.0.0.1 motd.pinion.gg' to your hosts file. This prevents a well known motd advertising network to load
cl_disablehtmlmotd 1
alias closed_htmlpage "echo Blocked pinion!"

// Gets rid of servers playing annoying sound files
alias sndplaydelay "echo Blocked sndplaydelay!"
alias playgamesound "echo Blocked playgamesound!"
alias soundfade "echo Blocked soundfade!"

// Servers don't need this
alias cl_spec_mode
alias rpt_connect
alias r_screenoverlay
  • Upvote 2

Share this post


Link to post
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.


  • Recently Browsing   0 members

    No registered users viewing this page.

×
×
  • Create New...