Skip to content

Commit

Permalink
fixed websession
Browse files Browse the repository at this point in the history
  • Loading branch information
r3vn committed Oct 7, 2018
1 parent e1cbc41 commit f26d863
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion conf/shell.conf
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ wafw00f = wafw00f http://$rhost:$rport
httrack = httrack http://$rhost:$rport -O /tmp/httrack-$rhost:$rport
sslscan = sslscan --verbose --sni-name=$domain $rhost:$rport

gobuster_top1000_robots_disallowed = gobuster -e -u http://$rhost:$rport/ -w $wordlistshttp/Top1000-RobotsDisallowed.txt
gobuster_top1000_robots_disallowed = gobuster -e -u http://$rhost:$rport/ -w $wordlists/http/Top1000-RobotsDisallowed.txt
gobuster_top10000_robots_disallowed = gobuster -e -u http://$rhost:$rport/ -w $wordlists/http/Top10000-RobotsDisallowed.txt

dirsearch_default_iis = dirsearch --url http://$rhost:$rport/ -r -t 4 -e asp,aspx,htm,html,txt,sql,js,ashx
Expand Down
2 changes: 1 addition & 1 deletion extensions/workspace/web_session.py
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ def task(self, config):

# add main window
builder = Gtk.Builder() # glade
builder.add_from_file(os.path.dirname(os.path.abspath(__file__)) + "/../assets/ui/websession.glade")
builder.add_from_file(os.path.dirname(os.path.abspath(__file__)) + "/../../assets/ui/websession.glade")

main_win = builder.get_object('websession-main')
payloads_toolbar = builder.get_object('payloads-bar')
Expand Down

0 comments on commit f26d863

Please sign in to comment.