https://github.com/jonzeolla/lab-dropboxes
A lab covering Penetration Testing Drop Boxes.
https://github.com/jonzeolla/lab-dropboxes
information-security infosec lab penetration-testing security
Last synced: 2 months ago
JSON representation
A lab covering Penetration Testing Drop Boxes.
- Host: GitHub
- URL: https://github.com/jonzeolla/lab-dropboxes
- Owner: JonZeolla
- License: gpl-3.0
- Created: 2016-12-30T00:41:33.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2016-12-30T00:50:43.000Z (over 8 years ago)
- Last Synced: 2025-01-19T13:49:59.464Z (4 months ago)
- Topics: information-security, infosec, lab, penetration-testing, security
- Language: C++
- Homepage:
- Size: 5.12 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 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](https://github.com/jonzeolla/lab-dropboxes/fork)
1. Create a feature branch via `git checkout -b feature/description`
1. Make your changes
1. Commit your changes via `git commit -am 'Summarize the changes here'`
1. Create a new pull request ([how-to](https://help.github.com/articles/creating-a-pull-request/))## Related Events
### 2015-04-09 Steel City Information Security Lab
[Event Details](http://www.meetup.com/Steel-City-InfoSec/messages/boards/thread/48872874/0/#127938640)
[Event Posting](http://www.meetup.com/Steel-City-InfoSec/events/219881505/)## 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](https://github.com/BrianWGray/keysweeper).