ADVERTISEMENTREMOVE ADS

luaPro Penetration Testing Tools

Universal script
2 years ago
Script preview thumbnail
Script Preview
th
thetree

Description

luaPro
luaPro, short for lua Protection is a set of tools designed for penetration testing and prevention. Easily create strong whitelisting or code protection services, or use our premade whitelisting service "luaPro whitelisting".

HTTP Spy
Our HTTP Spy provides a powerful HTTP spy with multiple anti-detection options, and different types of hooking. Easily create a powerful Anti HTTP Spy with the perfect tool to test it against.

Github Repo:
https://github.com/Extorius/luaPro

Discord Server:
https://discord.gg/VrbNGY4cZD

Website (Specific to Our Whitelisting Service):
https://luapro.xyz

Features:

  • http spy
ADVERTISEMENTREMOVE ADS
13 Lines • 890 Bytes
Raw
_G.Settings = {} -- Preparing the settings table.
_G.Settings.UseHookfunction = true -- Will detect any request functions supported by the executor, and hook them.
_G.Settings.UseHookMetamethod = false -- Will detect either the syn or http library, and hook it's __index metamethod to return a hooked request function.
_G.Settings.RemoveSecurity = true -- Will prevent and remove detections and anti hook methods used by Anti HTTP Spies.
_G.Settings.BlockUrls = true -- Will block requests to a premade list of malicious URLs.
_G.Settings.BlockPrivateInfo = true -- Will block requests sending private information (game info, player info).
--[[
Notice:
Don't use both UseHookfunction and UseHookMetamethod, it will cause duplicate frames in the GUI.
]]--
loadstring(game:HttpGet("https://raw.githubusercontent.com/Extorius/luaPro/main/HTTP%20Spy.lua"))() -- Loads the HTTP Spy
ADVERTISEMENTREMOVE ADS

Comments

0 comments
to add a comment
Loading comments
ADVERTISEMENTREMOVE ADS