Skip to content

Commit 2238e97

Browse files
Update examples.py
1 parent d3318a2 commit 2238e97

File tree

1 file changed

+1
-13
lines changed

1 file changed

+1
-13
lines changed

python/examples.py

Lines changed: 1 addition & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
helpers = callbacks.getHelpers()
1111

1212
# sitemap
13-
sm = callbacks.getSiteMap('h')
13+
sm = callbacks.getSiteMap('')
1414

1515
# out of scope host names
1616
set([a.getHost() for a in sm if not callbacks.isInScope(a.getUrl())])
@@ -42,15 +42,3 @@ def get_headers(request):
4242
# request types of in scope items
4343
set([a.getRequest().split(b' ')[0].decode('utf8') for a in ssm])
4444

45-
# data
46-
47-
# URL parameters
48-
49-
# unusual request types (not GET, HEAD, POST)
50-
51-
# unusual headers
52-
53-
54-
55-
56-

0 commit comments

Comments
 (0)