Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 9a79222

Browse files
fixed injectSize type error for Post attacks
1 parent ba39e50 commit 9a79222

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

‎nsmweb.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -483,6 +483,7 @@ def postApps(victim,webPort,uri,https,verb,postData,requestHeaders, args = None)
483483
injectSize = int(args.injectSize)
484484
format = args.injectFormat
485485

486+
injectSize = int(injectSize)
486487
injectString = build_random_string(format, injectSize)
487488

488489
print "Using " + injectString + " for injection testing.\n"

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /