Skip to content

Commit

Permalink
light review changes
Browse files Browse the repository at this point in the history
  • Loading branch information
h00die committed Sep 11, 2023
1 parent 235c142 commit 2ed001c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ sudo docker exec -it superset superset db upgrade
sudo docker exec -it superset superset init
```

Login to the app, click 'list users' under 'Settings', then click '+'. make a new user with 'public' as the permission level.
Login to the app, click 'list users' under 'Settings', then click '+'. make a new user with 'Public' as the role.

If you want any database credentials to be pulled, you'll need to configure a database as well.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ def check

version = Rex::Version.new(Regexp.last_match(1))
if version < Rex::Version.new('2.0.1') && version >= Rex::Version.new('1.4.1')
Exploit::CheckCode::Vulnerable("Apache Supset #{version} is vulnerable")
Exploit::CheckCode::Appears("Apache Supset #{version} is vulnerable")
else
Exploit::CheckCode::Safe("Apache Supset #{version} is NOT vulnerable")
end
Expand Down

0 comments on commit 2ed001c

Please sign in to comment.