-
Notifications
You must be signed in to change notification settings - Fork 963
Support update cookies according to the responses #281
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
gsfish
wants to merge
460
commits into
urbanadventurer:master
Choose a base branch
from
gsfish:master
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from 1 commit
Commits
Show all changes
460 commits
Select commit
Hold shift + click to select a range
a96a58e
Fixed bug loading Output plugins
urbanadventurer 6a6e273
Fixed bug in XML output
urbanadventurer 2fc394e
Change url_* target modification globals to opts
bcoles 98a2874
Merge branch '0.5.0-dev' of https://github.com/urbanadventurer/WhatWe…
bcoles 4bac05e
Change max_threads global to opt
bcoles b5b0d2d
remove NO_THREADS global
bcoles 8409e19
Add test_usage
bcoles 03ea15d
Rename unit tests to integration test
bcoles d7c9920
Moved certainty_to_words into OutputHelper module. Mixed into Output …
urbanadventurer 6c73fdb
Merge branch '0.5.0-dev' of https://github.com/urbanadventurer/WhatWe…
urbanadventurer 5681387
Created WhatWeb::Parser to parse results yielded from WhatWeb::Scan. …
urbanadventurer 0a86276
mv lib/parser.rb lib/whatweb/parser.rb
bcoles a2da462
Style update
bcoles 33cc210
Fix typo
bcoles 7ef5e3e
Use root_dir rather than LOAD_PATH
bcoles ced5d8b
Fix typo
bcoles e5126de
Remove +plugins-disabled short hand
bcoles b55d542
Tidy load_plugins
bcoles 847826a
Move dependencies requirements to lib
bcoles 595642e
Move word_wrap method to OutputHelper module
bcoles 525df36
Add plugins to WhatWeb::Scan keyword arguments
bcoles 7ae57c3
in-line eval custom and grep plugins
bcoles d5b3100
Add Safedog plugin
bcoles 6a9a4cb
Update synology-diskstation plugin
bcoles 57067ab
Fixed bug. Now calling word_wrap and certainty_to_words from OutputHe…
urbanadventurer 63db48c
Check all calls to exit. Added comment.
urbanadventurer f612f33
Removed Tempfile dependency
urbanadventurer 19c22ee
Changed output names to logging
urbanadventurer a902a52
Change Output to Logging in WhatWeb:Parser
urbanadventurer 059d7b1
Move PluginSupport class into plugin_support.rb
urbanadventurer 533349b
Decouple scanner from plugins. Note that plugins can launch their own…
urbanadventurer 7ff88d1
Moved PluginChoice class to plugin_support.rb
urbanadventurer 643cbe5
Removed instantiated WhatWeb::Parser and made methods self.
urbanadventurer 6d432fe
Tidy up comments related to moving code out of Scan
urbanadventurer 310bfc7
Setup redirection (no max limit yet)
urbanadventurer 3fe1a85
Implemented redirection.
urbanadventurer b18954c
Renamed Parser.parse_results to Parser.log_results
urbanadventurer cf16009
Add Plugin.shutdown_all convenience method
bcoles 5a53c44
Fix JSON logging
bcoles f730af2
Fix (UTF-8 regexp with ASCII-8BIT string) error with @body.force_enco…
urbanadventurer a44971d
Return results from WhatWeb::Parse.parse
bcoles 74ba8b0
Raise rather than quit
bcoles 13048f4
Replace MAX_REDIRECTS global with local variable
bcoles b47f5ca
Move redirection code into WhatWeb::Redirect.new(target, scanner, max…
urbanadventurer b5323a4
Remove Iconv, which was deprecated in ruby 1.9.3, from lib/target.rb
urbanadventurer 08a93a3
Refactored UTF-8 conversion in Target
urbanadventurer 0711f36
Move redirect.rb into lib/whatweb/
urbanadventurer 3f88ad9
Renamed OutputHelper to Helper
urbanadventurer bb30eeb
move convert_to_ut8f to Helper Module
urbanadventurer 13023cd
Changed convert_to_ut8f to convert_to_utf8
urbanadventurer fc34571
Update JSON, ELasticSearch, and MongoDB logging to use Helper utf8 me…
urbanadventurer 4d37716
Update Parser with keyword arguments. parse(target: nil, result: nil,…
urbanadventurer 3a75bed
Update Parser.run_plugins with keyword arguments. Add scanner to run_…
urbanadventurer 7974e8c
Add scanner to ScanContext. Add keyword parameters to ScanContext.new…
urbanadventurer 1f60dea
Add @scanner to ScanContext
urbanadventurer 6a494c6
Removed unnecessary variables line from ScanContext causing aggressiv…
urbanadventurer 02632a6
Removed unnecessary r = [] from ScanContext
urbanadventurer 7b707c4
Add keywords to WhatWeb::Redirect
urbanadventurer 66e1145
whitespace
urbanadventurer ee7edec
Move banner to keep with at 80 characters
urbanadventurer 8203ce8
Revert keyword parameters for mandatory paramaters
urbanadventurer 4454ec7
Fixed bug in aggressive Apache-Tomcat plugin. Using randstr method now.
urbanadventurer d40413e
Bug fix for Zend plugin. Changed http_options from string to hash
urbanadventurer 2ec2ad8
Use argument keywords for WhatWeb::Scan.new
bcoles fb43b5d
Relative require libs
bcoles 2033bba
Add WhatWeb::Scan unit tests
bcoles 026a1ce
Allow targets as string or array of strings
bcoles ab0ba59
rubocop --auto-correct lib/whatweb/
bcoles 5ab429e
Initialize @website
bcoles 7e3df6b
Added underscore to unused variables in SMF plugin
urbanadventurer 9fb1bfb
Return Hash from WhatWeb::Parser.parse
bcoles 300399a
Update ViewVC plugin
bcoles ecee6fd
Rename Plugin.inspect to Plugin.pretty_print
bcoles 636fffb
Fix make_target_list URL parsing
bcoles 8526c96
Remove Ruby 1.9 - Ruby 1.x is EOL and no longer supported
andrericardo e41378e
Fix issue in test_scan where country is not the first result in array
andrericardo 6497bdb
Run rake all in Travis
andrericardo f0cf13c
Update output.rb
imfht b57d6cc
Merge pull request #242 from fiht/master
bcoles 16b73ca
Merge pull request #241 from andrericardo/ruby-info
bcoles 50b1054
Merge remote-tracking branch 'upstream/0.5.0-dev' into Issue-238
andrericardo 7777291
bugfix in detecting typo3 version
Phylu 0b8b6ca
bugfix: make typo3 detection even more forgiving
Phylu 5caee9b
feat: detect jquery when version appears in filepath
Phylu 8dfd664
feat: detect jquery when version appears in filepath
Phylu 46742c9
Revert "feat: detect jquery when version appears in filepath"
Phylu 28b19c9
Merge pull request #247 from Phylu/feat/jquery-version-path
urbanadventurer f3948d4
Merge pull request #246 from Phylu/master
urbanadventurer 242ffe5
Merge pull request #240 from andrericardo/Issue-238
urbanadventurer a6cdfa8
Fixed crash upon redirection to an invalid URI.
urbanadventurer e2a8540
Merge branch 'master' into 0.5.0-dev
urbanadventurer dd8ca95
Merging master branch commit f0cf13c174809e80ae6c47a2be0c0c08a720ef30
urbanadventurer 1ba2536
Merge branch '0.5.0-dev' of https://github.com/urbanadventurer/WhatWe…
urbanadventurer b417c64
Update man page
urbanadventurer 233f9b4
Whitespace
urbanadventurer 4e01a58
Fix #253 - Output for elasticsearch v6+
urbanadventurer bf028cb
Fix #253 - Output for elasticsearch v6+
urbanadventurer 878c87b
Removed instruction to install json gem manually
urbanadventurer 610ece5
Fix #244 by adding require 'openssl' for Ruby 2.4 and 2.5 support.
urbanadventurer 14946ed
Fix #244 by adding require 'openssl' for Ruby 2.4 and 2.5 support.
urbanadventurer 665c354
Updated CHANGELOG
urbanadventurer 10e185a
Added test_deprecated_plugin_format
urbanadventurer 41b6d69
Add debugging gem pry to :test group in Gemfile
urbanadventurer 171e45c
Added pry gem to whatweb for debugging.
urbanadventurer 0be0137
Add test plugin for deprecated plugin format
urbanadventurer 7fa3e5d
Improve error handling in PluginSupport.load_plugins.
urbanadventurer ce75e1f
Raise Thread errors when WWDEBUG is true
urbanadventurer d016829
Add test_inform_user_deprecated_plugin to tests. Using open3 to parse…
urbanadventurer 840d3f4
Remove test_deprecated_plugin_format
urbanadventurer 107ab96
Added test_idn_domains to test IDN domains
urbanadventurer 78d345a
Removed gggooglescan. The Google scraper is unmaintained and no longe…
urbanadventurer 9b5f088
Resolve rake warnings in lib/target.rb.
urbanadventurer d25945c
Resolve rake warnings in lib/extend-http.rb.
urbanadventurer e7fa0a6
Fixed bug in Basic Auth credentials parsing
rmaksimov bd2f715
Ported BASIC_AUTH parsing fix from @rmaksimov.
urbanadventurer a59845f
Merge pull request #259 from rmaksimov/basic-auth-fix
urbanadventurer ed7b945
adds Odoo plugin
naglis e142cc6
Merge pull request #262 from naglis/add-odoo
urbanadventurer 3531d16
Updated Django plugin. Thanks @zr000
22f6122
Added new WordPress versions to detect, up to 5.0.2
ajgon 579845e
Added author to wordpress plugin update
ajgon 44fde61
added logo
urbanadventurer 1420e9f
Merge pull request #273 from ajgon/feat/wordpress
urbanadventurer 4184db2
Fix #271 #257 #274 #277. Bug caused whatweb to exit with no output. T…
755aa01
Fix #271 #257 #274 #277. Bug caused whatweb to exit with no output. T…
7d8e972
Updated CHANGELOG
490f725
Bump Typo3 plugin to v0.4. Give Janosch Maier @Phylu credit.
0a1c702
Version bump jquery plugin to 0.5. Give Janosch Maier @Phylu credit.
056a2f1
updated plugins in CHANGELOG
da93843
Gave rmaksimov credit for HTTP Basic Auth bug fix
e66fb94
Updated README with names
02dae7f
adds Odoo plugin
naglis 4abb862
Add odoo plugin and Naglis Jonaitis (@naglis) to CHANGELOG and README
276d50e
Convert odoo plugin to new format
b7bbc04
Added new WordPress versions to detect, up to 5.0.2
ajgon 18fc7b7
Merge wordpress plugin
ajgon 84af99b
Credit @ajgon (Igor Rzegocki) in README and CHANGELOG
2bc2feb
Added festos plugin. Not sure why it wasn't included
4c723c8
Merge branch '0.5.0-dev'
b086a8b
Version bump in README and CHANGELOG
af38d89
Changed version from 0.5.0-dev to 0.5.0
2128134
Add GPLv2 license shield to README
96e6a0e
Removed hunter addon because it relies on the deprecated script gggoo…
147cfb1
Added WhatWeb icons
a5cfaaf
use require_relative in lib/whatweb.rb to fix bug when loading from a…
d16ca07
Fix bug with loading plugins. Load plugins from either the plugins/ f…
c7ca3b6
Add rb-readline to Gemfile. Needed by Gem pry on some systems
9fa42cd
Updated required gem detection. Added development Gem group with pry …
15cd4c8
Update Simplified matches and fixed warning: character class has dupl…
cda9469
Fix warning: character class has duplicated range
0c01b09
Fix warning: character class has duplicated range
b410930
warning: Dir.exists? is a deprecated name, use Dir.exist? instead
d0e4944
warning: shadowing outer local variable - thisgem
af2f679
Clean up rescues and fix warning: assigned but unused variable - err
95ae89b
Fix warning: character class has duplicated range
9b0cc21
Fix warning: character class has duplicated range
c16232b
Fix warning: character class has duplicated range
e470925
Fix warning: character class has duplicated range
770cbcc
Fix warning: character class has duplicated range
ee0edbf
Fix warning: character class has duplicated range
bebb9d5
Fixed false positves for model regex. Fix warning: character class ha…
6f47327
Fix warning: character class has duplicated range
4205a48
Fix warning: character class has duplicated range
8a0e64a
Fix warning: character class has duplicated range
3c736e2
Fix warning: character class has duplicated range
3e7bb3e
Fix warning: character class has duplicated range
8cac3ad
Fix false negative matches and fix warning: character class has dupli…
5d9b69b
Fix warning: character class has duplicated range
a02e98d
Fix warning: character class has duplicated range
8671286
Removed the OPTIONAL DEPENDENCIES output suggesting mongo and rcharde…
ecf2b16
Removed checks for JSON gem in JSON logging usage. JSON is checked fo…
559d0b6
Changed mongo logging error message
c84a4c8
Update CHANGELOG
8b5a9da
Add icons to CHANGELOG
08a6ea7
Update README to match version 0.5.0
e4e4742
More README
0dd7c9c
Updated all links to morningstarsecurity.com to use https
b75ff4a
Update all copyright notices to Copyright 2009 to 2019 Andrew Horton …
89eacd1
Reduced the size of the short usage help.
d31ea6e
Put spacing into EXAMPLE USAGE
ab52da7
Updated CHANGELOG
dbc1a11
Updated CHANGELOG again
6b6a1ad
Added plugin-development/plugin-tutorials.txt
96d6dd5
Updated the plugin-tutorials.txt description.
0d4f383
Updated comments to show version changes and authors
dd9c2a6
Updated the IpToCountry database
3e2e62f
Updated the Alex top lists
bc56fc2
Removed the Fortune 100 companies list from 2010
869b44e
Fixed website field. Removed "Homepage:"
623166d
Fixed website field. Removed "Homepage:"
942eea4
Fixed website field. Removed "Homepage:"
60bb54e
Fixed website field. Removed "Homepage:"
c5a9df4
Fixed website field. Removed "Homepage:"
76ce6d7
Added website field
3fb9389
Added website field
7387826
Added website field
5ed438e
Added website field
9cf62dd
Added website field.
3d4e59f
Added website field.
ac8b3ac
Added website field.
e79380f
Added website field.
10b1e48
Added website field.
be35833
Added website field.
60a8679
Added website field.
80d2552
Added website field.
d0948b6
Changed plugin list behaviour to show Plugin Names and Websites inste…
b1f2762
Removed some commented code
64edff8
Updated CHANGELOG
4e97769
Skip Easter Egg plugin in plugin listing
ce84699
Skip Easter Egg plugin in plugin-info output
a67f31e
Added website field
2da57f5
Added website field
16a465a
Added website field
427e080
Added website field
235da91
Added website field
4f0f954
Added website field
4e7be02
Added website field
d83e9c3
Added website field
b865d04
Added website field
72c5ad6
Added website field
e4b9309
Fix issue #268 in meta-refresh-plugin
8b04abc
Fix #268 in get_redirection_target. Thanks @bcoles
65a557a
Cleaned up the decode_html_entities function
68698b0
Update README.md
urbanadventurer 5db4e90
Update README.md
urbanadventurer b9a3291
Add gem checking to convert-plugin-authors.rb
348f6f4
Add editor checking to convert-plugin-authors.rb
51fc151
Added Melvil Guillaume (@mguillau42) to README
8c9cf4b
Add brackets
80ca6f7
Add Usage message to convert-plugin-authors
3bec112
Rename convert-plugin-authors.rb -> migrate-plugins-to-v0.5.rb
27048da
Check plugin path exists
bea99d0
Use abort instead of puts and exit
2dd1feb
Warn user plugin file is modified
ffd93ec
Update error if plugin already converted
16c0f32
Backup plugin before converting
ff41897
Expand Usage and colorize more output
9b04dd7
improve prompt
6ddbe17
Update Usage
3e3f80a
Add output about saving file
7e1efc9
Updated CHANGELOG
2953146
Rename unused variables in Version Class
9a0bc2c
Rename unused variable
ce02e95
let's fix some spelling typos
paralax 23bd6cf
fix a comment typo in two spots, no code changes
paralax 7885799
Merge pull request #279 from paralax/patch-1
urbanadventurer 19c5705
Support --update-cookies
gsfish bad713e
Support --update-cookies
gsfish 12b241d
Simplify cookie updating
gsfish 27a90d4
Remove puts
gsfish File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
|
||
class OutputSQL < Output | ||
class LoggingSQL < Logging | ||
def initialize(f = STDOUT) | ||
super | ||
insert_request_config | ||
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.