Skip to content

JonZeolla/lab-DropBoxes

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Penetration Testing Drop Boxes Lab

How to clone this branch

  • git clone https://github.com/JonZeolla/lab-dropboxes
    • Clone the latest revision of the lab-DropBoxes repo.
  • git clone -b 2015-04-09_SCIS_DropBoxes https://github.com/JonZeolla/lab-dropboxes
    • Clone the revision of the lab-DropBoxes repo used during the 2015-04-09 Steel City InfoSec lab. Cloning any of the pointers (tags) will put you in a detached HEAD state, which is expected.

Contributing

  1. Fork the repository
  2. Create a feature branch via git checkout -b feature/description
  3. Make your changes
  4. Commit your changes via git commit -am 'Summarize the changes here'
  5. Create a new pull request (how-to)

Related Events

2015-04-09 Steel City Information Security Lab

Event Details
Event Posting

Migrations

On 2016-12-29, this repo was migrated from the DropBoxes branch of https://github.com/JonZeolla/Lab to its own standalone repository. This was in order to make contributions and third party use easier, as I received feedback that the branching strategy used before was confusing to some.

On 2015-09-14, this repo was migrated from Brian W Gray's keysweeper repo.