Skip to content

john-david3/SecurityTools

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

Security Tools Repository

This repository contains a series of tools that can be used to exploit common vulnerabilities. These tools are purely for educational purposes and should not be used with malintent As of right now, here are the tools available:

  • Brute Force Password Breaker pass_break.py
  • Windows Privilege Escalation PrivilegeEscalation.ps1

Brute Force Password Breaker

  • Reads from a file containing the top 10 million passwords, if password is not in this file, begin brute forcing
  • The file containing these passwords is not attached in this repository but can be found here: Top 10million passwords

Windows Privilege Escalation

  • Example of how you could use a script to escalate privilege on a windows machine via powershell
  • the cmd.exe argument can be changed to any file you wish to run as administrator (opening the command prompt directly may not be very subtle)
  • Credits: John Hammond

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published