So long hidden files!
This commit is contained in:
@@ -1,21 +0,0 @@
|
|||||||
.*
|
|
||||||
bin/
|
|
||||||
dev/
|
|
||||||
spec/
|
|
||||||
*.md
|
|
||||||
Dockerfile
|
|
||||||
|
|
||||||
## TEMP
|
|
||||||
.idea/
|
|
||||||
.yardoc/
|
|
||||||
bundle/
|
|
||||||
cache/
|
|
||||||
coverage/
|
|
||||||
git/
|
|
||||||
**/*.md
|
|
||||||
**/*.orig
|
|
||||||
*.orig
|
|
||||||
CREDITS
|
|
||||||
data.zip
|
|
||||||
DISCLAIMER.txt
|
|
||||||
example.conf.json
|
|
||||||
21
.gitignore
vendored
21
.gitignore
vendored
@@ -1,21 +0,0 @@
|
|||||||
# WPScan (If not using ~/.wpscan/)
|
|
||||||
cache/
|
|
||||||
data/
|
|
||||||
log.txt
|
|
||||||
output.txt
|
|
||||||
|
|
||||||
# WPScan (Deployment)
|
|
||||||
debug.log
|
|
||||||
rspec_results.html
|
|
||||||
wordlist.txt
|
|
||||||
|
|
||||||
# OS/IDE Rubbish
|
|
||||||
coverage/
|
|
||||||
.yardoc/
|
|
||||||
.idea/
|
|
||||||
*.sublime-*
|
|
||||||
.*.swp
|
|
||||||
.ash_history
|
|
||||||
.bundle
|
|
||||||
.DS_Store
|
|
||||||
.DS_Store?
|
|
||||||
@@ -1 +0,0 @@
|
|||||||
wpscan
|
|
||||||
@@ -1 +0,0 @@
|
|||||||
2.5.1
|
|
||||||
@@ -1,8 +0,0 @@
|
|||||||
SimpleCov.start do
|
|
||||||
add_filter "/spec/"
|
|
||||||
add_filter "_helper.rb"
|
|
||||||
add_filter "environment.rb"
|
|
||||||
add_filter "_plugin.rb"
|
|
||||||
add_filter "hacks.rb"
|
|
||||||
add_filter "output.rb"
|
|
||||||
end
|
|
||||||
36
.travis.yml
36
.travis.yml
@@ -1,36 +0,0 @@
|
|||||||
language: ruby
|
|
||||||
sudo: false
|
|
||||||
cache: bundler
|
|
||||||
rvm:
|
|
||||||
- 2.1.9
|
|
||||||
- 2.2.0
|
|
||||||
- 2.2.1
|
|
||||||
- 2.2.2
|
|
||||||
- 2.2.3
|
|
||||||
- 2.2.4
|
|
||||||
- 2.3.0
|
|
||||||
- 2.3.1
|
|
||||||
- 2.3.2
|
|
||||||
- 2.3.3
|
|
||||||
- 2.4.1
|
|
||||||
- 2.4.2
|
|
||||||
- 2.5.0
|
|
||||||
- 2.5.1
|
|
||||||
- ruby-head
|
|
||||||
before_install:
|
|
||||||
- "env"
|
|
||||||
- "echo 'gem: --no-ri --no-rdoc' > ~/.gemrc"
|
|
||||||
- "gem install bundler"
|
|
||||||
- "gem regenerate_binstubs"
|
|
||||||
- "bundle --version"
|
|
||||||
before_script:
|
|
||||||
- "unzip -o $TRAVIS_BUILD_DIR/data.zip -d $HOME/.wpscan/"
|
|
||||||
script:
|
|
||||||
- "bundle exec rspec"
|
|
||||||
notifications:
|
|
||||||
email:
|
|
||||||
- team@wpscan.org
|
|
||||||
# do not build gh-pages branch
|
|
||||||
branches:
|
|
||||||
except:
|
|
||||||
- gh-pages
|
|
||||||
Reference in New Issue
Block a user