1
0
mirror of https://github.com/GTFOBins/GTFOBins.github.io.git synced 2024-09-28 06:59:38 +02:00

Add Travis CI support

This commit is contained in:
Andrea Cardaci 2018-07-16 15:49:36 +02:00
parent e1cd3aed68
commit 690bf325ae
2 changed files with 7 additions and 2 deletions

5
.travis.yml Normal file
View File

@ -0,0 +1,5 @@
---
install:
- pip install --user yamllint
script:
- make lint

View File

@ -1,5 +1,5 @@
# GTFOBins
# GTFOBins [![Build Status](https://travis-ci.org/GTFOBins/GTFOBins.github.io.svg?branch=master)](https://travis-ci.org/GTFOBins/GTFOBins.github.io)
GTFOBins is a curated list of Unix binaries that can be exploited by an attacker to bypass local security restrictions.
Browse the project [here](https://gtfobins.github.io/).
Browse the project [here](https://gtfobins.github.io/).