Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Angel Docampo
burp-ui
Commits
2d02912b
Commit
2d02912b
authored
Jan 02, 2017
by
Benjamin "Ziirish" SANS
Browse files
Merge remote-tracking branch 'origin/master' into stable
parents
c26e2330
a9a91c97
Changes
5
Hide whitespace changes
Inline
Side-by-side
CHANGELOG.rst
View file @
2d02912b
Changelog
=========
0.4.4 (01/02/2017)
------------------
- Fix: issue `#193 <https://git.ziirish.me/ziirish/burp-ui/issues/193>`_
0.4.3 (12/28/2016)
------------------
...
...
burpui/VERSION
View file @
2d02912b
0.4.
3
0.4.
4
burpui/misc/backend/burp2.py
View file @
2d02912b
...
...
@@ -232,7 +232,7 @@ class Burp(Burp1):
self
.
logger
.
info
(
'includes: {}'
.
format
(
self
.
includes
))
self
.
logger
.
info
(
'enforce: {}'
.
format
(
self
.
enforce
))
self
.
logger
.
info
(
'revoke: {}'
.
format
(
self
.
revoke
))
if
not
self
.
app
.
config
[
'BUI_CLI'
]:
if
self
.
app
and
not
self
.
app
.
config
[
'BUI_CLI'
]:
try
:
# make the connection
self
.
_spawn_burp
(
True
)
...
...
docker-compose.yml
View file @
2d02912b
...
...
@@ -4,7 +4,7 @@ redis:
burpui
:
restart
:
always
image
:
registry.ziirish.me/ziirish/burp-ui:0.4.
3
image
:
registry.ziirish.me/ziirish/burp-ui:0.4.
4
links
:
-
redis
ports
:
...
...
pkgs/burp-ui-sql/burpui_sql/__init__.py
View file @
2d02912b
...
...
@@ -24,4 +24,4 @@ ROOT = os.path.join(os.path.dirname(os.path.realpath(__file__)))
if
os
.
path
.
exists
(
os
.
path
.
join
(
ROOT
,
'VERSION'
)):
__version__
=
open
(
os
.
path
.
join
(
ROOT
,
'VERSION'
)).
read
().
rstrip
()
else
:
__version__
=
'0.4.
3
'
__version__
=
'0.4.
4
'
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment