Skip to content

Commit

Permalink
Alpha Build 0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
JohnWoodman committed Nov 28, 2020
1 parent 53ecc51 commit 2770668
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 4 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
/_tmp/
/.sass-cache/
/_site/
8 changes: 8 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
---
language: python
python
- 3.6
install:
- pip install jsonschema yamllint
script:
- make lint
3 changes: 3 additions & 0 deletions .yamllint
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
extends: default
rules:
line-length: disable
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# GTFOBins [![Build Status][]][travis]
# WADComs [![Build Status][]][travis]

[Build Status]: https://travis-ci.org/GTFOBins/GTFOBins.github.io.svg?branch=master
[travis]: https://travis-ci.org/GTFOBins/GTFOBins.github.io
[Build Status]: https://travis-ci.org/WADComs/WADComs.github.io.svg?branch=master
[travis]: https://travis-ci.org/WADComs/WADComs.github.io

WADComs is an interactive cheat sheet, containing a curated list of Unix/Windows offensive tools and their respective commands.

Find the project at https://johnwoodman.github.io
Find the project at https://WADComs.github.io

0 comments on commit 2770668

Please sign in to comment.