Results 1 to 4 of 4
  1. #1
    Moosicorn's Avatar
    Join Date
    Apr 2015
    Gender
    female
    Posts
    38
    Reputation
    10
    Thanks
    156

    Question Backdoor or Nah?

    I've asked a handful of people if this code is abusable/exploitable and the 'yes' to 'no' ratio was about 50:50 and I'm code illiterate so I don't have a single clue about it.

    Code:
    if SERVER then
        util.AddNetworkString( "RunLua" )
        
        local PLAYER = FindMetaTable( "Player" )
        
        function PLAYER:RunLua( lua )
            net.Start( "RunLua" )
                net.WriteString( lua )
            net.Send( self )
        end
    else
        net.Receive( "RunLua", function()
            local lua = net.ReadString()
            RunString( lua )
        end )
    end
    If this is abusable/exploitable in any way tell me how you do it. and maybe a way to fix it?

  2. #2
    poonystalker's Avatar
    Join Date
    Mar 2014
    Gender
    male
    Location
    Your dad's bed ( ͡° ͜ʖ ͡°)
    Posts
    12
    Reputation
    10
    Thanks
    78
    seen as tho there is no net.recieve on the server, your fine.

  3. #3
    IMTHEFECE's Avatar
    Join Date
    Feb 2015
    Gender
    male
    Posts
    30
    Reputation
    10
    Thanks
    3
    Runlua, it isnt a backdoor but a backdoor runner. seems like someone has already placed a backdoor

  4. #4
    Hunter's Avatar
    Join Date
    Dec 2013
    Gender
    male
    Location
    Depths Of My Mind.
    Posts
    17,468
    Reputation
    3771
    Thanks
    6,159
    My Mood
    Cheerful
    /Solved & closed.

Similar Threads

  1. Replies: 33
    Last Post: 08-02-2008, 11:05 AM
  2. WARNING A HACK ON MPGH.NET HAS A BACKDOOR
    By wrasia in forum WarRock - International Hacks
    Replies: 37
    Last Post: 11-20-2007, 11:24 AM
  3. [realse] BACKDOOR TROJAN V1!
    By ~claw~ in forum WarRock - International Hacks
    Replies: 5
    Last Post: 07-20-2007, 05:56 AM
  4. GooGle BacKdooR
    By RebornAce in forum General
    Replies: 17
    Last Post: 02-07-2006, 04:23 PM
  5. GooGle FiReFoX bAckdOoR
    By RebornAce in forum General
    Replies: 8
    Last Post: 02-04-2006, 05:38 PM