Skip to content

My script to Prepare for the OSCP exam.I write some useful script by own or refere others and modify

Notifications You must be signed in to change notification settings

Shri1610/OSCP-Script

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

OSCP-Script

My script to Prepare for the OSCP exam.I write some useful script by own or refere others and modify

common.txt : some common command

For sql inject

linux command : sql_inject/sqlinject.txt

python to change ascii code to char (need file ./sqltmp.txt) : sql_inject/asciiToChr.py

the example for the sqltmp.txt : sql_inject/sqltmp.txt

the payload for testing sql inject : sql_inject/sqltest.txt

For gathering the information

infomation_gathering/info.sh : gather general infomation

infomation_gathering/combined_checks.txt :This checklist is search from github.I forget where it from =.=

For file transmit

config your FTP server : file_transfer/ftp_server.txt

windows command to use FTP : file_transfer/windows/ftp_client.txt

powershell for file transmit : file_transfer/windows/powershell.txt

vbscript for wget : file_transfer/windows/wget.txt

For privilege escalation

privesc/windows-exploit-suggester.py : It is search from github。source

privesc/suid.txt : suid privilege escalation

recommand website : https://gtfobins.github.io/

For UDF getshell

mysql/udf.txt : mysql udf checklist

For shell

shell/msfvenom.txt : a payload list of msfvenom

shell/bash.txt : execute a bash

For buffer overflow

bof/badchars_create.py : create a bad chars list

bof/badchars_check.py : check if exists bad char

For password attack

passwordAttack/cutdic.txt : a command to cut the password list file into a half.Then you can get the head of password list file and the end of password list for password Cracker program

About

My script to Prepare for the OSCP exam.I write some useful script by own or refere others and modify

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 99.4%
  • Shell 0.6%