mirror of
https://github.com/GTFOBins/GTFOBins.github.io
synced 2024-12-25 06:19:27 +01:00
Add Travis CI support
This commit is contained in:
parent
e1cd3aed68
commit
690bf325ae
5
.travis.yml
Normal file
5
.travis.yml
Normal file
@ -0,0 +1,5 @@
|
|||||||
|
---
|
||||||
|
install:
|
||||||
|
- pip install --user yamllint
|
||||||
|
script:
|
||||||
|
- make lint
|
@ -1,4 +1,4 @@
|
|||||||
# 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.
|
GTFOBins is a curated list of Unix binaries that can be exploited by an attacker to bypass local security restrictions.
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user