Skip to content

filipebesf/LEAP

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code
This branch is 9 commits ahead, 2 commits behind CUEH:master.

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
src
 
 
 
 
 
 
 
 

LEAP

LEAP: Local Enumeration And Privesc: Group 18

Members: Jacob Owen James Harvey Fernando Filipe Richmond Atta Boateng Boakye

project discussion

Arrangements Discussion for Enumeration: To divide labor and avoid plagarism each member of the team would create different methods of enumeration, which we discussed as a group. they are as follows:

Jacob Owen: Files, groups, folders / priveleges, encryption (hash)

James Harvey: OS information (its version, type and processes being ran) / information on wifi, ports, and so on

Fernando Filipe: Hardware and componenets / Usernames and passwords

Richmond Atta Boateng Boakye: _____

Arrangements Discussion for Privesc: we also split the forms of privilege escelation to perform between the group. currently, we plan on performing escalation by... Jacob Owen: ___

James Harvey: ___

Fernando Filipe: ___

Richmond Atta Boateng Boakye: ___

Variable Naming Convention And Standards: To ensure our code is clean and well organised when pull requests between reposatories are made we have agreed upon the following naming convention for varibales

variables have a maximum of 3-4 words, ideally two, like "hashed_password" or "unsecure_linux". at least each paragraph of code will be commented. in situations where comments span 3 or more lines, they will be done using triple (""") quotes if code has errors/bugs, label them. try to prevent script versions with bugs from being shared with other team members.

About

LEAP: Local Enumeration And Privesc. Framework for prohect.

Resources

Stars

Watchers

Forks

Releases

No releases published

Languages

  • Python 84.2%
  • Makefile 15.8%