Skip to content

Commit

Permalink
modified description to match ; TID2.0-beta release point
Browse files Browse the repository at this point in the history
  • Loading branch information
VainlyStrain committed Sep 13, 2020
1 parent f58fc90 commit 3a16c0d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/VlnAnalysis/Severe/pathtrav.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
from core.Core.colors import O, GR, R, G, B, C, W, color, RD

info = "This module tries to find path traversal vulnerabilities on the target webpage. It is capable of in-path, as well as query attacks, and features two modes: a simple mode, recovering all possible paths, and a powerful evasion engine, attacking a specific path. Also, the user can provide cookies and his own dictionary."
searchinfo = "Path Traversal Finder"
searchinfo = "Advanced Path Traversal Scanning"
properties = {"DIRECTORY":["Sensitive directory. Attack target will be http://site.com/sensitive", " "],
"ATTACK":["Attack vector to be used (1: Query; 2: Path; 3: Cookie; 4: POST; 5: crawler-all", " "],
"COOKIE":["File containing Authentication Cookie to be used", " "],
Expand Down

0 comments on commit 3a16c0d

Please sign in to comment.