You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
____________________________________________________________________________________________________
OWTF BUG: Please report the sanitised information below to help make this better. Thank you.
****************************************************************************************************
Message: Plugin semi_passive/Spiders_Robots_and_Crawlers@OWASP-IG-001.py failed for target http://some.target.com
Command: owtf.py -t quiet http://some.target.com/
Error Trace:
Traceback (most recent call last):
File "/home/krzysiek/tools/sec/owtf/framework/plugin/plugin_handler.py", line 274, in ProcessPlugin
output = self.RunPlugin(PluginDir, Plugin)
File "/home/krzysiek/tools/sec/owtf/framework/plugin/plugin_handler.py", line 251, in RunPlugin
PluginOutput = self.GetModule("", Name, Path+"/").run(self.Core, Plugin)
File "/home/krzysiek/tools/sec/owtf/plugins/web/semi_passive/Spiders_Robots_and_Crawlers@OWASP-IG-001.py", line 41, in run
TestResult += Core.PluginHelper.ProcessRobots(PluginInfo, HTTP_Transaction.GetRawResponseBody(), TopURL, '')
File "/home/krzysiek/tools/sec/owtf/framework/plugin/plugin_helper.py", line 487, in ProcessRobots
save_path = self.Core.PluginHandler.DumpPluginFile( Filename, Contents, PluginInfo )
File "/home/krzysiek/tools/sec/owtf/framework/plugin/plugin_handler.py", line 165, in DumpPluginFile
return self.Core.DumpFile(Filename, Contents, SaveDir)
File "/home/krzysiek/tools/sec/owtf/framework/core.py", line 124, in DumpFile
file.write(Contents.encode('utf-8'))
UnicodeDecodeError: 'ascii' codec can't decode byte 0xc4 in position 7473: ordinal not in range(128)
____________________________________________________________________________________________________
____________________________________________________________________________________________________
OWTF BUG: Please report the sanitised information below to help make this better. Thank you.
****************************************************************************************************
Message: Plugin semi_passive/HTTP_Methods_and_XST@OWASP-CM-008.py failed for target http://some.target.com
Command: owtf.py -t quiet http://some.target.com/
Error Trace:
Traceback (most recent call last):
File "/home/krzysiek/tools/sec/owtf/framework/plugin/plugin_handler.py", line 274, in ProcessPlugin
output = self.RunPlugin(PluginDir, Plugin)
File "/home/krzysiek/tools/sec/owtf/framework/plugin/plugin_handler.py", line 251, in RunPlugin
PluginOutput = self.GetModule("", Name, Path+"/").run(self.Core, Plugin)
File "/home/krzysiek/tools/sec/owtf/plugins/web/semi_passive/HTTP_Methods_and_XST@OWASP-CM-008.py", line 37, in run
Content += Core.PluginHelper.DrawCommandDump('Test Command', 'Output', Core.Config.GetResources('SemiPassiveHTTPMethods'), PluginInfo, "") # No previous output
File "/home/krzysiek/tools/sec/owtf/framework/plugin/plugin_helper.py", line 445, in DrawCommandDump
PluginAbort, FrameworkAbort, HTMLContent, RawOutput = self.FormatCommandAndOutput( CommandIntro, OutputIntro, Name, Command, PluginInfo, PluginOutputDir )
File "/home/krzysiek/tools/sec/owtf/framework/plugin/plugin_helper.py", line 411, in FormatCommandAndOutput
"FilePath" : self.Core.PluginHandler.DumpPluginFile( Name, RawOutput, PluginInfo ),
File "/home/krzysiek/tools/sec/owtf/framework/plugin/plugin_handler.py", line 165, in DumpPluginFile
return self.Core.DumpFile(Filename, Contents, SaveDir)
File "/home/krzysiek/tools/sec/owtf/framework/core.py", line 124, in DumpFile
file.write(Contents.encode('utf-8'))
UnicodeDecodeError: 'ascii' codec can't decode byte 0xc4 in position 8096: ordinal not in range(128)
____________________________________________________________________________________________________
____________________________________________________________________________________________________
OWTF BUG: Please report the sanitised information below to help make this better. Thank you.
****************************************************************************************************
Message: Plugin semi_passive/Web_Application_Fingerprint@OWASP-IG-004.py failed for target http://some.target.com
Command: owtf.py -t quiet http://some.target.com/
Error Trace:
Traceback (most recent call last):
File "/home/krzysiek/tools/sec/owtf/framework/plugin/plugin_handler.py", line 274, in ProcessPlugin
output = self.RunPlugin(PluginDir, Plugin)
File "/home/krzysiek/tools/sec/owtf/framework/plugin/plugin_handler.py", line 251, in RunPlugin
PluginOutput = self.GetModule("", Name, Path+"/").run(self.Core, Plugin)
File "/home/krzysiek/tools/sec/owtf/plugins/web/semi_passive/Web_Application_Fingerprint@OWASP-IG-004.py", line 41, in run
Content += Core.PluginHelper.DrawCommandDump('Test Command', 'Output', Core.Config.GetResources('SemiPassiveFingerPrint'), PluginInfo, Content)
File "/home/krzysiek/tools/sec/owtf/framework/plugin/plugin_helper.py", line 445, in DrawCommandDump
PluginAbort, FrameworkAbort, HTMLContent, RawOutput = self.FormatCommandAndOutput( CommandIntro, OutputIntro, Name, Command, PluginInfo, PluginOutputDir )
File "/home/krzysiek/tools/sec/owtf/framework/plugin/plugin_helper.py", line 411, in FormatCommandAndOutput
"FilePath" : self.Core.PluginHandler.DumpPluginFile( Name, RawOutput, PluginInfo ),
File "/home/krzysiek/tools/sec/owtf/framework/plugin/plugin_handler.py", line 165, in DumpPluginFile
return self.Core.DumpFile(Filename, Contents, SaveDir)
File "/home/krzysiek/tools/sec/owtf/framework/core.py", line 124, in DumpFile
file.write(Contents.encode('utf-8'))
UnicodeDecodeError: 'ascii' codec can't decode byte 0xc4 in position 8127: ordinal not in range(128)
____________________________________________________________________________________________________
____________________________________________________________________________________________________
OWTF BUG: Please report the sanitised information below to help make this better. Thank you.
****************************************************************************************************
Message: Plugin grep/Application_Configuration_Management@OWASP-CM-004.py failed for target http://some.target.com
Command: owtf.py -t quiet http://some.target.com/
Error Trace:
Traceback (most recent call last):
File "/home/krzysiek/tools/sec/owtf/framework/plugin/plugin_handler.py", line 274, in ProcessPlugin
output = self.RunPlugin(PluginDir, Plugin)
File "/home/krzysiek/tools/sec/owtf/framework/plugin/plugin_handler.py", line 251, in RunPlugin
PluginOutput = self.GetModule("", Name, Path+"/").run(self.Core, Plugin)
File "/home/krzysiek/tools/sec/owtf/plugins/web/grep/Application_Configuration_Management@OWASP-CM-004.py", line 40, in run
Content = Core.PluginHelper.FindMultilineResponseMatchesForRegexps(Core.Config.GetAsList([ 'RESPONSE_REGEXP_FOR_HTML_COMMENTS','RESPONSE_REGEXP_FOR_CSS_JS_COMMENTS','RESPONSE_REGEXP_FOR_JS_COMMENTS', 'RESPONSE_REGEXP_FOR_PHP_SOURCE', 'RESPONSE_REGEXP_FOR_ASP_SOURCE', 'RESPONSE_REGEXP_FOR_SQL_INJECTION' ]), PluginInfo)
File "/home/krzysiek/tools/sec/owtf/framework/plugin/plugin_helper.py", line 654, in FindMultilineResponseMatchesForRegexps
Result += self.FindMultilineResponseMatchesForRegexp( ResponseRegexp, PluginInfo )
File "/home/krzysiek/tools/sec/owtf/framework/plugin/plugin_helper.py", line 648, in FindMultilineResponseMatchesForRegexp
return self.DrawResponseMatchesTables( self.Core.DB.Transaction.GrepMultiLineResponseRegexp( ResponseRegexp ), PluginInfo )
File "/home/krzysiek/tools/sec/owtf/framework/db/transaction_manager.py", line 263, in GrepMultiLineResponseRegexp
return self.GrepUsingRegexp(ResponseRegexp, GrepLocation)
File "/home/krzysiek/tools/sec/owtf/framework/db/transaction_manager.py", line 276, in GrepUsingRegexp
for FileMatch in Regexp.findall(open(File).read()):
IOError: [Errno 2] No such file or directory: 'grep: owtf_review/xxx.xxx.xxx.xxx/80/http__some.target.com/transactions/response_bodies/scope_*: Nie ma takiego pliku ani katalogu'
____________________________________________________________________________________________________
____________________________________________________________________________________________________
OWTF BUG: Please report the sanitised information below to help make this better. Thank you.
****************************************************************************************************
Message: Plugin grep/Cookies_attributes@OWASP-SM-002.py failed for target http://some.target.com
Command: owtf.py -t quiet http://some.target.com/
Error Trace:
Traceback (most recent call last):
File "/home/krzysiek/tools/sec/owtf/framework/plugin/plugin_handler.py", line 274, in ProcessPlugin
output = self.RunPlugin(PluginDir, Plugin)
File "/home/krzysiek/tools/sec/owtf/framework/plugin/plugin_handler.py", line 251, in RunPlugin
PluginOutput = self.GetModule("", Name, Path+"/").run(self.Core, Plugin)
File "/home/krzysiek/tools/sec/owtf/plugins/web/grep/Cookies_attributes@OWASP-SM-002.py", line 44, in run
AttributeAnalysis = Core.PluginHelper.CookieAttributeAnalysis(AllValues, Header2TransacDict)
File "/home/krzysiek/tools/sec/owtf/framework/plugin/plugin_helper.py", line 801, in CookieAttributeAnalysis
} for Cookie in CookieValueList
KeyError: 'set-cookieNie ma takiego pliku ani katalogu'
____________________________________________________________________________________________________
____________________________________________________________________________________________________
OWTF BUG: Please report the sanitised information below to help make this better. Thank you.
****************************************************************************************************
Message: Plugin grep/CORS@OWTF-WGP-002.py failed for target http://some.target.com
Command: owtf.py -t quiet http://some.target.com/
Error Trace:
Traceback (most recent call last):
File "/home/krzysiek/tools/sec/owtf/framework/plugin/plugin_handler.py", line 274, in ProcessPlugin
output = self.RunPlugin(PluginDir, Plugin)
File "/home/krzysiek/tools/sec/owtf/framework/plugin/plugin_handler.py", line 251, in RunPlugin
PluginOutput = self.GetModule("", Name, Path+"/").run(self.Core, Plugin)
File "/home/krzysiek/tools/sec/owtf/plugins/web/grep/CORS@OWTF-WGP-002.py", line 42, in run
Content += Core.PluginHelper.FindResponseHeaderMatchesForRegexp(Core.Config.Get('HEADERS_REGEXP_FOR_CORS_METHODS'), PluginInfo)
File "/home/krzysiek/tools/sec/owtf/framework/plugin/plugin_helper.py", line 639, in FindResponseHeaderMatchesForRegexp
return self.DrawResponseMatchesTables(self.Core.DB.Transaction.GrepResponseHeadersRegexp(HeaderRegexp), PluginInfo)
File "/home/krzysiek/tools/sec/owtf/framework/db/transaction_manager.py", line 241, in GrepResponseHeadersRegexp
return self.GrepUsingRegexp(HeadersRegexp, GrepLocation)
File "/home/krzysiek/tools/sec/owtf/framework/db/transaction_manager.py", line 276, in GrepUsingRegexp
for FileMatch in Regexp.findall(open(File).read()):
IOError: [Errno 2] No such file or directory: 'grep: owtf_review/xxx.xxx.xxx.xxx/80/http__some.target.com/transactions/response_headers/scope_*: Nie ma takiego pliku ani katalogu'
____________________________________________________________________________________________________
____________________________________________________________________________________________________
OWTF BUG: Please report the sanitised information below to help make this better. Thank you.
****************************************************************************************************
Message: Plugin grep/Credentials_transport_over_an_encrypted_channel@OWASP-AT-001.py failed for target http://some.target.com
Command: owtf.py -t quiet http://some.target.com/
Error Trace:
Traceback (most recent call last):
File "/home/krzysiek/tools/sec/owtf/framework/plugin/plugin_handler.py", line 274, in ProcessPlugin
output = self.RunPlugin(PluginDir, Plugin)
File "/home/krzysiek/tools/sec/owtf/framework/plugin/plugin_handler.py", line 251, in RunPlugin
PluginOutput = self.GetModule("", Name, Path+"/").run(self.Core, Plugin)
File "/home/krzysiek/tools/sec/owtf/plugins/web/grep/Credentials_transport_over_an_encrypted_channel@OWASP-AT-001.py", line 40, in run
Command, RegexpName, Matches = Core.DB.Transaction.GrepMultiLineResponseRegexp(Core.Config.Get('RESPONSE_REGEXP_FOR_PASSWORDS'))
File "/home/krzysiek/tools/sec/owtf/framework/db/transaction_manager.py", line 263, in GrepMultiLineResponseRegexp
return self.GrepUsingRegexp(ResponseRegexp, GrepLocation)
File "/home/krzysiek/tools/sec/owtf/framework/db/transaction_manager.py", line 276, in GrepUsingRegexp
for FileMatch in Regexp.findall(open(File).read()):
IOError: [Errno 2] No such file or directory: 'grep: owtf_review/xxx.xxx.xxx.xxx/80/http__some.target.com/transactions/response_bodies/scope_*: Nie ma takiego pliku ani katalogu'
____________________________________________________________________________________________________
____________________________________________________________________________________________________
OWTF BUG: Please report the sanitised information below to help make this better. Thank you.
****************************************************************************************************
Message: Plugin grep/DoS_Failure_to_Release_Resources@OWASP-DS-007.py failed for target http://some.target.com
Command: owtf.py -t quiet http://some.target.com/
Error Trace:
Traceback (most recent call last):
File "/home/krzysiek/tools/sec/owtf/framework/plugin/plugin_handler.py", line 274, in ProcessPlugin
output = self.RunPlugin(PluginDir, Plugin)
File "/home/krzysiek/tools/sec/owtf/framework/plugin/plugin_handler.py", line 251, in RunPlugin
PluginOutput = self.GetModule("", Name, Path+"/").run(self.Core, Plugin)
File "/home/krzysiek/tools/sec/owtf/plugins/web/grep/DoS_Failure_to_Release_Resources@OWASP-DS-007.py", line 49, in run
Content += Core.Reporter.DrawHTTPTransactionTable(SlowTransactions)
File "/home/krzysiek/tools/sec/owtf/framework/report/reporter.py", line 175, in DrawHTTPTransactionTable
} for Transaction in TransactionList
AttributeError: HTTP_Transaction instance has no attribute 'HTMLLinkToID'
____________________________________________________________________________________________________
____________________________________________________________________________________________________
OWTF BUG: Please report the sanitised information below to help make this better. Thank you.
****************************************************************************************************
Message: Plugin grep/Logout_and_Browser_Cache_Management@OWASP-AT-007.py failed for target http://some.target.com
Command: owtf.py -t quiet http://some.target.com/
Error Trace:
Traceback (most recent call last):
File "/home/krzysiek/tools/sec/owtf/framework/plugin/plugin_handler.py", line 274, in ProcessPlugin
output = self.RunPlugin(PluginDir, Plugin)
File "/home/krzysiek/tools/sec/owtf/framework/plugin/plugin_handler.py", line 251, in RunPlugin
PluginOutput = self.GetModule("", Name, Path+"/").run(self.Core, Plugin)
File "/home/krzysiek/tools/sec/owtf/plugins/web/grep/Logout_and_Browser_Cache_Management@OWASP-AT-007.py", line 42, in run
Content += Core.PluginHelper.FindMultilineResponseMatchesForRegexps(Core.Config.GetAsList([ 'RESPONSE_REGEXP_FOR_CACHE_PROTECTION' ]), PluginInfo)
File "/home/krzysiek/tools/sec/owtf/framework/plugin/plugin_helper.py", line 654, in FindMultilineResponseMatchesForRegexps
Result += self.FindMultilineResponseMatchesForRegexp( ResponseRegexp, PluginInfo )
File "/home/krzysiek/tools/sec/owtf/framework/plugin/plugin_helper.py", line 648, in FindMultilineResponseMatchesForRegexp
return self.DrawResponseMatchesTables( self.Core.DB.Transaction.GrepMultiLineResponseRegexp( ResponseRegexp ), PluginInfo )
File "/home/krzysiek/tools/sec/owtf/framework/db/transaction_manager.py", line 263, in GrepMultiLineResponseRegexp
return self.GrepUsingRegexp(ResponseRegexp, GrepLocation)
File "/home/krzysiek/tools/sec/owtf/framework/db/transaction_manager.py", line 276, in GrepUsingRegexp
for FileMatch in Regexp.findall(open(File).read()):
IOError: [Errno 2] No such file or directory: 'grep: owtf_review/xxx.xxx.xxx.xxx/80/http__some.target.com/transactions/response_bodies/scope_*: Nie ma takiego pliku ani katalogu'
____________________________________________________________________________________________________
____________________________________________________________________________________________________
OWTF BUG: Please report the sanitised information below to help make this better. Thank you.
****************************************************************************************************
Message: Plugin grep/Spiders_Robots_and_Crawlers@OWASP-IG-001.py failed for target http://some.target.com
Command: owtf.py -t quiet http://some.target.com/
Error Trace:
Traceback (most recent call last):
File "/home/krzysiek/tools/sec/owtf/framework/plugin/plugin_handler.py", line 274, in ProcessPlugin
output = self.RunPlugin(PluginDir, Plugin)
File "/home/krzysiek/tools/sec/owtf/framework/plugin/plugin_handler.py", line 251, in RunPlugin
PluginOutput = self.GetModule("", Name, Path+"/").run(self.Core, Plugin)
File "/home/krzysiek/tools/sec/owtf/plugins/web/grep/Spiders_Robots_and_Crawlers@OWASP-IG-001.py", line 42, in run
Content += Core.PluginHelper.FindMultilineResponseMatchesForRegexps(Core.Config.GetAsList(['RESPONSE_REGEXP_FOR_ROBOTS_META_TAG']), PluginInfo)
File "/home/krzysiek/tools/sec/owtf/framework/plugin/plugin_helper.py", line 654, in FindMultilineResponseMatchesForRegexps
Result += self.FindMultilineResponseMatchesForRegexp( ResponseRegexp, PluginInfo )
File "/home/krzysiek/tools/sec/owtf/framework/plugin/plugin_helper.py", line 648, in FindMultilineResponseMatchesForRegexp
return self.DrawResponseMatchesTables( self.Core.DB.Transaction.GrepMultiLineResponseRegexp( ResponseRegexp ), PluginInfo )
File "/home/krzysiek/tools/sec/owtf/framework/db/transaction_manager.py", line 263, in GrepMultiLineResponseRegexp
return self.GrepUsingRegexp(ResponseRegexp, GrepLocation)
File "/home/krzysiek/tools/sec/owtf/framework/db/transaction_manager.py", line 276, in GrepUsingRegexp
for FileMatch in Regexp.findall(open(File).read()):
IOError: [Errno 2] No such file or directory: 'grep: owtf_review/xxx.xxx.xxx.xxx/80/http__some.target.com/transactions/response_bodies/scope_*: Nie ma takiego pliku ani katalogu'
____________________________________________________________________________________________________
____________________________________________________________________________________________________
OWTF BUG: Please report the sanitised information below to help make this better. Thank you.
****************************************************************************************************
Message: Plugin grep/Testing_for_CSRF@OWASP-SM-005.py failed for target http://some.target.com
Command: owtf.py -t quiet http://some.target.com/
Error Trace:
Traceback (most recent call last):
File "/home/krzysiek/tools/sec/owtf/framework/plugin/plugin_handler.py", line 274, in ProcessPlugin
output = self.RunPlugin(PluginDir, Plugin)
File "/home/krzysiek/tools/sec/owtf/framework/plugin/plugin_handler.py", line 251, in RunPlugin
PluginOutput = self.GetModule("", Name, Path+"/").run(self.Core, Plugin)
File "/home/krzysiek/tools/sec/owtf/plugins/web/grep/Testing_for_CSRF@OWASP-SM-005.py", line 40, in run
Content = Core.PluginHelper.FindMultilineResponseMatchesForRegexps(Core.Config.GetAsList([ 'RESPONSE_REGEXP_FOR_HIDDEN' ]), PluginInfo)
File "/home/krzysiek/tools/sec/owtf/framework/plugin/plugin_helper.py", line 654, in FindMultilineResponseMatchesForRegexps
Result += self.FindMultilineResponseMatchesForRegexp( ResponseRegexp, PluginInfo )
File "/home/krzysiek/tools/sec/owtf/framework/plugin/plugin_helper.py", line 648, in FindMultilineResponseMatchesForRegexp
return self.DrawResponseMatchesTables( self.Core.DB.Transaction.GrepMultiLineResponseRegexp( ResponseRegexp ), PluginInfo )
File "/home/krzysiek/tools/sec/owtf/framework/db/transaction_manager.py", line 263, in GrepMultiLineResponseRegexp
return self.GrepUsingRegexp(ResponseRegexp, GrepLocation)
File "/home/krzysiek/tools/sec/owtf/framework/db/transaction_manager.py", line 276, in GrepUsingRegexp
for FileMatch in Regexp.findall(open(File).read()):
IOError: [Errno 2] No such file or directory: 'grep: owtf_review/xxx.xxx.xxx.xxx/80/http__some.target.com/transactions/response_bodies/scope_*: Nie ma takiego pliku ani katalogu'
____________________________________________________________________________________________________
____________________________________________________________________________________________________
OWTF BUG: Please report the sanitised information below to help make this better. Thank you.
****************************************************************************************************
Message: Plugin grep/Testing_for_SQL_Injection@OWASP-DV-005.py failed for target http://some.target.com
Command: owtf.py -t quiet http://some.target.com/
Error Trace:
Traceback (most recent call last):
File "/home/krzysiek/tools/sec/owtf/framework/plugin/plugin_handler.py", line 274, in ProcessPlugin
output = self.RunPlugin(PluginDir, Plugin)
File "/home/krzysiek/tools/sec/owtf/framework/plugin/plugin_handler.py", line 251, in RunPlugin
PluginOutput = self.GetModule("", Name, Path+"/").run(self.Core, Plugin)
File "/home/krzysiek/tools/sec/owtf/plugins/web/grep/Testing_for_SQL_Injection@OWASP-DV-005.py", line 40, in run
Content = Core.PluginHelper.FindMultilineResponseMatchesForRegexps(Core.Config.GetAsList([ 'RESPONSE_REGEXP_FOR_SQL_INJECTION' ]), PluginInfo)
File "/home/krzysiek/tools/sec/owtf/framework/plugin/plugin_helper.py", line 654, in FindMultilineResponseMatchesForRegexps
Result += self.FindMultilineResponseMatchesForRegexp( ResponseRegexp, PluginInfo )
File "/home/krzysiek/tools/sec/owtf/framework/plugin/plugin_helper.py", line 648, in FindMultilineResponseMatchesForRegexp
return self.DrawResponseMatchesTables( self.Core.DB.Transaction.GrepMultiLineResponseRegexp( ResponseRegexp ), PluginInfo )
File "/home/krzysiek/tools/sec/owtf/framework/db/transaction_manager.py", line 263, in GrepMultiLineResponseRegexp
return self.GrepUsingRegexp(ResponseRegexp, GrepLocation)
File "/home/krzysiek/tools/sec/owtf/framework/db/transaction_manager.py", line 276, in GrepUsingRegexp
for FileMatch in Regexp.findall(open(File).read()):
IOError: [Errno 2] No such file or directory: 'grep: owtf_review/xxx.xxx.xxx.xxx/80/http__some.target.com/transactions/response_bodies/scope_*: Nie ma takiego pliku ani katalogu'
____________________________________________________________________________________________________
____________________________________________________________________________________________________
OWTF BUG: Please report the sanitised information below to help make this better. Thank you.
****************************************************************************************************
Message: Plugin grep/Testing_for_SSI_Injection@OWASP-DV-009.py failed for target http://some.target.com
Command: owtf.py -t quiet http://some.target.com/
Error Trace:
Traceback (most recent call last):
File "/home/krzysiek/tools/sec/owtf/framework/plugin/plugin_handler.py", line 274, in ProcessPlugin
output = self.RunPlugin(PluginDir, Plugin)
File "/home/krzysiek/tools/sec/owtf/framework/plugin/plugin_handler.py", line 251, in RunPlugin
PluginOutput = self.GetModule("", Name, Path+"/").run(self.Core, Plugin)
File "/home/krzysiek/tools/sec/owtf/plugins/web/grep/Testing_for_SSI_Injection@OWASP-DV-009.py", line 40, in run
Content = Core.PluginHelper.FindMultilineResponseMatchesForRegexps(Core.Config.GetAsList([ 'RESPONSE_REGEXP_FOR_SSI' ]), PluginInfo)
File "/home/krzysiek/tools/sec/owtf/framework/plugin/plugin_helper.py", line 654, in FindMultilineResponseMatchesForRegexps
Result += self.FindMultilineResponseMatchesForRegexp( ResponseRegexp, PluginInfo )
File "/home/krzysiek/tools/sec/owtf/framework/plugin/plugin_helper.py", line 648, in FindMultilineResponseMatchesForRegexp
return self.DrawResponseMatchesTables( self.Core.DB.Transaction.GrepMultiLineResponseRegexp( ResponseRegexp ), PluginInfo )
File "/home/krzysiek/tools/sec/owtf/framework/db/transaction_manager.py", line 263, in GrepMultiLineResponseRegexp
return self.GrepUsingRegexp(ResponseRegexp, GrepLocation)
File "/home/krzysiek/tools/sec/owtf/framework/db/transaction_manager.py", line 276, in GrepUsingRegexp
for FileMatch in Regexp.findall(open(File).read()):
IOError: [Errno 2] No such file or directory: 'grep: owtf_review/xxx.xxx.xxx.xxx/80/http__some.target.com/transactions/response_bodies/scope_*: Nie ma takiego pliku ani katalogu'
____________________________________________________________________________________________________
____________________________________________________________________________________________________
OWTF BUG: Please report the sanitised information below to help make this better. Thank you.
****************************************************************************************************
Message: Plugin grep/Vulnerable_Remember_Password_and_Pwd_Reset@OWASP-AT-006.py failed for target http://some.target.com
Command: owtf.py -t quiet http://some.target.com/
Error Trace:
Traceback (most recent call last):
File "/home/krzysiek/tools/sec/owtf/framework/plugin/plugin_handler.py", line 274, in ProcessPlugin
output = self.RunPlugin(PluginDir, Plugin)
File "/home/krzysiek/tools/sec/owtf/framework/plugin/plugin_handler.py", line 251, in RunPlugin
PluginOutput = self.GetModule("", Name, Path+"/").run(self.Core, Plugin)
File "/home/krzysiek/tools/sec/owtf/plugins/web/grep/Vulnerable_Remember_Password_and_Pwd_Reset@OWASP-AT-006.py", line 40, in run
Content += Core.PluginHelper.FindMultilineResponseMatchesForRegexps(Core.Config.GetAsList([ 'RESPONSE_REGEXP_FOR_AUTOCOMPLETE' ]), PluginInfo)
File "/home/krzysiek/tools/sec/owtf/framework/plugin/plugin_helper.py", line 654, in FindMultilineResponseMatchesForRegexps
Result += self.FindMultilineResponseMatchesForRegexp( ResponseRegexp, PluginInfo )
File "/home/krzysiek/tools/sec/owtf/framework/plugin/plugin_helper.py", line 648, in FindMultilineResponseMatchesForRegexp
return self.DrawResponseMatchesTables( self.Core.DB.Transaction.GrepMultiLineResponseRegexp( ResponseRegexp ), PluginInfo )
File "/home/krzysiek/tools/sec/owtf/framework/db/transaction_manager.py", line 263, in GrepMultiLineResponseRegexp
return self.GrepUsingRegexp(ResponseRegexp, GrepLocation)
File "/home/krzysiek/tools/sec/owtf/framework/db/transaction_manager.py", line 276, in GrepUsingRegexp
for FileMatch in Regexp.findall(open(File).read()):
IOError: [Errno 2] No such file or directory: 'grep: owtf_review/xxx.xxx.xxx.xxx/80/http__some.target.com/transactions/response_bodies/scope_*: Nie ma takiego pliku ani katalogu'
____________________________________________________________________________________________________
____________________________________________________________________________________________________
OWTF BUG: Please report the sanitised information below to help make this better. Thank you.
****************************************************************************************************
Message: Plugin grep/Application_Configuration_Management@OWASP-CM-004.py failed for target http://some.target.com
Command: owtf.py -t quiet http://some.target.com/
Error Trace:
Traceback (most recent call last):
File "/home/krzysiek/tools/sec/owtf/framework/plugin/plugin_handler.py", line 274, in ProcessPlugin
output = self.RunPlugin(PluginDir, Plugin)
File "/home/krzysiek/tools/sec/owtf/framework/plugin/plugin_handler.py", line 251, in RunPlugin
PluginOutput = self.GetModule("", Name, Path+"/").run(self.Core, Plugin)
File "/home/krzysiek/tools/sec/owtf/plugins/web/grep/Application_Configuration_Management@OWASP-CM-004.py", line 40, in run
Content = Core.PluginHelper.FindMultilineResponseMatchesForRegexps(Core.Config.GetAsList([ 'RESPONSE_REGEXP_FOR_HTML_COMMENTS','RESPONSE_REGEXP_FOR_CSS_JS_COMMENTS','RESPONSE_REGEXP_FOR_JS_COMMENTS', 'RESPONSE_REGEXP_FOR_PHP_SOURCE', 'RESPONSE_REGEXP_FOR_ASP_SOURCE', 'RESPONSE_REGEXP_FOR_SQL_INJECTION' ]), PluginInfo)
File "/home/krzysiek/tools/sec/owtf/framework/plugin/plugin_helper.py", line 654, in FindMultilineResponseMatchesForRegexps
Result += self.FindMultilineResponseMatchesForRegexp( ResponseRegexp, PluginInfo )
File "/home/krzysiek/tools/sec/owtf/framework/plugin/plugin_helper.py", line 648, in FindMultilineResponseMatchesForRegexp
return self.DrawResponseMatchesTables( self.Core.DB.Transaction.GrepMultiLineResponseRegexp( ResponseRegexp ), PluginInfo )
File "/home/krzysiek/tools/sec/owtf/framework/db/transaction_manager.py", line 263, in GrepMultiLineResponseRegexp
return self.GrepUsingRegexp(ResponseRegexp, GrepLocation)
File "/home/krzysiek/tools/sec/owtf/framework/db/transaction_manager.py", line 276, in GrepUsingRegexp
for FileMatch in Regexp.findall(open(File).read()):
IOError: [Errno 2] No such file or directory: 'grep: owtf_review/xxx.xxx.xxx.xxx/80/http__some.target.com/transactions/response_bodies/scope_*: Nie ma takiego pliku ani katalogu'
____________________________________________________________________________________________________
____________________________________________________________________________________________________
OWTF BUG: Please report the sanitised information below to help make this better. Thank you.
****************************************************************************************************
Message: Plugin grep/Cookies_attributes@OWASP-SM-002.py failed for target http://some.target.com
Command: owtf.py -t quiet http://some.target.com/
Error Trace:
Traceback (most recent call last):
File "/home/krzysiek/tools/sec/owtf/framework/plugin/plugin_handler.py", line 274, in ProcessPlugin
output = self.RunPlugin(PluginDir, Plugin)
File "/home/krzysiek/tools/sec/owtf/framework/plugin/plugin_handler.py", line 251, in RunPlugin
PluginOutput = self.GetModule("", Name, Path+"/").run(self.Core, Plugin)
File "/home/krzysiek/tools/sec/owtf/plugins/web/grep/Cookies_attributes@OWASP-SM-002.py", line 44, in run
AttributeAnalysis = Core.PluginHelper.CookieAttributeAnalysis(AllValues, Header2TransacDict)
File "/home/krzysiek/tools/sec/owtf/framework/plugin/plugin_helper.py", line 801, in CookieAttributeAnalysis
} for Cookie in CookieValueList
KeyError: 'set-cookieNie ma takiego pliku ani katalogu'
____________________________________________________________________________________________________
____________________________________________________________________________________________________
OWTF BUG: Please report the sanitised information below to help make this better. Thank you.
****************************************************************************************************
Message: Plugin grep/CORS@OWTF-WGP-002.py failed for target http://some.target.com
Command: owtf.py -t quiet http://some.target.com/
Error Trace:
Traceback (most recent call last):
File "/home/krzysiek/tools/sec/owtf/framework/plugin/plugin_handler.py", line 274, in ProcessPlugin
output = self.RunPlugin(PluginDir, Plugin)
File "/home/krzysiek/tools/sec/owtf/framework/plugin/plugin_handler.py", line 251, in RunPlugin
PluginOutput = self.GetModule("", Name, Path+"/").run(self.Core, Plugin)
File "/home/krzysiek/tools/sec/owtf/plugins/web/grep/CORS@OWTF-WGP-002.py", line 42, in run
Content += Core.PluginHelper.FindResponseHeaderMatchesForRegexp(Core.Config.Get('HEADERS_REGEXP_FOR_CORS_METHODS'), PluginInfo)
File "/home/krzysiek/tools/sec/owtf/framework/plugin/plugin_helper.py", line 639, in FindResponseHeaderMatchesForRegexp
return self.DrawResponseMatchesTables(self.Core.DB.Transaction.GrepResponseHeadersRegexp(HeaderRegexp), PluginInfo)
File "/home/krzysiek/tools/sec/owtf/framework/db/transaction_manager.py", line 241, in GrepResponseHeadersRegexp
return self.GrepUsingRegexp(HeadersRegexp, GrepLocation)
File "/home/krzysiek/tools/sec/owtf/framework/db/transaction_manager.py", line 276, in GrepUsingRegexp
for FileMatch in Regexp.findall(open(File).read()):
IOError: [Errno 2] No such file or directory: 'grep: owtf_review/xxx.xxx.xxx.xxx/80/http__some.target.com/transactions/response_headers/scope_*: Nie ma takiego pliku ani katalogu'
____________________________________________________________________________________________________
____________________________________________________________________________________________________
OWTF BUG: Please report the sanitised information below to help make this better. Thank you.
****************************************************************************************************
Message: Plugin grep/Credentials_transport_over_an_encrypted_channel@OWASP-AT-001.py failed for target http://some.target.com
Command: owtf.py -t quiet http://some.target.com/
Error Trace:
Traceback (most recent call last):
File "/home/krzysiek/tools/sec/owtf/framework/plugin/plugin_handler.py", line 274, in ProcessPlugin
output = self.RunPlugin(PluginDir, Plugin)
File "/home/krzysiek/tools/sec/owtf/framework/plugin/plugin_handler.py", line 251, in RunPlugin
PluginOutput = self.GetModule("", Name, Path+"/").run(self.Core, Plugin)
File "/home/krzysiek/tools/sec/owtf/plugins/web/grep/Credentials_transport_over_an_encrypted_channel@OWASP-AT-001.py", line 40, in run
Command, RegexpName, Matches = Core.DB.Transaction.GrepMultiLineResponseRegexp(Core.Config.Get('RESPONSE_REGEXP_FOR_PASSWORDS'))
File "/home/krzysiek/tools/sec/owtf/framework/db/transaction_manager.py", line 263, in GrepMultiLineResponseRegexp
return self.GrepUsingRegexp(ResponseRegexp, GrepLocation)
File "/home/krzysiek/tools/sec/owtf/framework/db/transaction_manager.py", line 276, in GrepUsingRegexp
for FileMatch in Regexp.findall(open(File).read()):
IOError: [Errno 2] No such file or directory: 'grep: owtf_review/xxx.xxx.xxx.xxx/80/http__some.target.com/transactions/response_bodies/scope_*: Nie ma takiego pliku ani katalogu'
____________________________________________________________________________________________________
____________________________________________________________________________________________________
OWTF BUG: Please report the sanitised information below to help make this better. Thank you.
****************************************************************************************************
Message: Plugin grep/DoS_Failure_to_Release_Resources@OWASP-DS-007.py failed for target http://some.target.com
Command: owtf.py -t quiet http://some.target.com/
Error Trace:
Traceback (most recent call last):
File "/home/krzysiek/tools/sec/owtf/framework/plugin/plugin_handler.py", line 274, in ProcessPlugin
output = self.RunPlugin(PluginDir, Plugin)
File "/home/krzysiek/tools/sec/owtf/framework/plugin/plugin_handler.py", line 251, in RunPlugin
PluginOutput = self.GetModule("", Name, Path+"/").run(self.Core, Plugin)
File "/home/krzysiek/tools/sec/owtf/plugins/web/grep/DoS_Failure_to_Release_Resources@OWASP-DS-007.py", line 49, in run
Content += Core.Reporter.DrawHTTPTransactionTable(SlowTransactions)
File "/home/krzysiek/tools/sec/owtf/framework/report/reporter.py", line 175, in DrawHTTPTransactionTable
} for Transaction in TransactionList
AttributeError: HTTP_Transaction instance has no attribute 'HTMLLinkToID'
____________________________________________________________________________________________________
____________________________________________________________________________________________________
OWTF BUG: Please report the sanitised information below to help make this better. Thank you.
****************************************************************************************************
Message: Plugin grep/Logout_and_Browser_Cache_Management@OWASP-AT-007.py failed for target http://some.target.com
Command: owtf.py -t quiet http://some.target.com/
Error Trace:
Traceback (most recent call last):
File "/home/krzysiek/tools/sec/owtf/framework/plugin/plugin_handler.py", line 274, in ProcessPlugin
output = self.RunPlugin(PluginDir, Plugin)
File "/home/krzysiek/tools/sec/owtf/framework/plugin/plugin_handler.py", line 251, in RunPlugin
PluginOutput = self.GetModule("", Name, Path+"/").run(self.Core, Plugin)
File "/home/krzysiek/tools/sec/owtf/plugins/web/grep/Logout_and_Browser_Cache_Management@OWASP-AT-007.py", line 42, in run
Content += Core.PluginHelper.FindMultilineResponseMatchesForRegexps(Core.Config.GetAsList([ 'RESPONSE_REGEXP_FOR_CACHE_PROTECTION' ]), PluginInfo)
File "/home/krzysiek/tools/sec/owtf/framework/plugin/plugin_helper.py", line 654, in FindMultilineResponseMatchesForRegexps
Result += self.FindMultilineResponseMatchesForRegexp( ResponseRegexp, PluginInfo )
File "/home/krzysiek/tools/sec/owtf/framework/plugin/plugin_helper.py", line 648, in FindMultilineResponseMatchesForRegexp
return self.DrawResponseMatchesTables( self.Core.DB.Transaction.GrepMultiLineResponseRegexp( ResponseRegexp ), PluginInfo )
File "/home/krzysiek/tools/sec/owtf/framework/db/transaction_manager.py", line 263, in GrepMultiLineResponseRegexp
return self.GrepUsingRegexp(ResponseRegexp, GrepLocation)
File "/home/krzysiek/tools/sec/owtf/framework/db/transaction_manager.py", line 276, in GrepUsingRegexp
for FileMatch in Regexp.findall(open(File).read()):
IOError: [Errno 2] No such file or directory: 'grep: owtf_review/xxx.xxx.xxx.xxx/80/http__some.target.com/transactions/response_bodies/scope_*: Nie ma takiego pliku ani katalogu'
____________________________________________________________________________________________________
____________________________________________________________________________________________________
OWTF BUG: Please report the sanitised information below to help make this better. Thank you.
****************************************************************************************************
Message: Plugin grep/Spiders_Robots_and_Crawlers@OWASP-IG-001.py failed for target http://some.target.com
Command: owtf.py -t quiet http://some.target.com/
Error Trace:
Traceback (most recent call last):
File "/home/krzysiek/tools/sec/owtf/framework/plugin/plugin_handler.py", line 274, in ProcessPlugin
output = self.RunPlugin(PluginDir, Plugin)
File "/home/krzysiek/tools/sec/owtf/framework/plugin/plugin_handler.py", line 251, in RunPlugin
PluginOutput = self.GetModule("", Name, Path+"/").run(self.Core, Plugin)
File "/home/krzysiek/tools/sec/owtf/plugins/web/grep/Spiders_Robots_and_Crawlers@OWASP-IG-001.py", line 42, in run
Content += Core.PluginHelper.FindMultilineResponseMatchesForRegexps(Core.Config.GetAsList(['RESPONSE_REGEXP_FOR_ROBOTS_META_TAG']), PluginInfo)
File "/home/krzysiek/tools/sec/owtf/framework/plugin/plugin_helper.py", line 654, in FindMultilineResponseMatchesForRegexps
Result += self.FindMultilineResponseMatchesForRegexp( ResponseRegexp, PluginInfo )
File "/home/krzysiek/tools/sec/owtf/framework/plugin/plugin_helper.py", line 648, in FindMultilineResponseMatchesForRegexp
return self.DrawResponseMatchesTables( self.Core.DB.Transaction.GrepMultiLineResponseRegexp( ResponseRegexp ), PluginInfo )
File "/home/krzysiek/tools/sec/owtf/framework/db/transaction_manager.py", line 263, in GrepMultiLineResponseRegexp
return self.GrepUsingRegexp(ResponseRegexp, GrepLocation)
File "/home/krzysiek/tools/sec/owtf/framework/db/transaction_manager.py", line 276, in GrepUsingRegexp
for FileMatch in Regexp.findall(open(File).read()):
IOError: [Errno 2] No such file or directory: 'grep: owtf_review/xxx.xxx.xxx.xxx/80/http__some.target.com/transactions/response_bodies/scope_*: Nie ma takiego pliku ani katalogu'
____________________________________________________________________________________________________
____________________________________________________________________________________________________
OWTF BUG: Please report the sanitised information below to help make this better. Thank you.
****************************************************************************************************
Message: Plugin grep/Testing_for_CSRF@OWASP-SM-005.py failed for target http://some.target.com
Command: owtf.py -t quiet http://some.target.com/
Error Trace:
Traceback (most recent call last):
File "/home/krzysiek/tools/sec/owtf/framework/plugin/plugin_handler.py", line 274, in ProcessPlugin
output = self.RunPlugin(PluginDir, Plugin)
File "/home/krzysiek/tools/sec/owtf/framework/plugin/plugin_handler.py", line 251, in RunPlugin
PluginOutput = self.GetModule("", Name, Path+"/").run(self.Core, Plugin)
File "/home/krzysiek/tools/sec/owtf/plugins/web/grep/Testing_for_CSRF@OWASP-SM-005.py", line 40, in run
Content = Core.PluginHelper.FindMultilineResponseMatchesForRegexps(Core.Config.GetAsList([ 'RESPONSE_REGEXP_FOR_HIDDEN' ]), PluginInfo)
File "/home/krzysiek/tools/sec/owtf/framework/plugin/plugin_helper.py", line 654, in FindMultilineResponseMatchesForRegexps
Result += self.FindMultilineResponseMatchesForRegexp( ResponseRegexp, PluginInfo )
File "/home/krzysiek/tools/sec/owtf/framework/plugin/plugin_helper.py", line 648, in FindMultilineResponseMatchesForRegexp
return self.DrawResponseMatchesTables( self.Core.DB.Transaction.GrepMultiLineResponseRegexp( ResponseRegexp ), PluginInfo )
File "/home/krzysiek/tools/sec/owtf/framework/db/transaction_manager.py", line 263, in GrepMultiLineResponseRegexp
return self.GrepUsingRegexp(ResponseRegexp, GrepLocation)
File "/home/krzysiek/tools/sec/owtf/framework/db/transaction_manager.py", line 276, in GrepUsingRegexp
for FileMatch in Regexp.findall(open(File).read()):
IOError: [Errno 2] No such file or directory: 'grep: owtf_review/xxx.xxx.xxx.xxx/80/http__some.target.com/transactions/response_bodies/scope_*: Nie ma takiego pliku ani katalogu'
____________________________________________________________________________________________________
____________________________________________________________________________________________________
OWTF BUG: Please report the sanitised information below to help make this better. Thank you.
****************************************************************************************************
Message: Plugin grep/Testing_for_SQL_Injection@OWASP-DV-005.py failed for target http://some.target.com
Command: owtf.py -t quiet http://some.target.com/
Error Trace:
Traceback (most recent call last):
File "/home/krzysiek/tools/sec/owtf/framework/plugin/plugin_handler.py", line 274, in ProcessPlugin
output = self.RunPlugin(PluginDir, Plugin)
File "/home/krzysiek/tools/sec/owtf/framework/plugin/plugin_handler.py", line 251, in RunPlugin
PluginOutput = self.GetModule("", Name, Path+"/").run(self.Core, Plugin)
File "/home/krzysiek/tools/sec/owtf/plugins/web/grep/Testing_for_SQL_Injection@OWASP-DV-005.py", line 40, in run
Content = Core.PluginHelper.FindMultilineResponseMatchesForRegexps(Core.Config.GetAsList([ 'RESPONSE_REGEXP_FOR_SQL_INJECTION' ]), PluginInfo)
File "/home/krzysiek/tools/sec/owtf/framework/plugin/plugin_helper.py", line 654, in FindMultilineResponseMatchesForRegexps
Result += self.FindMultilineResponseMatchesForRegexp( ResponseRegexp, PluginInfo )
File "/home/krzysiek/tools/sec/owtf/framework/plugin/plugin_helper.py", line 648, in FindMultilineResponseMatchesForRegexp
return self.DrawResponseMatchesTables( self.Core.DB.Transaction.GrepMultiLineResponseRegexp( ResponseRegexp ), PluginInfo )
File "/home/krzysiek/tools/sec/owtf/framework/db/transaction_manager.py", line 263, in GrepMultiLineResponseRegexp
return self.GrepUsingRegexp(ResponseRegexp, GrepLocation)
File "/home/krzysiek/tools/sec/owtf/framework/db/transaction_manager.py", line 276, in GrepUsingRegexp
for FileMatch in Regexp.findall(open(File).read()):
IOError: [Errno 2] No such file or directory: 'grep: owtf_review/xxx.xxx.xxx.xxx/80/http__some.target.com/transactions/response_bodies/scope_*: Nie ma takiego pliku ani katalogu'
____________________________________________________________________________________________________
____________________________________________________________________________________________________
OWTF BUG: Please report the sanitised information below to help make this better. Thank you.
****************************************************************************************************
Message: Plugin grep/Testing_for_SSI_Injection@OWASP-DV-009.py failed for target http://some.target.com
Command: owtf.py -t quiet http://some.target.com/
Error Trace:
Traceback (most recent call last):
File "/home/krzysiek/tools/sec/owtf/framework/plugin/plugin_handler.py", line 274, in ProcessPlugin
output = self.RunPlugin(PluginDir, Plugin)
File "/home/krzysiek/tools/sec/owtf/framework/plugin/plugin_handler.py", line 251, in RunPlugin
PluginOutput = self.GetModule("", Name, Path+"/").run(self.Core, Plugin)
File "/home/krzysiek/tools/sec/owtf/plugins/web/grep/Testing_for_SSI_Injection@OWASP-DV-009.py", line 40, in run
Content = Core.PluginHelper.FindMultilineResponseMatchesForRegexps(Core.Config.GetAsList([ 'RESPONSE_REGEXP_FOR_SSI' ]), PluginInfo)
File "/home/krzysiek/tools/sec/owtf/framework/plugin/plugin_helper.py", line 654, in FindMultilineResponseMatchesForRegexps
Result += self.FindMultilineResponseMatchesForRegexp( ResponseRegexp, PluginInfo )
File "/home/krzysiek/tools/sec/owtf/framework/plugin/plugin_helper.py", line 648, in FindMultilineResponseMatchesForRegexp
return self.DrawResponseMatchesTables( self.Core.DB.Transaction.GrepMultiLineResponseRegexp( ResponseRegexp ), PluginInfo )
File "/home/krzysiek/tools/sec/owtf/framework/db/transaction_manager.py", line 263, in GrepMultiLineResponseRegexp
return self.GrepUsingRegexp(ResponseRegexp, GrepLocation)
File "/home/krzysiek/tools/sec/owtf/framework/db/transaction_manager.py", line 276, in GrepUsingRegexp
for FileMatch in Regexp.findall(open(File).read()):
IOError: [Errno 2] No such file or directory: 'grep: owtf_review/xxx.xxx.xxx.xxx/80/http__some.target.com/transactions/response_bodies/scope_*: Nie ma takiego pliku ani katalogu'
____________________________________________________________________________________________________
____________________________________________________________________________________________________
OWTF BUG: Please report the sanitised information below to help make this better. Thank you.
****************************************************************************************************
Message: Plugin grep/Vulnerable_Remember_Password_and_Pwd_Reset@OWASP-AT-006.py failed for target http://some.target.com
Command: owtf.py -t quiet http://some.target.com/
Error Trace:
Traceback (most recent call last):
File "/home/krzysiek/tools/sec/owtf/framework/plugin/plugin_handler.py", line 274, in ProcessPlugin
output = self.RunPlugin(PluginDir, Plugin)
File "/home/krzysiek/tools/sec/owtf/framework/plugin/plugin_handler.py", line 251, in RunPlugin
PluginOutput = self.GetModule("", Name, Path+"/").run(self.Core, Plugin)
File "/home/krzysiek/tools/sec/owtf/plugins/web/grep/Vulnerable_Remember_Password_and_Pwd_Reset@OWASP-AT-006.py", line 40, in run
Content += Core.PluginHelper.FindMultilineResponseMatchesForRegexps(Core.Config.GetAsList([ 'RESPONSE_REGEXP_FOR_AUTOCOMPLETE' ]), PluginInfo)
File "/home/krzysiek/tools/sec/owtf/framework/plugin/plugin_helper.py", line 654, in FindMultilineResponseMatchesForRegexps
Result += self.FindMultilineResponseMatchesForRegexp( ResponseRegexp, PluginInfo )
File "/home/krzysiek/tools/sec/owtf/framework/plugin/plugin_helper.py", line 648, in FindMultilineResponseMatchesForRegexp
return self.DrawResponseMatchesTables( self.Core.DB.Transaction.GrepMultiLineResponseRegexp( ResponseRegexp ), PluginInfo )
File "/home/krzysiek/tools/sec/owtf/framework/db/transaction_manager.py", line 263, in GrepMultiLineResponseRegexp
return self.GrepUsingRegexp(ResponseRegexp, GrepLocation)
File "/home/krzysiek/tools/sec/owtf/framework/db/transaction_manager.py", line 276, in GrepUsingRegexp
for FileMatch in Regexp.findall(open(File).read()):
IOError: [Errno 2] No such file or directory: 'grep: owtf_review/xxx.xxx.xxx.xxx/80/http__some.target.com/transactions/response_bodies/scope_*: Nie ma takiego pliku ani katalogu'
____________________________________________________________________________________________________
____________________________________________________________________________________________________
OWTF BUG: Please report the sanitised information below to help make this better. Thank you.
****************************************************************************************************
Message: Plugin grep/Application_Configuration_Management@OWASP-CM-004.py failed for target http://some.target.com
Command: owtf.py -t quiet http://some.target.com/
Error Trace:
Traceback (most recent call last):
File "/home/krzysiek/tools/sec/owtf/framework/plugin/plugin_handler.py", line 274, in ProcessPlugin
output = self.RunPlugin(PluginDir, Plugin)
File "/home/krzysiek/tools/sec/owtf/framework/plugin/plugin_handler.py", line 251, in RunPlugin
PluginOutput = self.GetModule("", Name, Path+"/").run(self.Core, Plugin)
File "/home/krzysiek/tools/sec/owtf/plugins/web/grep/Application_Configuration_Management@OWASP-CM-004.py", line 40, in run
Content = Core.PluginHelper.FindMultilineResponseMatchesForRegexps(Core.Config.GetAsList([ 'RESPONSE_REGEXP_FOR_HTML_COMMENTS','RESPONSE_REGEXP_FOR_CSS_JS_COMMENTS','RESPONSE_REGEXP_FOR_JS_COMMENTS', 'RESPONSE_REGEXP_FOR_PHP_SOURCE', 'RESPONSE_REGEXP_FOR_ASP_SOURCE', 'RESPONSE_REGEXP_FOR_SQL_INJECTION' ]), PluginInfo)
File "/home/krzysiek/tools/sec/owtf/framework/plugin/plugin_helper.py", line 654, in FindMultilineResponseMatchesForRegexps
Result += self.FindMultilineResponseMatchesForRegexp( ResponseRegexp, PluginInfo )
File "/home/krzysiek/tools/sec/owtf/framework/plugin/plugin_helper.py", line 648, in FindMultilineResponseMatchesForRegexp
return self.DrawResponseMatchesTables( self.Core.DB.Transaction.GrepMultiLineResponseRegexp( ResponseRegexp ), PluginInfo )
File "/home/krzysiek/tools/sec/owtf/framework/db/transaction_manager.py", line 263, in GrepMultiLineResponseRegexp
return self.GrepUsingRegexp(ResponseRegexp, GrepLocation)
File "/home/krzysiek/tools/sec/owtf/framework/db/transaction_manager.py", line 276, in GrepUsingRegexp
for FileMatch in Regexp.findall(open(File).read()):
IOError: [Errno 2] No such file or directory: 'grep: owtf_review/xxx.xxx.xxx.xxx/80/http__some.target.com/transactions/response_bodies/scope_*: Nie ma takiego pliku ani katalogu'
____________________________________________________________________________________________________
____________________________________________________________________________________________________
OWTF BUG: Please report the sanitised information below to help make this better. Thank you.
****************************************************************************************************
Message: Plugin grep/Cookies_attributes@OWASP-SM-002.py failed for target http://some.target.com
Command: owtf.py -t quiet http://some.target.com/
Error Trace:
Traceback (most recent call last):
File "/home/krzysiek/tools/sec/owtf/framework/plugin/plugin_handler.py", line 274, in ProcessPlugin
output = self.RunPlugin(PluginDir, Plugin)
File "/home/krzysiek/tools/sec/owtf/framework/plugin/plugin_handler.py", line 251, in RunPlugin
PluginOutput = self.GetModule("", Name, Path+"/").run(self.Core, Plugin)
File "/home/krzysiek/tools/sec/owtf/plugins/web/grep/Cookies_attributes@OWASP-SM-002.py", line 44, in run
AttributeAnalysis = Core.PluginHelper.CookieAttributeAnalysis(AllValues, Header2TransacDict)
File "/home/krzysiek/tools/sec/owtf/framework/plugin/plugin_helper.py", line 801, in CookieAttributeAnalysis
} for Cookie in CookieValueList
KeyError: 'set-cookieNie ma takiego pliku ani katalogu'
____________________________________________________________________________________________________
____________________________________________________________________________________________________
OWTF BUG: Please report the sanitised information below to help make this better. Thank you.
****************************************************************************************************
Message: Plugin grep/CORS@OWTF-WGP-002.py failed for target http://some.target.com
Command: owtf.py -t quiet http://some.target.com/
Error Trace:
Traceback (most recent call last):
File "/home/krzysiek/tools/sec/owtf/framework/plugin/plugin_handler.py", line 274, in ProcessPlugin
output = self.RunPlugin(PluginDir, Plugin)
File "/home/krzysiek/tools/sec/owtf/framework/plugin/plugin_handler.py", line 251, in RunPlugin
PluginOutput = self.GetModule("", Name, Path+"/").run(self.Core, Plugin)
File "/home/krzysiek/tools/sec/owtf/plugins/web/grep/CORS@OWTF-WGP-002.py", line 42, in run
Content += Core.PluginHelper.FindResponseHeaderMatchesForRegexp(Core.Config.Get('HEADERS_REGEXP_FOR_CORS_METHODS'), PluginInfo)
File "/home/krzysiek/tools/sec/owtf/framework/plugin/plugin_helper.py", line 639, in FindResponseHeaderMatchesForRegexp
return self.DrawResponseMatchesTables(self.Core.DB.Transaction.GrepResponseHeadersRegexp(HeaderRegexp), PluginInfo)
File "/home/krzysiek/tools/sec/owtf/framework/db/transaction_manager.py", line 241, in GrepResponseHeadersRegexp
return self.GrepUsingRegexp(HeadersRegexp, GrepLocation)
File "/home/krzysiek/tools/sec/owtf/framework/db/transaction_manager.py", line 276, in GrepUsingRegexp
for FileMatch in Regexp.findall(open(File).read()):
IOError: [Errno 2] No such file or directory: 'grep: owtf_review/xxx.xxx.xxx.xxx/80/http__some.target.com/transactions/response_headers/scope_*: Nie ma takiego pliku ani katalogu'
____________________________________________________________________________________________________
____________________________________________________________________________________________________
OWTF BUG: Please report the sanitised information below to help make this better. Thank you.
****************************************************************************************************
Message: Plugin grep/Credentials_transport_over_an_encrypted_channel@OWASP-AT-001.py failed for target http://some.target.com
Command: owtf.py -t quiet http://some.target.com/
Error Trace:
Traceback (most recent call last):
File "/home/krzysiek/tools/sec/owtf/framework/plugin/plugin_handler.py", line 274, in ProcessPlugin
output = self.RunPlugin(PluginDir, Plugin)
File "/home/krzysiek/tools/sec/owtf/framework/plugin/plugin_handler.py", line 251, in RunPlugin
PluginOutput = self.GetModule("", Name, Path+"/").run(self.Core, Plugin)
File "/home/krzysiek/tools/sec/owtf/plugins/web/grep/Credentials_transport_over_an_encrypted_channel@OWASP-AT-001.py", line 40, in run
Command, RegexpName, Matches = Core.DB.Transaction.GrepMultiLineResponseRegexp(Core.Config.Get('RESPONSE_REGEXP_FOR_PASSWORDS'))
File "/home/krzysiek/tools/sec/owtf/framework/db/transaction_manager.py", line 263, in GrepMultiLineResponseRegexp
return self.GrepUsingRegexp(ResponseRegexp, GrepLocation)
File "/home/krzysiek/tools/sec/owtf/framework/db/transaction_manager.py", line 276, in GrepUsingRegexp
for FileMatch in Regexp.findall(open(File).read()):
IOError: [Errno 2] No such file or directory: 'grep: owtf_review/xxx.xxx.xxx.xxx/80/http__some.target.com/transactions/response_bodies/scope_*: Nie ma takiego pliku ani katalogu'
____________________________________________________________________________________________________
____________________________________________________________________________________________________
OWTF BUG: Please report the sanitised information below to help make this better. Thank you.
****************************************************************************************************
Message: Plugin grep/DoS_Failure_to_Release_Resources@OWASP-DS-007.py failed for target http://some.target.com
Command: owtf.py -t quiet http://some.target.com/
Error Trace:
Traceback (most recent call last):
File "/home/krzysiek/tools/sec/owtf/framework/plugin/plugin_handler.py", line 274, in ProcessPlugin
output = self.RunPlugin(PluginDir, Plugin)
File "/home/krzysiek/tools/sec/owtf/framework/plugin/plugin_handler.py", line 251, in RunPlugin
PluginOutput = self.GetModule("", Name, Path+"/").run(self.Core, Plugin)
File "/home/krzysiek/tools/sec/owtf/plugins/web/grep/DoS_Failure_to_Release_Resources@OWASP-DS-007.py", line 49, in run
Content += Core.Reporter.DrawHTTPTransactionTable(SlowTransactions)
File "/home/krzysiek/tools/sec/owtf/framework/report/reporter.py", line 175, in DrawHTTPTransactionTable
} for Transaction in TransactionList
AttributeError: HTTP_Transaction instance has no attribute 'HTMLLinkToID'
____________________________________________________________________________________________________
____________________________________________________________________________________________________
OWTF BUG: Please report the sanitised information below to help make this better. Thank you.
****************************************************************************************************
Message: Plugin grep/Logout_and_Browser_Cache_Management@OWASP-AT-007.py failed for target http://some.target.com
Command: owtf.py -t quiet http://some.target.com/
Error Trace:
Traceback (most recent call last):
File "/home/krzysiek/tools/sec/owtf/framework/plugin/plugin_handler.py", line 274, in ProcessPlugin
output = self.RunPlugin(PluginDir, Plugin)
File "/home/krzysiek/tools/sec/owtf/framework/plugin/plugin_handler.py", line 251, in RunPlugin
PluginOutput = self.GetModule("", Name, Path+"/").run(self.Core, Plugin)
File "/home/krzysiek/tools/sec/owtf/plugins/web/grep/Logout_and_Browser_Cache_Management@OWASP-AT-007.py", line 42, in run
Content += Core.PluginHelper.FindMultilineResponseMatchesForRegexps(Core.Config.GetAsList([ 'RESPONSE_REGEXP_FOR_CACHE_PROTECTION' ]), PluginInfo)
File "/home/krzysiek/tools/sec/owtf/framework/plugin/plugin_helper.py", line 654, in FindMultilineResponseMatchesForRegexps
Result += self.FindMultilineResponseMatchesForRegexp( ResponseRegexp, PluginInfo )
File "/home/krzysiek/tools/sec/owtf/framework/plugin/plugin_helper.py", line 648, in FindMultilineResponseMatchesForRegexp
return self.DrawResponseMatchesTables( self.Core.DB.Transaction.GrepMultiLineResponseRegexp( ResponseRegexp ), PluginInfo )
File "/home/krzysiek/tools/sec/owtf/framework/db/transaction_manager.py", line 263, in GrepMultiLineResponseRegexp
return self.GrepUsingRegexp(ResponseRegexp, GrepLocation)
File "/home/krzysiek/tools/sec/owtf/framework/db/transaction_manager.py", line 276, in GrepUsingRegexp
for FileMatch in Regexp.findall(open(File).read()):
IOError: [Errno 2] No such file or directory: 'grep: owtf_review/xxx.xxx.xxx.xxx/80/http__some.target.com/transactions/response_bodies/scope_*: Nie ma takiego pliku ani katalogu'
____________________________________________________________________________________________________
____________________________________________________________________________________________________
OWTF BUG: Please report the sanitised information below to help make this better. Thank you.
****************************************************************************************************
Message: Plugin grep/Spiders_Robots_and_Crawlers@OWASP-IG-001.py failed for target http://some.target.com
Command: owtf.py -t quiet http://some.target.com/
Error Trace:
Traceback (most recent call last):
File "/home/krzysiek/tools/sec/owtf/framework/plugin/plugin_handler.py", line 274, in ProcessPlugin
output = self.RunPlugin(PluginDir, Plugin)
File "/home/krzysiek/tools/sec/owtf/framework/plugin/plugin_handler.py", line 251, in RunPlugin
PluginOutput = self.GetModule("", Name, Path+"/").run(self.Core, Plugin)
File "/home/krzysiek/tools/sec/owtf/plugins/web/grep/Spiders_Robots_and_Crawlers@OWASP-IG-001.py", line 42, in run
Content += Core.PluginHelper.FindMultilineResponseMatchesForRegexps(Core.Config.GetAsList(['RESPONSE_REGEXP_FOR_ROBOTS_META_TAG']), PluginInfo)
File "/home/krzysiek/tools/sec/owtf/framework/plugin/plugin_helper.py", line 654, in FindMultilineResponseMatchesForRegexps
Result += self.FindMultilineResponseMatchesForRegexp( ResponseRegexp, PluginInfo )
File "/home/krzysiek/tools/sec/owtf/framework/plugin/plugin_helper.py", line 648, in FindMultilineResponseMatchesForRegexp
return self.DrawResponseMatchesTables( self.Core.DB.Transaction.GrepMultiLineResponseRegexp( ResponseRegexp ), PluginInfo )
File "/home/krzysiek/tools/sec/owtf/framework/db/transaction_manager.py", line 263, in GrepMultiLineResponseRegexp
return self.GrepUsingRegexp(ResponseRegexp, GrepLocation)
File "/home/krzysiek/tools/sec/owtf/framework/db/transaction_manager.py", line 276, in GrepUsingRegexp
for FileMatch in Regexp.findall(open(File).read()):
IOError: [Errno 2] No such file or directory: 'grep: owtf_review/xxx.xxx.xxx.xxx/80/http__some.target.com/transactions/response_bodies/scope_*: Nie ma takiego pliku ani katalogu'
____________________________________________________________________________________________________
____________________________________________________________________________________________________
OWTF BUG: Please report the sanitised information below to help make this better. Thank you.
****************************************************************************************************
Message: Plugin grep/Testing_for_CSRF@OWASP-SM-005.py failed for target http://some.target.com
Command: owtf.py -t quiet http://some.target.com/
Error Trace:
Traceback (most recent call last):
File "/home/krzysiek/tools/sec/owtf/framework/plugin/plugin_handler.py", line 274, in ProcessPlugin
output = self.RunPlugin(PluginDir, Plugin)
File "/home/krzysiek/tools/sec/owtf/framework/plugin/plugin_handler.py", line 251, in RunPlugin
PluginOutput = self.GetModule("", Name, Path+"/").run(self.Core, Plugin)
File "/home/krzysiek/tools/sec/owtf/plugins/web/grep/Testing_for_CSRF@OWASP-SM-005.py", line 40, in run
Content = Core.PluginHelper.FindMultilineResponseMatchesForRegexps(Core.Config.GetAsList([ 'RESPONSE_REGEXP_FOR_HIDDEN' ]), PluginInfo)
File "/home/krzysiek/tools/sec/owtf/framework/plugin/plugin_helper.py", line 654, in FindMultilineResponseMatchesForRegexps
Result += self.FindMultilineResponseMatchesForRegexp( ResponseRegexp, PluginInfo )
File "/home/krzysiek/tools/sec/owtf/framework/plugin/plugin_helper.py", line 648, in FindMultilineResponseMatchesForRegexp
return self.DrawResponseMatchesTables( self.Core.DB.Transaction.GrepMultiLineResponseRegexp( ResponseRegexp ), PluginInfo )
File "/home/krzysiek/tools/sec/owtf/framework/db/transaction_manager.py", line 263, in GrepMultiLineResponseRegexp
return self.GrepUsingRegexp(ResponseRegexp, GrepLocation)
File "/home/krzysiek/tools/sec/owtf/framework/db/transaction_manager.py", line 276, in GrepUsingRegexp
for FileMatch in Regexp.findall(open(File).read()):
IOError: [Errno 2] No such file or directory: 'grep: owtf_review/xxx.xxx.xxx.xxx/80/http__some.target.com/transactions/response_bodies/scope_*: Nie ma takiego pliku ani katalogu'
____________________________________________________________________________________________________
____________________________________________________________________________________________________
OWTF BUG: Please report the sanitised information below to help make this better. Thank you.
****************************************************************************************************
Message: Plugin grep/Testing_for_SQL_Injection@OWASP-DV-005.py failed for target http://some.target.com
Command: owtf.py -t quiet http://some.target.com/
Error Trace:
Traceback (most recent call last):
File "/home/krzysiek/tools/sec/owtf/framework/plugin/plugin_handler.py", line 274, in ProcessPlugin
output = self.RunPlugin(PluginDir, Plugin)
File "/home/krzysiek/tools/sec/owtf/framework/plugin/plugin_handler.py", line 251, in RunPlugin
PluginOutput = self.GetModule("", Name, Path+"/").run(self.Core, Plugin)
File "/home/krzysiek/tools/sec/owtf/plugins/web/grep/Testing_for_SQL_Injection@OWASP-DV-005.py", line 40, in run
Content = Core.PluginHelper.FindMultilineResponseMatchesForRegexps(Core.Config.GetAsList([ 'RESPONSE_REGEXP_FOR_SQL_INJECTION' ]), PluginInfo)
File "/home/krzysiek/tools/sec/owtf/framework/plugin/plugin_helper.py", line 654, in FindMultilineResponseMatchesForRegexps
Result += self.FindMultilineResponseMatchesForRegexp( ResponseRegexp, PluginInfo )
File "/home/krzysiek/tools/sec/owtf/framework/plugin/plugin_helper.py", line 648, in FindMultilineResponseMatchesForRegexp
return self.DrawResponseMatchesTables( self.Core.DB.Transaction.GrepMultiLineResponseRegexp( ResponseRegexp ), PluginInfo )
File "/home/krzysiek/tools/sec/owtf/framework/db/transaction_manager.py", line 263, in GrepMultiLineResponseRegexp
return self.GrepUsingRegexp(ResponseRegexp, GrepLocation)
File "/home/krzysiek/tools/sec/owtf/framework/db/transaction_manager.py", line 276, in GrepUsingRegexp
for FileMatch in Regexp.findall(open(File).read()):
IOError: [Errno 2] No such file or directory: 'grep: owtf_review/xxx.xxx.xxx.xxx/80/http__some.target.com/transactions/response_bodies/scope_*: Nie ma takiego pliku ani katalogu'
____________________________________________________________________________________________________
____________________________________________________________________________________________________
OWTF BUG: Please report the sanitised information below to help make this better. Thank you.
****************************************************************************************************
Message: Plugin grep/Testing_for_SSI_Injection@OWASP-DV-009.py failed for target http://some.target.com
Command: owtf.py -t quiet http://some.target.com/
Error Trace:
Traceback (most recent call last):
File "/home/krzysiek/tools/sec/owtf/framework/plugin/plugin_handler.py", line 274, in ProcessPlugin
output = self.RunPlugin(PluginDir, Plugin)
File "/home/krzysiek/tools/sec/owtf/framework/plugin/plugin_handler.py", line 251, in RunPlugin
PluginOutput = self.GetModule("", Name, Path+"/").run(self.Core, Plugin)
File "/home/krzysiek/tools/sec/owtf/plugins/web/grep/Testing_for_SSI_Injection@OWASP-DV-009.py", line 40, in run
Content = Core.PluginHelper.FindMultilineResponseMatchesForRegexps(Core.Config.GetAsList([ 'RESPONSE_REGEXP_FOR_SSI' ]), PluginInfo)
File "/home/krzysiek/tools/sec/owtf/framework/plugin/plugin_helper.py", line 654, in FindMultilineResponseMatchesForRegexps
Result += self.FindMultilineResponseMatchesForRegexp( ResponseRegexp, PluginInfo )
File "/home/krzysiek/tools/sec/owtf/framework/plugin/plugin_helper.py", line 648, in FindMultilineResponseMatchesForRegexp
return self.DrawResponseMatchesTables( self.Core.DB.Transaction.GrepMultiLineResponseRegexp( ResponseRegexp ), PluginInfo )
File "/home/krzysiek/tools/sec/owtf/framework/db/transaction_manager.py", line 263, in GrepMultiLineResponseRegexp
return self.GrepUsingRegexp(ResponseRegexp, GrepLocation)
File "/home/krzysiek/tools/sec/owtf/framework/db/transaction_manager.py", line 276, in GrepUsingRegexp
for FileMatch in Regexp.findall(open(File).read()):
IOError: [Errno 2] No such file or directory: 'grep: owtf_review/xxx.xxx.xxx.xxx/80/http__some.target.com/transactions/response_bodies/scope_*: Nie ma takiego pliku ani katalogu'
____________________________________________________________________________________________________
____________________________________________________________________________________________________
OWTF BUG: Please report the sanitised information below to help make this better. Thank you.
****************************************************************************************************
Message: Plugin grep/Vulnerable_Remember_Password_and_Pwd_Reset@OWASP-AT-006.py failed for target http://some.target.com
Command: owtf.py -t quiet http://some.target.com/
Error Trace:
Traceback (most recent call last):
File "/home/krzysiek/tools/sec/owtf/framework/plugin/plugin_handler.py", line 274, in ProcessPlugin
output = self.RunPlugin(PluginDir, Plugin)
File "/home/krzysiek/tools/sec/owtf/framework/plugin/plugin_handler.py", line 251, in RunPlugin
PluginOutput = self.GetModule("", Name, Path+"/").run(self.Core, Plugin)
File "/home/krzysiek/tools/sec/owtf/plugins/web/grep/Vulnerable_Remember_Password_and_Pwd_Reset@OWASP-AT-006.py", line 40, in run
Content += Core.PluginHelper.FindMultilineResponseMatchesForRegexps(Core.Config.GetAsList([ 'RESPONSE_REGEXP_FOR_AUTOCOMPLETE' ]), PluginInfo)
File "/home/krzysiek/tools/sec/owtf/framework/plugin/plugin_helper.py", line 654, in FindMultilineResponseMatchesForRegexps
Result += self.FindMultilineResponseMatchesForRegexp( ResponseRegexp, PluginInfo )
File "/home/krzysiek/tools/sec/owtf/framework/plugin/plugin_helper.py", line 648, in FindMultilineResponseMatchesForRegexp
return self.DrawResponseMatchesTables( self.Core.DB.Transaction.GrepMultiLineResponseRegexp( ResponseRegexp ), PluginInfo )
File "/home/krzysiek/tools/sec/owtf/framework/db/transaction_manager.py", line 263, in GrepMultiLineResponseRegexp
return self.GrepUsingRegexp(ResponseRegexp, GrepLocation)
File "/home/krzysiek/tools/sec/owtf/framework/db/transaction_manager.py", line 276, in GrepUsingRegexp
for FileMatch in Regexp.findall(open(File).read()):
IOError: [Errno 2] No such file or directory: 'grep: owtf_review/xxx.xxx.xxx.xxx/80/http__some.target.com/transactions/response_bodies/scope_*: Nie ma takiego pliku ani katalogu'
____________________________________________________________________________________________________
____________________________________________________________________________________________________
OWTF BUG: Please report the sanitised information below to help make this better. Thank you.
****************************************************************************************************
Message: Plugin grep/Application_Configuration_Management@OWASP-CM-004.py failed for target http://some.target.com
Command: owtf.py -t quiet http://some.target.com/
Error Trace:
Traceback (most recent call last):
File "/home/krzysiek/tools/sec/owtf/framework/plugin/plugin_handler.py", line 274, in ProcessPlugin
output = self.RunPlugin(PluginDir, Plugin)
File "/home/krzysiek/tools/sec/owtf/framework/plugin/plugin_handler.py", line 251, in RunPlugin
PluginOutput = self.GetModule("", Name, Path+"/").run(self.Core, Plugin)
File "/home/krzysiek/tools/sec/owtf/plugins/web/grep/Application_Configuration_Management@OWASP-CM-004.py", line 40, in run
Content = Core.PluginHelper.FindMultilineResponseMatchesForRegexps(Core.Config.GetAsList([ 'RESPONSE_REGEXP_FOR_HTML_COMMENTS','RESPONSE_REGEXP_FOR_CSS_JS_COMMENTS','RESPONSE_REGEXP_FOR_JS_COMMENTS', 'RESPONSE_REGEXP_FOR_PHP_SOURCE', 'RESPONSE_REGEXP_FOR_ASP_SOURCE', 'RESPONSE_REGEXP_FOR_SQL_INJECTION' ]), PluginInfo)
File "/home/krzysiek/tools/sec/owtf/framework/plugin/plugin_helper.py", line 654, in FindMultilineResponseMatchesForRegexps
Result += self.FindMultilineResponseMatchesForRegexp( ResponseRegexp, PluginInfo )
File "/home/krzysiek/tools/sec/owtf/framework/plugin/plugin_helper.py", line 648, in FindMultilineResponseMatchesForRegexp
return self.DrawResponseMatchesTables( self.Core.DB.Transaction.GrepMultiLineResponseRegexp( ResponseRegexp ), PluginInfo )
File "/home/krzysiek/tools/sec/owtf/framework/db/transaction_manager.py", line 263, in GrepMultiLineResponseRegexp
return self.GrepUsingRegexp(ResponseRegexp, GrepLocation)
File "/home/krzysiek/tools/sec/owtf/framework/db/transaction_manager.py", line 276, in GrepUsingRegexp
for FileMatch in Regexp.findall(open(File).read()):
IOError: [Errno 2] No such file or directory: 'grep: owtf_review/xxx.xxx.xxx.xxx/80/http__some.target.com/transactions/response_bodies/scope_*: Nie ma takiego pliku ani katalogu'
____________________________________________________________________________________________________
____________________________________________________________________________________________________
OWTF BUG: Please report the sanitised information below to help make this better. Thank you.
****************************************************************************************************
Message: Plugin grep/Cookies_attributes@OWASP-SM-002.py failed for target http://some.target.com
Command: owtf.py -t quiet http://some.target.com/
Error Trace:
Traceback (most recent call last):
File "/home/krzysiek/tools/sec/owtf/framework/plugin/plugin_handler.py", line 274, in ProcessPlugin
output = self.RunPlugin(PluginDir, Plugin)
File "/home/krzysiek/tools/sec/owtf/framework/plugin/plugin_handler.py", line 251, in RunPlugin
PluginOutput = self.GetModule("", Name, Path+"/").run(self.Core, Plugin)
File "/home/krzysiek/tools/sec/owtf/plugins/web/grep/Cookies_attributes@OWASP-SM-002.py", line 44, in run
AttributeAnalysis = Core.PluginHelper.CookieAttributeAnalysis(AllValues, Header2TransacDict)
File "/home/krzysiek/tools/sec/owtf/framework/plugin/plugin_helper.py", line 801, in CookieAttributeAnalysis
} for Cookie in CookieValueList
KeyError: 'set-cookieNie ma takiego pliku ani katalogu'
____________________________________________________________________________________________________
____________________________________________________________________________________________________
OWTF BUG: Please report the sanitised information below to help make this better. Thank you.
****************************************************************************************************
Message: Plugin grep/CORS@OWTF-WGP-002.py failed for target http://some.target.com
Command: owtf.py -t quiet http://some.target.com/
Error Trace:
Traceback (most recent call last):
File "/home/krzysiek/tools/sec/owtf/framework/plugin/plugin_handler.py", line 274, in ProcessPlugin
output = self.RunPlugin(PluginDir, Plugin)
File "/home/krzysiek/tools/sec/owtf/framework/plugin/plugin_handler.py", line 251, in RunPlugin
PluginOutput = self.GetModule("", Name, Path+"/").run(self.Core, Plugin)
File "/home/krzysiek/tools/sec/owtf/plugins/web/grep/CORS@OWTF-WGP-002.py", line 42, in run
Content += Core.PluginHelper.FindResponseHeaderMatchesForRegexp(Core.Config.Get('HEADERS_REGEXP_FOR_CORS_METHODS'), PluginInfo)
File "/home/krzysiek/tools/sec/owtf/framework/plugin/plugin_helper.py", line 639, in FindResponseHeaderMatchesForRegexp
return self.DrawResponseMatchesTables(self.Core.DB.Transaction.GrepResponseHeadersRegexp(HeaderRegexp), PluginInfo)
File "/home/krzysiek/tools/sec/owtf/framework/db/transaction_manager.py", line 241, in GrepResponseHeadersRegexp
return self.GrepUsingRegexp(HeadersRegexp, GrepLocation)
File "/home/krzysiek/tools/sec/owtf/framework/db/transaction_manager.py", line 276, in GrepUsingRegexp
for FileMatch in Regexp.findall(open(File).read()):
IOError: [Errno 2] No such file or directory: 'grep: owtf_review/xxx.xxx.xxx.xxx/80/http__some.target.com/transactions/response_headers/scope_*: Nie ma takiego pliku ani katalogu'
____________________________________________________________________________________________________
____________________________________________________________________________________________________
OWTF BUG: Please report the sanitised information below to help make this better. Thank you.
****************************************************************************************************
Message: Plugin grep/Credentials_transport_over_an_encrypted_channel@OWASP-AT-001.py failed for target http://some.target.com
Command: owtf.py -t quiet http://some.target.com/
Error Trace:
Traceback (most recent call last):
File "/home/krzysiek/tools/sec/owtf/framework/plugin/plugin_handler.py", line 274, in ProcessPlugin
output = self.RunPlugin(PluginDir, Plugin)
File "/home/krzysiek/tools/sec/owtf/framework/plugin/plugin_handler.py", line 251, in RunPlugin
PluginOutput = self.GetModule("", Name, Path+"/").run(self.Core, Plugin)
File "/home/krzysiek/tools/sec/owtf/plugins/web/grep/Credentials_transport_over_an_encrypted_channel@OWASP-AT-001.py", line 40, in run
Command, RegexpName, Matches = Core.DB.Transaction.GrepMultiLineResponseRegexp(Core.Config.Get('RESPONSE_REGEXP_FOR_PASSWORDS'))
File "/home/krzysiek/tools/sec/owtf/framework/db/transaction_manager.py", line 263, in GrepMultiLineResponseRegexp
return self.GrepUsingRegexp(ResponseRegexp, GrepLocation)
File "/home/krzysiek/tools/sec/owtf/framework/db/transaction_manager.py", line 276, in GrepUsingRegexp
for FileMatch in Regexp.findall(open(File).read()):
IOError: [Errno 2] No such file or directory: 'grep: owtf_review/xxx.xxx.xxx.xxx/80/http__some.target.com/transactions/response_bodies/scope_*: Nie ma takiego pliku ani katalogu'
____________________________________________________________________________________________________
____________________________________________________________________________________________________
OWTF BUG: Please report the sanitised information below to help make this better. Thank you.
****************************************************************************************************
Message: Plugin grep/DoS_Failure_to_Release_Resources@OWASP-DS-007.py failed for target http://some.target.com
Command: owtf.py -t quiet http://some.target.com/
Error Trace:
Traceback (most recent call last):
File "/home/krzysiek/tools/sec/owtf/framework/plugin/plugin_handler.py", line 274, in ProcessPlugin
output = self.RunPlugin(PluginDir, Plugin)
File "/home/krzysiek/tools/sec/owtf/framework/plugin/plugin_handler.py", line 251, in RunPlugin
PluginOutput = self.GetModule("", Name, Path+"/").run(self.Core, Plugin)
File "/home/krzysiek/tools/sec/owtf/plugins/web/grep/DoS_Failure_to_Release_Resources@OWASP-DS-007.py", line 49, in run
Content += Core.Reporter.DrawHTTPTransactionTable(SlowTransactions)
File "/home/krzysiek/tools/sec/owtf/framework/report/reporter.py", line 175, in DrawHTTPTransactionTable
} for Transaction in TransactionList
AttributeError: HTTP_Transaction instance has no attribute 'HTMLLinkToID'
____________________________________________________________________________________________________
____________________________________________________________________________________________________
OWTF BUG: Please report the sanitised information below to help make this better. Thank you.
****************************************************************************************************
Message: Plugin grep/Logout_and_Browser_Cache_Management@OWASP-AT-007.py failed for target http://some.target.com
Command: owtf.py -t quiet http://some.target.com/
Error Trace:
Traceback (most recent call last):
File "/home/krzysiek/tools/sec/owtf/framework/plugin/plugin_handler.py", line 274, in ProcessPlugin
output = self.RunPlugin(PluginDir, Plugin)
File "/home/krzysiek/tools/sec/owtf/framework/plugin/plugin_handler.py", line 251, in RunPlugin
PluginOutput = self.GetModule("", Name, Path+"/").run(self.Core, Plugin)
File "/home/krzysiek/tools/sec/owtf/plugins/web/grep/Logout_and_Browser_Cache_Management@OWASP-AT-007.py", line 42, in run
Content += Core.PluginHelper.FindMultilineResponseMatchesForRegexps(Core.Config.GetAsList([ 'RESPONSE_REGEXP_FOR_CACHE_PROTECTION' ]), PluginInfo)
File "/home/krzysiek/tools/sec/owtf/framework/plugin/plugin_helper.py", line 654, in FindMultilineResponseMatchesForRegexps
Result += self.FindMultilineResponseMatchesForRegexp( ResponseRegexp, PluginInfo )
File "/home/krzysiek/tools/sec/owtf/framework/plugin/plugin_helper.py", line 648, in FindMultilineResponseMatchesForRegexp
return self.DrawResponseMatchesTables( self.Core.DB.Transaction.GrepMultiLineResponseRegexp( ResponseRegexp ), PluginInfo )
File "/home/krzysiek/tools/sec/owtf/framework/db/transaction_manager.py", line 263, in GrepMultiLineResponseRegexp
return self.GrepUsingRegexp(ResponseRegexp, GrepLocation)
File "/home/krzysiek/tools/sec/owtf/framework/db/transaction_manager.py", line 276, in GrepUsingRegexp
for FileMatch in Regexp.findall(open(File).read()):
IOError: [Errno 2] No such file or directory: 'grep: owtf_review/xxx.xxx.xxx.xxx/80/http__some.target.com/transactions/response_bodies/scope_*: Nie ma takiego pliku ani katalogu'
____________________________________________________________________________________________________
____________________________________________________________________________________________________
OWTF BUG: Please report the sanitised information below to help make this better. Thank you.
****************************************************************************************************
Message: Plugin grep/Spiders_Robots_and_Crawlers@OWASP-IG-001.py failed for target http://some.target.com
Command: owtf.py -t quiet http://some.target.com/
Error Trace:
Traceback (most recent call last):
File "/home/krzysiek/tools/sec/owtf/framework/plugin/plugin_handler.py", line 274, in ProcessPlugin
output = self.RunPlugin(PluginDir, Plugin)
File "/home/krzysiek/tools/sec/owtf/framework/plugin/plugin_handler.py", line 251, in RunPlugin
PluginOutput = self.GetModule("", Name, Path+"/").run(self.Core, Plugin)
File "/home/krzysiek/tools/sec/owtf/plugins/web/grep/Spiders_Robots_and_Crawlers@OWASP-IG-001.py", line 42, in run
Content += Core.PluginHelper.FindMultilineResponseMatchesForRegexps(Core.Config.GetAsList(['RESPONSE_REGEXP_FOR_ROBOTS_META_TAG']), PluginInfo)
File "/home/krzysiek/tools/sec/owtf/framework/plugin/plugin_helper.py", line 654, in FindMultilineResponseMatchesForRegexps
Result += self.FindMultilineResponseMatchesForRegexp( ResponseRegexp, PluginInfo )
File "/home/krzysiek/tools/sec/owtf/framework/plugin/plugin_helper.py", line 648, in FindMultilineResponseMatchesForRegexp
return self.DrawResponseMatchesTables( self.Core.DB.Transaction.GrepMultiLineResponseRegexp( ResponseRegexp ), PluginInfo )
File "/home/krzysiek/tools/sec/owtf/framework/db/transaction_manager.py", line 263, in GrepMultiLineResponseRegexp
return self.GrepUsingRegexp(ResponseRegexp, GrepLocation)
File "/home/krzysiek/tools/sec/owtf/framework/db/transaction_manager.py", line 276, in GrepUsingRegexp
for FileMatch in Regexp.findall(open(File).read()):
IOError: [Errno 2] No such file or directory: 'grep: owtf_review/xxx.xxx.xxx.xxx/80/http__some.target.com/transactions/response_bodies/scope_*: Nie ma takiego pliku ani katalogu'
____________________________________________________________________________________________________
____________________________________________________________________________________________________
OWTF BUG: Please report the sanitised information below to help make this better. Thank you.
****************************************************************************************************
Message: Plugin grep/Testing_for_CSRF@OWASP-SM-005.py failed for target http://some.target.com
Command: owtf.py -t quiet http://some.target.com/
Error Trace:
Traceback (most recent call last):
File "/home/krzysiek/tools/sec/owtf/framework/plugin/plugin_handler.py", line 274, in ProcessPlugin
output = self.RunPlugin(PluginDir, Plugin)
File "/home/krzysiek/tools/sec/owtf/framework/plugin/plugin_handler.py", line 251, in RunPlugin
PluginOutput = self.GetModule("", Name, Path+"/").run(self.Core, Plugin)
File "/home/krzysiek/tools/sec/owtf/plugins/web/grep/Testing_for_CSRF@OWASP-SM-005.py", line 40, in run
Content = Core.PluginHelper.FindMultilineResponseMatchesForRegexps(Core.Config.GetAsList([ 'RESPONSE_REGEXP_FOR_HIDDEN' ]), PluginInfo)
File "/home/krzysiek/tools/sec/owtf/framework/plugin/plugin_helper.py", line 654, in FindMultilineResponseMatchesForRegexps
Result += self.FindMultilineResponseMatchesForRegexp( ResponseRegexp, PluginInfo )
File "/home/krzysiek/tools/sec/owtf/framework/plugin/plugin_helper.py", line 648, in FindMultilineResponseMatchesForRegexp
return self.DrawResponseMatchesTables( self.Core.DB.Transaction.GrepMultiLineResponseRegexp( ResponseRegexp ), PluginInfo )
File "/home/krzysiek/tools/sec/owtf/framework/db/transaction_manager.py", line 263, in GrepMultiLineResponseRegexp
return self.GrepUsingRegexp(ResponseRegexp, GrepLocation)
File "/home/krzysiek/tools/sec/owtf/framework/db/transaction_manager.py", line 276, in GrepUsingRegexp
for FileMatch in Regexp.findall(open(File).read()):
IOError: [Errno 2] No such file or directory: 'grep: owtf_review/xxx.xxx.xxx.xxx/80/http__some.target.com/transactions/response_bodies/scope_*: Nie ma takiego pliku ani katalogu'
____________________________________________________________________________________________________
____________________________________________________________________________________________________
OWTF BUG: Please report the sanitised information below to help make this better. Thank you.
****************************************************************************************************
Message: Plugin grep/Testing_for_SQL_Injection@OWASP-DV-005.py failed for target http://some.target.com
Command: owtf.py -t quiet http://some.target.com/
Error Trace:
Traceback (most recent call last):
File "/home/krzysiek/tools/sec/owtf/framework/plugin/plugin_handler.py", line 274, in ProcessPlugin
output = self.RunPlugin(PluginDir, Plugin)
File "/home/krzysiek/tools/sec/owtf/framework/plugin/plugin_handler.py", line 251, in RunPlugin
PluginOutput = self.GetModule("", Name, Path+"/").run(self.Core, Plugin)
File "/home/krzysiek/tools/sec/owtf/plugins/web/grep/Testing_for_SQL_Injection@OWASP-DV-005.py", line 40, in run
Content = Core.PluginHelper.FindMultilineResponseMatchesForRegexps(Core.Config.GetAsList([ 'RESPONSE_REGEXP_FOR_SQL_INJECTION' ]), PluginInfo)
File "/home/krzysiek/tools/sec/owtf/framework/plugin/plugin_helper.py", line 654, in FindMultilineResponseMatchesForRegexps
Result += self.FindMultilineResponseMatchesForRegexp( ResponseRegexp, PluginInfo )
File "/home/krzysiek/tools/sec/owtf/framework/plugin/plugin_helper.py", line 648, in FindMultilineResponseMatchesForRegexp
return self.DrawResponseMatchesTables( self.Core.DB.Transaction.GrepMultiLineResponseRegexp( ResponseRegexp ), PluginInfo )
File "/home/krzysiek/tools/sec/owtf/framework/db/transaction_manager.py", line 263, in GrepMultiLineResponseRegexp
return self.GrepUsingRegexp(ResponseRegexp, GrepLocation)
File "/home/krzysiek/tools/sec/owtf/framework/db/transaction_manager.py", line 276, in GrepUsingRegexp
for FileMatch in Regexp.findall(open(File).read()):
IOError: [Errno 2] No such file or directory: 'grep: owtf_review/xxx.xxx.xxx.xxx/80/http__some.target.com/transactions/response_bodies/scope_*: Nie ma takiego pliku ani katalogu'
____________________________________________________________________________________________________
____________________________________________________________________________________________________
OWTF BUG: Please report the sanitised information below to help make this better. Thank you.
****************************************************************************************************
Message: Plugin grep/Testing_for_SSI_Injection@OWASP-DV-009.py failed for target http://some.target.com
Command: owtf.py -t quiet http://some.target.com/
Error Trace:
Traceback (most recent call last):
File "/home/krzysiek/tools/sec/owtf/framework/plugin/plugin_handler.py", line 274, in ProcessPlugin
output = self.RunPlugin(PluginDir, Plugin)
File "/home/krzysiek/tools/sec/owtf/framework/plugin/plugin_handler.py", line 251, in RunPlugin
PluginOutput = self.GetModule("", Name, Path+"/").run(self.Core, Plugin)
File "/home/krzysiek/tools/sec/owtf/plugins/web/grep/Testing_for_SSI_Injection@OWASP-DV-009.py", line 40, in run
Content = Core.PluginHelper.FindMultilineResponseMatchesForRegexps(Core.Config.GetAsList([ 'RESPONSE_REGEXP_FOR_SSI' ]), PluginInfo)
File "/home/krzysiek/tools/sec/owtf/framework/plugin/plugin_helper.py", line 654, in FindMultilineResponseMatchesForRegexps
Result += self.FindMultilineResponseMatchesForRegexp( ResponseRegexp, PluginInfo )
File "/home/krzysiek/tools/sec/owtf/framework/plugin/plugin_helper.py", line 648, in FindMultilineResponseMatchesForRegexp
return self.DrawResponseMatchesTables( self.Core.DB.Transaction.GrepMultiLineResponseRegexp( ResponseRegexp ), PluginInfo )
File "/home/krzysiek/tools/sec/owtf/framework/db/transaction_manager.py", line 263, in GrepMultiLineResponseRegexp
return self.GrepUsingRegexp(ResponseRegexp, GrepLocation)
File "/home/krzysiek/tools/sec/owtf/framework/db/transaction_manager.py", line 276, in GrepUsingRegexp
for FileMatch in Regexp.findall(open(File).read()):
IOError: [Errno 2] No such file or directory: 'grep: owtf_review/xxx.xxx.xxx.xxx/80/http__some.target.com/transactions/response_bodies/scope_*: Nie ma takiego pliku ani katalogu'
____________________________________________________________________________________________________
____________________________________________________________________________________________________
OWTF BUG: Please report the sanitised information below to help make this better. Thank you.
****************************************************************************************************
Message: Plugin grep/Vulnerable_Remember_Password_and_Pwd_Reset@OWASP-AT-006.py failed for target http://some.target.com
Command: owtf.py -t quiet http://some.target.com/
Error Trace:
Traceback (most recent call last):
File "/home/krzysiek/tools/sec/owtf/framework/plugin/plugin_handler.py", line 274, in ProcessPlugin
output = self.RunPlugin(PluginDir, Plugin)
File "/home/krzysiek/tools/sec/owtf/framework/plugin/plugin_handler.py", line 251, in RunPlugin
PluginOutput = self.GetModule("", Name, Path+"/").run(self.Core, Plugin)
File "/home/krzysiek/tools/sec/owtf/plugins/web/grep/Vulnerable_Remember_Password_and_Pwd_Reset@OWASP-AT-006.py", line 40, in run
Content += Core.PluginHelper.FindMultilineResponseMatchesForRegexps(Core.Config.GetAsList([ 'RESPONSE_REGEXP_FOR_AUTOCOMPLETE' ]), PluginInfo)
File "/home/krzysiek/tools/sec/owtf/framework/plugin/plugin_helper.py", line 654, in FindMultilineResponseMatchesForRegexps
Result += self.FindMultilineResponseMatchesForRegexp( ResponseRegexp, PluginInfo )
File "/home/krzysiek/tools/sec/owtf/framework/plugin/plugin_helper.py", line 648, in FindMultilineResponseMatchesForRegexp
return self.DrawResponseMatchesTables( self.Core.DB.Transaction.GrepMultiLineResponseRegexp( ResponseRegexp ), PluginInfo )
File "/home/krzysiek/tools/sec/owtf/framework/db/transaction_manager.py", line 263, in GrepMultiLineResponseRegexp
return self.GrepUsingRegexp(ResponseRegexp, GrepLocation)
File "/home/krzysiek/tools/sec/owtf/framework/db/transaction_manager.py", line 276, in GrepUsingRegexp
for FileMatch in Regexp.findall(open(File).read()):
IOError: [Errno 2] No such file or directory: 'grep: owtf_review/xxx.xxx.xxx.xxx/80/http__some.target.com/transactions/response_bodies/scope_*: Nie ma takiego pliku ani katalogu'
____________________________________________________________________________________________________
____________________________________________________________________________________________________
OWTF BUG: Please report the sanitised information below to help make this better. Thank you.
****************************************************************************************************
Message: Plugin grep/Application_Configuration_Management@OWASP-CM-004.py failed for target http://some.target.com
Command: owtf.py -t quiet http://some.target.com/
Error Trace:
Traceback (most recent call last):
File "/home/krzysiek/tools/sec/owtf/framework/plugin/plugin_handler.py", line 274, in ProcessPlugin
output = self.RunPlugin(PluginDir, Plugin)
File "/home/krzysiek/tools/sec/owtf/framework/plugin/plugin_handler.py", line 251, in RunPlugin
PluginOutput = self.GetModule("", Name, Path+"/").run(self.Core, Plugin)
File "/home/krzysiek/tools/sec/owtf/plugins/web/grep/Application_Configuration_Management@OWASP-CM-004.py", line 40, in run
Content = Core.PluginHelper.FindMultilineResponseMatchesForRegexps(Core.Config.GetAsList([ 'RESPONSE_REGEXP_FOR_HTML_COMMENTS','RESPONSE_REGEXP_FOR_CSS_JS_COMMENTS','RESPONSE_REGEXP_FOR_JS_COMMENTS', 'RESPONSE_REGEXP_FOR_PHP_SOURCE', 'RESPONSE_REGEXP_FOR_ASP_SOURCE', 'RESPONSE_REGEXP_FOR_SQL_INJECTION' ]), PluginInfo)
File "/home/krzysiek/tools/sec/owtf/framework/plugin/plugin_helper.py", line 654, in FindMultilineResponseMatchesForRegexps
Result += self.FindMultilineResponseMatchesForRegexp( ResponseRegexp, PluginInfo )
File "/home/krzysiek/tools/sec/owtf/framework/plugin/plugin_helper.py", line 648, in FindMultilineResponseMatchesForRegexp
return self.DrawResponseMatchesTables( self.Core.DB.Transaction.GrepMultiLineResponseRegexp( ResponseRegexp ), PluginInfo )
File "/home/krzysiek/tools/sec/owtf/framework/db/transaction_manager.py", line 263, in GrepMultiLineResponseRegexp
return self.GrepUsingRegexp(ResponseRegexp, GrepLocation)
File "/home/krzysiek/tools/sec/owtf/framework/db/transaction_manager.py", line 276, in GrepUsingRegexp
for FileMatch in Regexp.findall(open(File).read()):
IOError: [Errno 2] No such file or directory: 'grep: owtf_review/xxx.xxx.xxx.xxx/80/http__some.target.com/transactions/response_bodies/scope_*: Nie ma takiego pliku ani katalogu'
____________________________________________________________________________________________________
____________________________________________________________________________________________________
OWTF BUG: Please report the sanitised information below to help make this better. Thank you.
****************************************************************************************************
Message: Plugin grep/Cookies_attributes@OWASP-SM-002.py failed for target http://some.target.com
Command: owtf.py -t quiet http://some.target.com/
Error Trace:
Traceback (most recent call last):
File "/home/krzysiek/tools/sec/owtf/framework/plugin/plugin_handler.py", line 274, in ProcessPlugin
output = self.RunPlugin(PluginDir, Plugin)
File "/home/krzysiek/tools/sec/owtf/framework/plugin/plugin_handler.py", line 251, in RunPlugin
PluginOutput = self.GetModule("", Name, Path+"/").run(self.Core, Plugin)
File "/home/krzysiek/tools/sec/owtf/plugins/web/grep/Cookies_attributes@OWASP-SM-002.py", line 44, in run
AttributeAnalysis = Core.PluginHelper.CookieAttributeAnalysis(AllValues, Header2TransacDict)
File "/home/krzysiek/tools/sec/owtf/framework/plugin/plugin_helper.py", line 801, in CookieAttributeAnalysis
} for Cookie in CookieValueList
KeyError: 'set-cookieNie ma takiego pliku ani katalogu'
____________________________________________________________________________________________________
____________________________________________________________________________________________________
OWTF BUG: Please report the sanitised information below to help make this better. Thank you.
****************************************************************************************************
Message: Plugin grep/CORS@OWTF-WGP-002.py failed for target http://some.target.com
Command: owtf.py -t quiet http://some.target.com/
Error Trace:
Traceback (most recent call last):
File "/home/krzysiek/tools/sec/owtf/framework/plugin/plugin_handler.py", line 274, in ProcessPlugin
output = self.RunPlugin(PluginDir, Plugin)
File "/home/krzysiek/tools/sec/owtf/framework/plugin/plugin_handler.py", line 251, in RunPlugin
PluginOutput = self.GetModule("", Name, Path+"/").run(self.Core, Plugin)
File "/home/krzysiek/tools/sec/owtf/plugins/web/grep/CORS@OWTF-WGP-002.py", line 42, in run
Content += Core.PluginHelper.FindResponseHeaderMatchesForRegexp(Core.Config.Get('HEADERS_REGEXP_FOR_CORS_METHODS'), PluginInfo)
File "/home/krzysiek/tools/sec/owtf/framework/plugin/plugin_helper.py", line 639, in FindResponseHeaderMatchesForRegexp
return self.DrawResponseMatchesTables(self.Core.DB.Transaction.GrepResponseHeadersRegexp(HeaderRegexp), PluginInfo)
File "/home/krzysiek/tools/sec/owtf/framework/db/transaction_manager.py", line 241, in GrepResponseHeadersRegexp
return self.GrepUsingRegexp(HeadersRegexp, GrepLocation)
File "/home/krzysiek/tools/sec/owtf/framework/db/transaction_manager.py", line 276, in GrepUsingRegexp
for FileMatch in Regexp.findall(open(File).read()):
IOError: [Errno 2] No such file or directory: 'grep: owtf_review/xxx.xxx.xxx.xxx/80/http__some.target.com/transactions/response_headers/scope_*: Nie ma takiego pliku ani katalogu'
____________________________________________________________________________________________________
____________________________________________________________________________________________________
OWTF BUG: Please report the sanitised information below to help make this better. Thank you.
****************************************************************************************************
Message: Plugin grep/Credentials_transport_over_an_encrypted_channel@OWASP-AT-001.py failed for target http://some.target.com
Command: owtf.py -t quiet http://some.target.com/
Error Trace:
Traceback (most recent call last):
File "/home/krzysiek/tools/sec/owtf/framework/plugin/plugin_handler.py", line 274, in ProcessPlugin
output = self.RunPlugin(PluginDir, Plugin)
File "/home/krzysiek/tools/sec/owtf/framework/plugin/plugin_handler.py", line 251, in RunPlugin
PluginOutput = self.GetModule("", Name, Path+"/").run(self.Core, Plugin)
File "/home/krzysiek/tools/sec/owtf/plugins/web/grep/Credentials_transport_over_an_encrypted_channel@OWASP-AT-001.py", line 40, in run
Command, RegexpName, Matches = Core.DB.Transaction.GrepMultiLineResponseRegexp(Core.Config.Get('RESPONSE_REGEXP_FOR_PASSWORDS'))
File "/home/krzysiek/tools/sec/owtf/framework/db/transaction_manager.py", line 263, in GrepMultiLineResponseRegexp
return self.GrepUsingRegexp(ResponseRegexp, GrepLocation)
File "/home/krzysiek/tools/sec/owtf/framework/db/transaction_manager.py", line 276, in GrepUsingRegexp
for FileMatch in Regexp.findall(open(File).read()):
IOError: [Errno 2] No such file or directory: 'grep: owtf_review/xxx.xxx.xxx.xxx/80/http__some.target.com/transactions/response_bodies/scope_*: Nie ma takiego pliku ani katalogu'
____________________________________________________________________________________________________
____________________________________________________________________________________________________
OWTF BUG: Please report the sanitised information below to help make this better. Thank you.
****************************************************************************************************
Message: Plugin grep/DoS_Failure_to_Release_Resources@OWASP-DS-007.py failed for target http://some.target.com
Command: owtf.py -t quiet http://some.target.com/
Error Trace:
Traceback (most recent call last):
File "/home/krzysiek/tools/sec/owtf/framework/plugin/plugin_handler.py", line 274, in ProcessPlugin
output = self.RunPlugin(PluginDir, Plugin)
File "/home/krzysiek/tools/sec/owtf/framework/plugin/plugin_handler.py", line 251, in RunPlugin
PluginOutput = self.GetModule("", Name, Path+"/").run(self.Core, Plugin)
File "/home/krzysiek/tools/sec/owtf/plugins/web/grep/DoS_Failure_to_Release_Resources@OWASP-DS-007.py", line 49, in run
Content += Core.Reporter.DrawHTTPTransactionTable(SlowTransactions)
File "/home/krzysiek/tools/sec/owtf/framework/report/reporter.py", line 175, in DrawHTTPTransactionTable
} for Transaction in TransactionList
AttributeError: HTTP_Transaction instance has no attribute 'HTMLLinkToID'
____________________________________________________________________________________________________
____________________________________________________________________________________________________
OWTF BUG: Please report the sanitised information below to help make this better. Thank you.
****************************************************************************************************
Message: Plugin grep/Logout_and_Browser_Cache_Management@OWASP-AT-007.py failed for target http://some.target.com
Command: owtf.py -t quiet http://some.target.com/
Error Trace:
Traceback (most recent call last):
File "/home/krzysiek/tools/sec/owtf/framework/plugin/plugin_handler.py", line 274, in ProcessPlugin
output = self.RunPlugin(PluginDir, Plugin)
File "/home/krzysiek/tools/sec/owtf/framework/plugin/plugin_handler.py", line 251, in RunPlugin
PluginOutput = self.GetModule("", Name, Path+"/").run(self.Core, Plugin)
File "/home/krzysiek/tools/sec/owtf/plugins/web/grep/Logout_and_Browser_Cache_Management@OWASP-AT-007.py", line 42, in run
Content += Core.PluginHelper.FindMultilineResponseMatchesForRegexps(Core.Config.GetAsList([ 'RESPONSE_REGEXP_FOR_CACHE_PROTECTION' ]), PluginInfo)
File "/home/krzysiek/tools/sec/owtf/framework/plugin/plugin_helper.py", line 654, in FindMultilineResponseMatchesForRegexps
Result += self.FindMultilineResponseMatchesForRegexp( ResponseRegexp, PluginInfo )
File "/home/krzysiek/tools/sec/owtf/framework/plugin/plugin_helper.py", line 648, in FindMultilineResponseMatchesForRegexp
return self.DrawResponseMatchesTables( self.Core.DB.Transaction.GrepMultiLineResponseRegexp( ResponseRegexp ), PluginInfo )
File "/home/krzysiek/tools/sec/owtf/framework/db/transaction_manager.py", line 263, in GrepMultiLineResponseRegexp
return self.GrepUsingRegexp(ResponseRegexp, GrepLocation)
File "/home/krzysiek/tools/sec/owtf/framework/db/transaction_manager.py", line 276, in GrepUsingRegexp
for FileMatch in Regexp.findall(open(File).read()):
IOError: [Errno 2] No such file or directory: 'grep: owtf_review/xxx.xxx.xxx.xxx/80/http__some.target.com/transactions/response_bodies/scope_*: Nie ma takiego pliku ani katalogu'
____________________________________________________________________________________________________
____________________________________________________________________________________________________
OWTF BUG: Please report the sanitised information below to help make this better. Thank you.
****************************************************************************************************
Message: Plugin grep/Spiders_Robots_and_Crawlers@OWASP-IG-001.py failed for target http://some.target.com
Command: owtf.py -t quiet http://some.target.com/
Error Trace:
Traceback (most recent call last):
File "/home/krzysiek/tools/sec/owtf/framework/plugin/plugin_handler.py", line 274, in ProcessPlugin
output = self.RunPlugin(PluginDir, Plugin)
File "/home/krzysiek/tools/sec/owtf/framework/plugin/plugin_handler.py", line 251, in RunPlugin
PluginOutput = self.GetModule("", Name, Path+"/").run(self.Core, Plugin)
File "/home/krzysiek/tools/sec/owtf/plugins/web/grep/Spiders_Robots_and_Crawlers@OWASP-IG-001.py", line 42, in run
Content += Core.PluginHelper.FindMultilineResponseMatchesForRegexps(Core.Config.GetAsList(['RESPONSE_REGEXP_FOR_ROBOTS_META_TAG']), PluginInfo)
File "/home/krzysiek/tools/sec/owtf/framework/plugin/plugin_helper.py", line 654, in FindMultilineResponseMatchesForRegexps
Result += self.FindMultilineResponseMatchesForRegexp( ResponseRegexp, PluginInfo )
File "/home/krzysiek/tools/sec/owtf/framework/plugin/plugin_helper.py", line 648, in FindMultilineResponseMatchesForRegexp
return self.DrawResponseMatchesTables( self.Core.DB.Transaction.GrepMultiLineResponseRegexp( ResponseRegexp ), PluginInfo )
File "/home/krzysiek/tools/sec/owtf/framework/db/transaction_manager.py", line 263, in GrepMultiLineResponseRegexp
return self.GrepUsingRegexp(ResponseRegexp, GrepLocation)
File "/home/krzysiek/tools/sec/owtf/framework/db/transaction_manager.py", line 276, in GrepUsingRegexp
for FileMatch in Regexp.findall(open(File).read()):
IOError: [Errno 2] No such file or directory: 'grep: owtf_review/xxx.xxx.xxx.xxx/80/http__some.target.com/transactions/response_bodies/scope_*: Nie ma takiego pliku ani katalogu'
____________________________________________________________________________________________________
____________________________________________________________________________________________________
OWTF BUG: Please report the sanitised information below to help make this better. Thank you.
****************************************************************************************************
Message: Plugin grep/Testing_for_CSRF@OWASP-SM-005.py failed for target http://some.target.com
Command: owtf.py -t quiet http://some.target.com/
Error Trace:
Traceback (most recent call last):
File "/home/krzysiek/tools/sec/owtf/framework/plugin/plugin_handler.py", line 274, in ProcessPlugin
output = self.RunPlugin(PluginDir, Plugin)
File "/home/krzysiek/tools/sec/owtf/framework/plugin/plugin_handler.py", line 251, in RunPlugin
PluginOutput = self.GetModule("", Name, Path+"/").run(self.Core, Plugin)
File "/home/krzysiek/tools/sec/owtf/plugins/web/grep/Testing_for_CSRF@OWASP-SM-005.py", line 40, in run
Content = Core.PluginHelper.FindMultilineResponseMatchesForRegexps(Core.Config.GetAsList([ 'RESPONSE_REGEXP_FOR_HIDDEN' ]), PluginInfo)
File "/home/krzysiek/tools/sec/owtf/framework/plugin/plugin_helper.py", line 654, in FindMultilineResponseMatchesForRegexps
Result += self.FindMultilineResponseMatchesForRegexp( ResponseRegexp, PluginInfo )
File "/home/krzysiek/tools/sec/owtf/framework/plugin/plugin_helper.py", line 648, in FindMultilineResponseMatchesForRegexp
return self.DrawResponseMatchesTables( self.Core.DB.Transaction.GrepMultiLineResponseRegexp( ResponseRegexp ), PluginInfo )
File "/home/krzysiek/tools/sec/owtf/framework/db/transaction_manager.py", line 263, in GrepMultiLineResponseRegexp
return self.GrepUsingRegexp(ResponseRegexp, GrepLocation)
File "/home/krzysiek/tools/sec/owtf/framework/db/transaction_manager.py", line 276, in GrepUsingRegexp
for FileMatch in Regexp.findall(open(File).read()):
IOError: [Errno 2] No such file or directory: 'grep: owtf_review/xxx.xxx.xxx.xxx/80/http__some.target.com/transactions/response_bodies/scope_*: Nie ma takiego pliku ani katalogu'
____________________________________________________________________________________________________
____________________________________________________________________________________________________
OWTF BUG: Please report the sanitised information below to help make this better. Thank you.
****************************************************************************************************
Message: Plugin grep/Testing_for_SQL_Injection@OWASP-DV-005.py failed for target http://some.target.com
Command: owtf.py -t quiet http://some.target.com/
Error Trace:
Traceback (most recent call last):
File "/home/krzysiek/tools/sec/owtf/framework/plugin/plugin_handler.py", line 274, in ProcessPlugin
output = self.RunPlugin(PluginDir, Plugin)
File "/home/krzysiek/tools/sec/owtf/framework/plugin/plugin_handler.py", line 251, in RunPlugin
PluginOutput = self.GetModule("", Name, Path+"/").run(self.Core, Plugin)
File "/home/krzysiek/tools/sec/owtf/plugins/web/grep/Testing_for_SQL_Injection@OWASP-DV-005.py", line 40, in run
Content = Core.PluginHelper.FindMultilineResponseMatchesForRegexps(Core.Config.GetAsList([ 'RESPONSE_REGEXP_FOR_SQL_INJECTION' ]), PluginInfo)
File "/home/krzysiek/tools/sec/owtf/framework/plugin/plugin_helper.py", line 654, in FindMultilineResponseMatchesForRegexps
Result += self.FindMultilineResponseMatchesForRegexp( ResponseRegexp, PluginInfo )
File "/home/krzysiek/tools/sec/owtf/framework/plugin/plugin_helper.py", line 648, in FindMultilineResponseMatchesForRegexp
return self.DrawResponseMatchesTables( self.Core.DB.Transaction.GrepMultiLineResponseRegexp( ResponseRegexp ), PluginInfo )
File "/home/krzysiek/tools/sec/owtf/framework/db/transaction_manager.py", line 263, in GrepMultiLineResponseRegexp
return self.GrepUsingRegexp(ResponseRegexp, GrepLocation)
File "/home/krzysiek/tools/sec/owtf/framework/db/transaction_manager.py", line 276, in GrepUsingRegexp
for FileMatch in Regexp.findall(open(File).read()):
IOError: [Errno 2] No such file or directory: 'grep: owtf_review/xxx.xxx.xxx.xxx/80/http__some.target.com/transactions/response_bodies/scope_*: Nie ma takiego pliku ani katalogu'
____________________________________________________________________________________________________
____________________________________________________________________________________________________
OWTF BUG: Please report the sanitised information below to help make this better. Thank you.
****************************************************************************************************
Message: Plugin grep/Testing_for_SSI_Injection@OWASP-DV-009.py failed for target http://some.target.com
Command: owtf.py -t quiet http://some.target.com/
Error Trace:
Traceback (most recent call last):
File "/home/krzysiek/tools/sec/owtf/framework/plugin/plugin_handler.py", line 274, in ProcessPlugin
output = self.RunPlugin(PluginDir, Plugin)
File "/home/krzysiek/tools/sec/owtf/framework/plugin/plugin_handler.py", line 251, in RunPlugin
PluginOutput = self.GetModule("", Name, Path+"/").run(self.Core, Plugin)
File "/home/krzysiek/tools/sec/owtf/plugins/web/grep/Testing_for_SSI_Injection@OWASP-DV-009.py", line 40, in run
Content = Core.PluginHelper.FindMultilineResponseMatchesForRegexps(Core.Config.GetAsList([ 'RESPONSE_REGEXP_FOR_SSI' ]), PluginInfo)
File "/home/krzysiek/tools/sec/owtf/framework/plugin/plugin_helper.py", line 654, in FindMultilineResponseMatchesForRegexps
Result += self.FindMultilineResponseMatchesForRegexp( ResponseRegexp, PluginInfo )
File "/home/krzysiek/tools/sec/owtf/framework/plugin/plugin_helper.py", line 648, in FindMultilineResponseMatchesForRegexp
return self.DrawResponseMatchesTables( self.Core.DB.Transaction.GrepMultiLineResponseRegexp( ResponseRegexp ), PluginInfo )
File "/home/krzysiek/tools/sec/owtf/framework/db/transaction_manager.py", line 263, in GrepMultiLineResponseRegexp
return self.GrepUsingRegexp(ResponseRegexp, GrepLocation)
File "/home/krzysiek/tools/sec/owtf/framework/db/transaction_manager.py", line 276, in GrepUsingRegexp
for FileMatch in Regexp.findall(open(File).read()):
IOError: [Errno 2] No such file or directory: 'grep: owtf_review/xxx.xxx.xxx.xxx/80/http__some.target.com/transactions/response_bodies/scope_*: Nie ma takiego pliku ani katalogu'
____________________________________________________________________________________________________
____________________________________________________________________________________________________
OWTF BUG: Please report the sanitised information below to help make this better. Thank you.
****************************************************************************************************
Message: Plugin grep/Vulnerable_Remember_Password_and_Pwd_Reset@OWASP-AT-006.py failed for target http://some.target.com
Command: owtf.py -t quiet http://some.target.com/
Error Trace:
Traceback (most recent call last):
File "/home/krzysiek/tools/sec/owtf/framework/plugin/plugin_handler.py", line 274, in ProcessPlugin
output = self.RunPlugin(PluginDir, Plugin)
File "/home/krzysiek/tools/sec/owtf/framework/plugin/plugin_handler.py", line 251, in RunPlugin
PluginOutput = self.GetModule("", Name, Path+"/").run(self.Core, Plugin)
File "/home/krzysiek/tools/sec/owtf/plugins/web/grep/Vulnerable_Remember_Password_and_Pwd_Reset@OWASP-AT-006.py", line 40, in run
Content += Core.PluginHelper.FindMultilineResponseMatchesForRegexps(Core.Config.GetAsList([ 'RESPONSE_REGEXP_FOR_AUTOCOMPLETE' ]), PluginInfo)
File "/home/krzysiek/tools/sec/owtf/framework/plugin/plugin_helper.py", line 654, in FindMultilineResponseMatchesForRegexps
Result += self.FindMultilineResponseMatchesForRegexp( ResponseRegexp, PluginInfo )
File "/home/krzysiek/tools/sec/owtf/framework/plugin/plugin_helper.py", line 648, in FindMultilineResponseMatchesForRegexp
return self.DrawResponseMatchesTables( self.Core.DB.Transaction.GrepMultiLineResponseRegexp( ResponseRegexp ), PluginInfo )
File "/home/krzysiek/tools/sec/owtf/framework/db/transaction_manager.py", line 263, in GrepMultiLineResponseRegexp
return self.GrepUsingRegexp(ResponseRegexp, GrepLocation)
File "/home/krzysiek/tools/sec/owtf/framework/db/transaction_manager.py", line 276, in GrepUsingRegexp
for FileMatch in Regexp.findall(open(File).read()):
IOError: [Errno 2] No such file or directory: 'grep: owtf_review/xxx.xxx.xxx.xxx/80/http__some.target.com/transactions/response_bodies/scope_*: Nie ma takiego pliku ani katalogu'
____________________________________________________________________________________________________
____________________________________________________________________________________________________
OWTF BUG: Please report the sanitised information below to help make this better. Thank you.
****************************************************************************************************
Message: Plugin grep/Application_Configuration_Management@OWASP-CM-004.py failed for target http://some.target.com
Command: owtf.py -t quiet http://some.target.com/
Error Trace:
Traceback (most recent call last):
File "/home/krzysiek/tools/sec/owtf/framework/plugin/plugin_handler.py", line 274, in ProcessPlugin
output = self.RunPlugin(PluginDir, Plugin)
File "/home/krzysiek/tools/sec/owtf/framework/plugin/plugin_handler.py", line 251, in RunPlugin
PluginOutput = self.GetModule("", Name, Path+"/").run(self.Core, Plugin)
File "/home/krzysiek/tools/sec/owtf/plugins/web/grep/Application_Configuration_Management@OWASP-CM-004.py", line 40, in run
Content = Core.PluginHelper.FindMultilineResponseMatchesForRegexps(Core.Config.GetAsList([ 'RESPONSE_REGEXP_FOR_HTML_COMMENTS','RESPONSE_REGEXP_FOR_CSS_JS_COMMENTS','RESPONSE_REGEXP_FOR_JS_COMMENTS', 'RESPONSE_REGEXP_FOR_PHP_SOURCE', 'RESPONSE_REGEXP_FOR_ASP_SOURCE', 'RESPONSE_REGEXP_FOR_SQL_INJECTION' ]), PluginInfo)
File "/home/krzysiek/tools/sec/owtf/framework/plugin/plugin_helper.py", line 654, in FindMultilineResponseMatchesForRegexps
Result += self.FindMultilineResponseMatchesForRegexp( ResponseRegexp, PluginInfo )
File "/home/krzysiek/tools/sec/owtf/framework/plugin/plugin_helper.py", line 648, in FindMultilineResponseMatchesForRegexp
return self.DrawResponseMatchesTables( self.Core.DB.Transaction.GrepMultiLineResponseRegexp( ResponseRegexp ), PluginInfo )
File "/home/krzysiek/tools/sec/owtf/framework/db/transaction_manager.py", line 263, in GrepMultiLineResponseRegexp
return self.GrepUsingRegexp(ResponseRegexp, GrepLocation)
File "/home/krzysiek/tools/sec/owtf/framework/db/transaction_manager.py", line 276, in GrepUsingRegexp
for FileMatch in Regexp.findall(open(File).read()):
IOError: [Errno 2] No such file or directory: 'grep: owtf_review/xxx.xxx.xxx.xxx/80/http__some.target.com/transactions/response_bodies/scope_*: Nie ma takiego pliku ani katalogu'
____________________________________________________________________________________________________
____________________________________________________________________________________________________
OWTF BUG: Please report the sanitised information below to help make this better. Thank you.
****************************************************************************************************
Message: Plugin grep/Cookies_attributes@OWASP-SM-002.py failed for target http://some.target.com
Command: owtf.py -t quiet http://some.target.com/
Error Trace:
Traceback (most recent call last):
File "/home/krzysiek/tools/sec/owtf/framework/plugin/plugin_handler.py", line 274, in ProcessPlugin
output = self.RunPlugin(PluginDir, Plugin)
File "/home/krzysiek/tools/sec/owtf/framework/plugin/plugin_handler.py", line 251, in RunPlugin
PluginOutput = self.GetModule("", Name, Path+"/").run(self.Core, Plugin)
File "/home/krzysiek/tools/sec/owtf/plugins/web/grep/Cookies_attributes@OWASP-SM-002.py", line 44, in run
AttributeAnalysis = Core.PluginHelper.CookieAttributeAnalysis(AllValues, Header2TransacDict)
File "/home/krzysiek/tools/sec/owtf/framework/plugin/plugin_helper.py", line 801, in CookieAttributeAnalysis
} for Cookie in CookieValueList
KeyError: 'set-cookieNie ma takiego pliku ani katalogu'
____________________________________________________________________________________________________
____________________________________________________________________________________________________
OWTF BUG: Please report the sanitised information below to help make this better. Thank you.
****************************************************************************************************
Message: Plugin grep/CORS@OWTF-WGP-002.py failed for target http://some.target.com
Command: owtf.py -t quiet http://some.target.com/
Error Trace:
Traceback (most recent call last):
File "/home/krzysiek/tools/sec/owtf/framework/plugin/plugin_handler.py", line 274, in ProcessPlugin
output = self.RunPlugin(PluginDir, Plugin)
File "/home/krzysiek/tools/sec/owtf/framework/plugin/plugin_handler.py", line 251, in RunPlugin
PluginOutput = self.GetModule("", Name, Path+"/").run(self.Core, Plugin)
File "/home/krzysiek/tools/sec/owtf/plugins/web/grep/CORS@OWTF-WGP-002.py", line 42, in run
Content += Core.PluginHelper.FindResponseHeaderMatchesForRegexp(Core.Config.Get('HEADERS_REGEXP_FOR_CORS_METHODS'), PluginInfo)
File "/home/krzysiek/tools/sec/owtf/framework/plugin/plugin_helper.py", line 639, in FindResponseHeaderMatchesForRegexp
return self.DrawResponseMatchesTables(self.Core.DB.Transaction.GrepResponseHeadersRegexp(HeaderRegexp), PluginInfo)
File "/home/krzysiek/tools/sec/owtf/framework/db/transaction_manager.py", line 241, in GrepResponseHeadersRegexp
return self.GrepUsingRegexp(HeadersRegexp, GrepLocation)
File "/home/krzysiek/tools/sec/owtf/framework/db/transaction_manager.py", line 276, in GrepUsingRegexp
for FileMatch in Regexp.findall(open(File).read()):
IOError: [Errno 2] No such file or directory: 'grep: owtf_review/xxx.xxx.xxx.xxx/80/http__some.target.com/transactions/response_headers/scope_*: Nie ma takiego pliku ani katalogu'
____________________________________________________________________________________________________
____________________________________________________________________________________________________
OWTF BUG: Please report the sanitised information below to help make this better. Thank you.
****************************************************************************************************
Message: Plugin grep/Credentials_transport_over_an_encrypted_channel@OWASP-AT-001.py failed for target http://some.target.com
Command: owtf.py -t quiet http://some.target.com/
Error Trace:
Traceback (most recent call last):
File "/home/krzysiek/tools/sec/owtf/framework/plugin/plugin_handler.py", line 274, in ProcessPlugin
output = self.RunPlugin(PluginDir, Plugin)
File "/home/krzysiek/tools/sec/owtf/framework/plugin/plugin_handler.py", line 251, in RunPlugin
PluginOutput = self.GetModule("", Name, Path+"/").run(self.Core, Plugin)
File "/home/krzysiek/tools/sec/owtf/plugins/web/grep/Credentials_transport_over_an_encrypted_channel@OWASP-AT-001.py", line 40, in run
Command, RegexpName, Matches = Core.DB.Transaction.GrepMultiLineResponseRegexp(Core.Config.Get('RESPONSE_REGEXP_FOR_PASSWORDS'))
File "/home/krzysiek/tools/sec/owtf/framework/db/transaction_manager.py", line 263, in GrepMultiLineResponseRegexp
return self.GrepUsingRegexp(ResponseRegexp, GrepLocation)
File "/home/krzysiek/tools/sec/owtf/framework/db/transaction_manager.py", line 276, in GrepUsingRegexp
for FileMatch in Regexp.findall(open(File).read()):
IOError: [Errno 2] No such file or directory: 'grep: owtf_review/xxx.xxx.xxx.xxx/80/http__some.target.com/transactions/response_bodies/scope_*: Nie ma takiego pliku ani katalogu'
____________________________________________________________________________________________________
____________________________________________________________________________________________________
OWTF BUG: Please report the sanitised information below to help make this better. Thank you.
****************************************************************************************************
Message: Plugin grep/DoS_Failure_to_Release_Resources@OWASP-DS-007.py failed for target http://some.target.com
Command: owtf.py -t quiet http://some.target.com/
Error Trace:
Traceback (most recent call last):
File "/home/krzysiek/tools/sec/owtf/framework/plugin/plugin_handler.py", line 274, in ProcessPlugin
output = self.RunPlugin(PluginDir, Plugin)
File "/home/krzysiek/tools/sec/owtf/framework/plugin/plugin_handler.py", line 251, in RunPlugin
PluginOutput = self.GetModule("", Name, Path+"/").run(self.Core, Plugin)
File "/home/krzysiek/tools/sec/owtf/plugins/web/grep/DoS_Failure_to_Release_Resources@OWASP-DS-007.py", line 49, in run
Content += Core.Reporter.DrawHTTPTransactionTable(SlowTransactions)
File "/home/krzysiek/tools/sec/owtf/framework/report/reporter.py", line 175, in DrawHTTPTransactionTable
} for Transaction in TransactionList
AttributeError: HTTP_Transaction instance has no attribute 'HTMLLinkToID'
____________________________________________________________________________________________________
____________________________________________________________________________________________________
OWTF BUG: Please report the sanitised information below to help make this better. Thank you.
****************************************************************************************************
Message: Plugin grep/Logout_and_Browser_Cache_Management@OWASP-AT-007.py failed for target http://some.target.com
Command: owtf.py -t quiet http://some.target.com/
Error Trace:
Traceback (most recent call last):
File "/home/krzysiek/tools/sec/owtf/framework/plugin/plugin_handler.py", line 274, in ProcessPlugin
output = self.RunPlugin(PluginDir, Plugin)
File "/home/krzysiek/tools/sec/owtf/framework/plugin/plugin_handler.py", line 251, in RunPlugin
PluginOutput = self.GetModule("", Name, Path+"/").run(self.Core, Plugin)
File "/home/krzysiek/tools/sec/owtf/plugins/web/grep/Logout_and_Browser_Cache_Management@OWASP-AT-007.py", line 42, in run
Content += Core.PluginHelper.FindMultilineResponseMatchesForRegexps(Core.Config.GetAsList([ 'RESPONSE_REGEXP_FOR_CACHE_PROTECTION' ]), PluginInfo)
File "/home/krzysiek/tools/sec/owtf/framework/plugin/plugin_helper.py", line 654, in FindMultilineResponseMatchesForRegexps
Result += self.FindMultilineResponseMatchesForRegexp( ResponseRegexp, PluginInfo )
File "/home/krzysiek/tools/sec/owtf/framework/plugin/plugin_helper.py", line 648, in FindMultilineResponseMatchesForRegexp
return self.DrawResponseMatchesTables( self.Core.DB.Transaction.GrepMultiLineResponseRegexp( ResponseRegexp ), PluginInfo )
File "/home/krzysiek/tools/sec/owtf/framework/db/transaction_manager.py", line 263, in GrepMultiLineResponseRegexp
return self.GrepUsingRegexp(ResponseRegexp, GrepLocation)
File "/home/krzysiek/tools/sec/owtf/framework/db/transaction_manager.py", line 276, in GrepUsingRegexp
for FileMatch in Regexp.findall(open(File).read()):
IOError: [Errno 2] No such file or directory: 'grep: owtf_review/xxx.xxx.xxx.xxx/80/http__some.target.com/transactions/response_bodies/scope_*: Nie ma takiego pliku ani katalogu'
____________________________________________________________________________________________________
____________________________________________________________________________________________________
OWTF BUG: Please report the sanitised information below to help make this better. Thank you.
****************************************************************************************************
Message: Plugin grep/Spiders_Robots_and_Crawlers@OWASP-IG-001.py failed for target http://some.target.com
Command: owtf.py -t quiet http://some.target.com/
Error Trace:
Traceback (most recent call last):
File "/home/krzysiek/tools/sec/owtf/framework/plugin/plugin_handler.py", line 274, in ProcessPlugin
output = self.RunPlugin(PluginDir, Plugin)
File "/home/krzysiek/tools/sec/owtf/framework/plugin/plugin_handler.py", line 251, in RunPlugin
PluginOutput = self.GetModule("", Name, Path+"/").run(self.Core, Plugin)
File "/home/krzysiek/tools/sec/owtf/plugins/web/grep/Spiders_Robots_and_Crawlers@OWASP-IG-001.py", line 42, in run
Content += Core.PluginHelper.FindMultilineResponseMatchesForRegexps(Core.Config.GetAsList(['RESPONSE_REGEXP_FOR_ROBOTS_META_TAG']), PluginInfo)
File "/home/krzysiek/tools/sec/owtf/framework/plugin/plugin_helper.py", line 654, in FindMultilineResponseMatchesForRegexps
Result += self.FindMultilineResponseMatchesForRegexp( ResponseRegexp, PluginInfo )
File "/home/krzysiek/tools/sec/owtf/framework/plugin/plugin_helper.py", line 648, in FindMultilineResponseMatchesForRegexp
return self.DrawResponseMatchesTables( self.Core.DB.Transaction.GrepMultiLineResponseRegexp( ResponseRegexp ), PluginInfo )
File "/home/krzysiek/tools/sec/owtf/framework/db/transaction_manager.py", line 263, in GrepMultiLineResponseRegexp
return self.GrepUsingRegexp(ResponseRegexp, GrepLocation)
File "/home/krzysiek/tools/sec/owtf/framework/db/transaction_manager.py", line 276, in GrepUsingRegexp
for FileMatch in Regexp.findall(open(File).read()):
IOError: [Errno 2] No such file or directory: 'grep: owtf_review/xxx.xxx.xxx.xxx/80/http__some.target.com/transactions/response_bodies/scope_*: Nie ma takiego pliku ani katalogu'
____________________________________________________________________________________________________
____________________________________________________________________________________________________
OWTF BUG: Please report the sanitised information below to help make this better. Thank you.
****************************************************************************************************
Message: Plugin grep/Testing_for_CSRF@OWASP-SM-005.py failed for target http://some.target.com
Command: owtf.py -t quiet http://some.target.com/
Error Trace:
Traceback (most recent call last):
File "/home/krzysiek/tools/sec/owtf/framework/plugin/plugin_handler.py", line 274, in ProcessPlugin
output = self.RunPlugin(PluginDir, Plugin)
File "/home/krzysiek/tools/sec/owtf/framework/plugin/plugin_handler.py", line 251, in RunPlugin
PluginOutput = self.GetModule("", Name, Path+"/").run(self.Core, Plugin)
File "/home/krzysiek/tools/sec/owtf/plugins/web/grep/Testing_for_CSRF@OWASP-SM-005.py", line 40, in run
Content = Core.PluginHelper.FindMultilineResponseMatchesForRegexps(Core.Config.GetAsList([ 'RESPONSE_REGEXP_FOR_HIDDEN' ]), PluginInfo)
File "/home/krzysiek/tools/sec/owtf/framework/plugin/plugin_helper.py", line 654, in FindMultilineResponseMatchesForRegexps
Result += self.FindMultilineResponseMatchesForRegexp( ResponseRegexp, PluginInfo )
File "/home/krzysiek/tools/sec/owtf/framework/plugin/plugin_helper.py", line 648, in FindMultilineResponseMatchesForRegexp
return self.DrawResponseMatchesTables( self.Core.DB.Transaction.GrepMultiLineResponseRegexp( ResponseRegexp ), PluginInfo )
File "/home/krzysiek/tools/sec/owtf/framework/db/transaction_manager.py", line 263, in GrepMultiLineResponseRegexp
return self.GrepUsingRegexp(ResponseRegexp, GrepLocation)
File "/home/krzysiek/tools/sec/owtf/framework/db/transaction_manager.py", line 276, in GrepUsingRegexp
for FileMatch in Regexp.findall(open(File).read()):
IOError: [Errno 2] No such file or directory: 'grep: owtf_review/xxx.xxx.xxx.xxx/80/http__some.target.com/transactions/response_bodies/scope_*: Nie ma takiego pliku ani katalogu'
____________________________________________________________________________________________________
____________________________________________________________________________________________________
OWTF BUG: Please report the sanitised information below to help make this better. Thank you.
****************************************************************************************************
Message: Plugin grep/Testing_for_SQL_Injection@OWASP-DV-005.py failed for target http://some.target.com
Command: owtf.py -t quiet http://some.target.com/
Error Trace:
Traceback (most recent call last):
File "/home/krzysiek/tools/sec/owtf/framework/plugin/plugin_handler.py", line 274, in ProcessPlugin
output = self.RunPlugin(PluginDir, Plugin)
File "/home/krzysiek/tools/sec/owtf/framework/plugin/plugin_handler.py", line 251, in RunPlugin
PluginOutput = self.GetModule("", Name, Path+"/").run(self.Core, Plugin)
File "/home/krzysiek/tools/sec/owtf/plugins/web/grep/Testing_for_SQL_Injection@OWASP-DV-005.py", line 40, in run
Content = Core.PluginHelper.FindMultilineResponseMatchesForRegexps(Core.Config.GetAsList([ 'RESPONSE_REGEXP_FOR_SQL_INJECTION' ]), PluginInfo)
File "/home/krzysiek/tools/sec/owtf/framework/plugin/plugin_helper.py", line 654, in FindMultilineResponseMatchesForRegexps
Result += self.FindMultilineResponseMatchesForRegexp( ResponseRegexp, PluginInfo )
File "/home/krzysiek/tools/sec/owtf/framework/plugin/plugin_helper.py", line 648, in FindMultilineResponseMatchesForRegexp
return self.DrawResponseMatchesTables( self.Core.DB.Transaction.GrepMultiLineResponseRegexp( ResponseRegexp ), PluginInfo )
File "/home/krzysiek/tools/sec/owtf/framework/db/transaction_manager.py", line 263, in GrepMultiLineResponseRegexp
return self.GrepUsingRegexp(ResponseRegexp, GrepLocation)
File "/home/krzysiek/tools/sec/owtf/framework/db/transaction_manager.py", line 276, in GrepUsingRegexp
for FileMatch in Regexp.findall(open(File).read()):
IOError: [Errno 2] No such file or directory: 'grep: owtf_review/xxx.xxx.xxx.xxx/80/http__some.target.com/transactions/response_bodies/scope_*: Nie ma takiego pliku ani katalogu'
____________________________________________________________________________________________________
____________________________________________________________________________________________________
OWTF BUG: Please report the sanitised information below to help make this better. Thank you.
****************************************************************************************************
Message: Plugin grep/Testing_for_SSI_Injection@OWASP-DV-009.py failed for target http://some.target.com
Command: owtf.py -t quiet http://some.target.com/
Error Trace:
Traceback (most recent call last):
File "/home/krzysiek/tools/sec/owtf/framework/plugin/plugin_handler.py", line 274, in ProcessPlugin
output = self.RunPlugin(PluginDir, Plugin)
File "/home/krzysiek/tools/sec/owtf/framework/plugin/plugin_handler.py", line 251, in RunPlugin
PluginOutput = self.GetModule("", Name, Path+"/").run(self.Core, Plugin)
File "/home/krzysiek/tools/sec/owtf/plugins/web/grep/Testing_for_SSI_Injection@OWASP-DV-009.py", line 40, in run
Content = Core.PluginHelper.FindMultilineResponseMatchesForRegexps(Core.Config.GetAsList([ 'RESPONSE_REGEXP_FOR_SSI' ]), PluginInfo)
File "/home/krzysiek/tools/sec/owtf/framework/plugin/plugin_helper.py", line 654, in FindMultilineResponseMatchesForRegexps
Result += self.FindMultilineResponseMatchesForRegexp( ResponseRegexp, PluginInfo )
File "/home/krzysiek/tools/sec/owtf/framework/plugin/plugin_helper.py", line 648, in FindMultilineResponseMatchesForRegexp
return self.DrawResponseMatchesTables( self.Core.DB.Transaction.GrepMultiLineResponseRegexp( ResponseRegexp ), PluginInfo )
File "/home/krzysiek/tools/sec/owtf/framework/db/transaction_manager.py", line 263, in GrepMultiLineResponseRegexp
return self.GrepUsingRegexp(ResponseRegexp, GrepLocation)
File "/home/krzysiek/tools/sec/owtf/framework/db/transaction_manager.py", line 276, in GrepUsingRegexp
for FileMatch in Regexp.findall(open(File).read()):
IOError: [Errno 2] No such file or directory: 'grep: owtf_review/xxx.xxx.xxx.xxx/80/http__some.target.com/transactions/response_bodies/scope_*: Nie ma takiego pliku ani katalogu'
____________________________________________________________________________________________________
____________________________________________________________________________________________________
OWTF BUG: Please report the sanitised information below to help make this better. Thank you.
****************************************************************************************************
Message: Plugin grep/Vulnerable_Remember_Password_and_Pwd_Reset@OWASP-AT-006.py failed for target http://some.target.com
Command: owtf.py -t quiet http://some.target.com/
Error Trace:
Traceback (most recent call last):
File "/home/krzysiek/tools/sec/owtf/framework/plugin/plugin_handler.py", line 274, in ProcessPlugin
output = self.RunPlugin(PluginDir, Plugin)
File "/home/krzysiek/tools/sec/owtf/framework/plugin/plugin_handler.py", line 251, in RunPlugin
PluginOutput = self.GetModule("", Name, Path+"/").run(self.Core, Plugin)
File "/home/krzysiek/tools/sec/owtf/plugins/web/grep/Vulnerable_Remember_Password_and_Pwd_Reset@OWASP-AT-006.py", line 40, in run
Content += Core.PluginHelper.FindMultilineResponseMatchesForRegexps(Core.Config.GetAsList([ 'RESPONSE_REGEXP_FOR_AUTOCOMPLETE' ]), PluginInfo)
File "/home/krzysiek/tools/sec/owtf/framework/plugin/plugin_helper.py", line 654, in FindMultilineResponseMatchesForRegexps
Result += self.FindMultilineResponseMatchesForRegexp( ResponseRegexp, PluginInfo )
File "/home/krzysiek/tools/sec/owtf/framework/plugin/plugin_helper.py", line 648, in FindMultilineResponseMatchesForRegexp
return self.DrawResponseMatchesTables( self.Core.DB.Transaction.GrepMultiLineResponseRegexp( ResponseRegexp ), PluginInfo )
File "/home/krzysiek/tools/sec/owtf/framework/db/transaction_manager.py", line 263, in GrepMultiLineResponseRegexp
return self.GrepUsingRegexp(ResponseRegexp, GrepLocation)
File "/home/krzysiek/tools/sec/owtf/framework/db/transaction_manager.py", line 276, in GrepUsingRegexp
for FileMatch in Regexp.findall(open(File).read()):
IOError: [Errno 2] No such file or directory: 'grep: owtf_review/xxx.xxx.xxx.xxx/80/http__some.target.com/transactions/response_bodies/scope_*: Nie ma takiego pliku ani katalogu'
____________________________________________________________________________________________________
____________________________________________________________________________________________________
OWTF BUG: Please report the sanitised information below to help make this better. Thank you.
****************************************************************************************************
Message: Plugin grep/Application_Configuration_Management@OWASP-CM-004.py failed for target http://some.target.com
Command: owtf.py -t quiet http://some.target.com/
Error Trace:
Traceback (most recent call last):
File "/home/krzysiek/tools/sec/owtf/framework/plugin/plugin_handler.py", line 274, in ProcessPlugin
output = self.RunPlugin(PluginDir, Plugin)
File "/home/krzysiek/tools/sec/owtf/framework/plugin/plugin_handler.py", line 251, in RunPlugin
PluginOutput = self.GetModule("", Name, Path+"/").run(self.Core, Plugin)
File "/home/krzysiek/tools/sec/owtf/plugins/web/grep/Application_Configuration_Management@OWASP-CM-004.py", line 40, in run
Content = Core.PluginHelper.FindMultilineResponseMatchesForRegexps(Core.Config.GetAsList([ 'RESPONSE_REGEXP_FOR_HTML_COMMENTS','RESPONSE_REGEXP_FOR_CSS_JS_COMMENTS','RESPONSE_REGEXP_FOR_JS_COMMENTS', 'RESPONSE_REGEXP_FOR_PHP_SOURCE', 'RESPONSE_REGEXP_FOR_ASP_SOURCE', 'RESPONSE_REGEXP_FOR_SQL_INJECTION' ]), PluginInfo)
File "/home/krzysiek/tools/sec/owtf/framework/plugin/plugin_helper.py", line 654, in FindMultilineResponseMatchesForRegexps
Result += self.FindMultilineResponseMatchesForRegexp( ResponseRegexp, PluginInfo )
File "/home/krzysiek/tools/sec/owtf/framework/plugin/plugin_helper.py", line 648, in FindMultilineResponseMatchesForRegexp
return self.DrawResponseMatchesTables( self.Core.DB.Transaction.GrepMultiLineResponseRegexp( ResponseRegexp ), PluginInfo )
File "/home/krzysiek/tools/sec/owtf/framework/db/transaction_manager.py", line 263, in GrepMultiLineResponseRegexp
return self.GrepUsingRegexp(ResponseRegexp, GrepLocation)
File "/home/krzysiek/tools/sec/owtf/framework/db/transaction_manager.py", line 276, in GrepUsingRegexp
for FileMatch in Regexp.findall(open(File).read()):
IOError: [Errno 2] No such file or directory: 'grep: owtf_review/xxx.xxx.xxx.xxx/80/http__some.target.com/transactions/response_bodies/scope_*: Nie ma takiego pliku ani katalogu'
____________________________________________________________________________________________________
____________________________________________________________________________________________________
OWTF BUG: Please report the sanitised information below to help make this better. Thank you.
****************************************************************************************************
Message: Plugin grep/Cookies_attributes@OWASP-SM-002.py failed for target http://some.target.com
Command: owtf.py -t quiet http://some.target.com/
Error Trace:
Traceback (most recent call last):
File "/home/krzysiek/tools/sec/owtf/framework/plugin/plugin_handler.py", line 274, in ProcessPlugin
output = self.RunPlugin(PluginDir, Plugin)
File "/home/krzysiek/tools/sec/owtf/framework/plugin/plugin_handler.py", line 251, in RunPlugin
PluginOutput = self.GetModule("", Name, Path+"/").run(self.Core, Plugin)
File "/home/krzysiek/tools/sec/owtf/plugins/web/grep/Cookies_attributes@OWASP-SM-002.py", line 44, in run
AttributeAnalysis = Core.PluginHelper.CookieAttributeAnalysis(AllValues, Header2TransacDict)
File "/home/krzysiek/tools/sec/owtf/framework/plugin/plugin_helper.py", line 801, in CookieAttributeAnalysis
} for Cookie in CookieValueList
KeyError: 'set-cookieNie ma takiego pliku ani katalogu'
____________________________________________________________________________________________________
____________________________________________________________________________________________________
OWTF BUG: Please report the sanitised information below to help make this better. Thank you.
****************************************************************************************************
Message: Plugin grep/CORS@OWTF-WGP-002.py failed for target http://some.target.com
Command: owtf.py -t quiet http://some.target.com/
Error Trace:
Traceback (most recent call last):
File "/home/krzysiek/tools/sec/owtf/framework/plugin/plugin_handler.py", line 274, in ProcessPlugin
output = self.RunPlugin(PluginDir, Plugin)
File "/home/krzysiek/tools/sec/owtf/framework/plugin/plugin_handler.py", line 251, in RunPlugin
PluginOutput = self.GetModule("", Name, Path+"/").run(self.Core, Plugin)
File "/home/krzysiek/tools/sec/owtf/plugins/web/grep/CORS@OWTF-WGP-002.py", line 42, in run
Content += Core.PluginHelper.FindResponseHeaderMatchesForRegexp(Core.Config.Get('HEADERS_REGEXP_FOR_CORS_METHODS'), PluginInfo)
File "/home/krzysiek/tools/sec/owtf/framework/plugin/plugin_helper.py", line 639, in FindResponseHeaderMatchesForRegexp
return self.DrawResponseMatchesTables(self.Core.DB.Transaction.GrepResponseHeadersRegexp(HeaderRegexp), PluginInfo)
File "/home/krzysiek/tools/sec/owtf/framework/db/transaction_manager.py", line 241, in GrepResponseHeadersRegexp
return self.GrepUsingRegexp(HeadersRegexp, GrepLocation)
File "/home/krzysiek/tools/sec/owtf/framework/db/transaction_manager.py", line 276, in GrepUsingRegexp
for FileMatch in Regexp.findall(open(File).read()):
IOError: [Errno 2] No such file or directory: 'grep: owtf_review/xxx.xxx.xxx.xxx/80/http__some.target.com/transactions/response_headers/scope_*: Nie ma takiego pliku ani katalogu'
____________________________________________________________________________________________________
____________________________________________________________________________________________________
OWTF BUG: Please report the sanitised information below to help make this better. Thank you.
****************************************************************************************************
Message: Plugin grep/Credentials_transport_over_an_encrypted_channel@OWASP-AT-001.py failed for target http://some.target.com
Command: owtf.py -t quiet http://some.target.com/
Error Trace:
Traceback (most recent call last):
File "/home/krzysiek/tools/sec/owtf/framework/plugin/plugin_handler.py", line 274, in ProcessPlugin
output = self.RunPlugin(PluginDir, Plugin)
File "/home/krzysiek/tools/sec/owtf/framework/plugin/plugin_handler.py", line 251, in RunPlugin
PluginOutput = self.GetModule("", Name, Path+"/").run(self.Core, Plugin)
File "/home/krzysiek/tools/sec/owtf/plugins/web/grep/Credentials_transport_over_an_encrypted_channel@OWASP-AT-001.py", line 40, in run
Command, RegexpName, Matches = Core.DB.Transaction.GrepMultiLineResponseRegexp(Core.Config.Get('RESPONSE_REGEXP_FOR_PASSWORDS'))
File "/home/krzysiek/tools/sec/owtf/framework/db/transaction_manager.py", line 263, in GrepMultiLineResponseRegexp
return self.GrepUsingRegexp(ResponseRegexp, GrepLocation)
File "/home/krzysiek/tools/sec/owtf/framework/db/transaction_manager.py", line 276, in GrepUsingRegexp
for FileMatch in Regexp.findall(open(File).read()):
IOError: [Errno 2] No such file or directory: 'grep: owtf_review/xxx.xxx.xxx.xxx/80/http__some.target.com/transactions/response_bodies/scope_*: Nie ma takiego pliku ani katalogu'
____________________________________________________________________________________________________
____________________________________________________________________________________________________
OWTF BUG: Please report the sanitised information below to help make this better. Thank you.
****************************************************************************************************
Message: Plugin grep/DoS_Failure_to_Release_Resources@OWASP-DS-007.py failed for target http://some.target.com
Command: owtf.py -t quiet http://some.target.com/
Error Trace:
Traceback (most recent call last):
File "/home/krzysiek/tools/sec/owtf/framework/plugin/plugin_handler.py", line 274, in ProcessPlugin
output = self.RunPlugin(PluginDir, Plugin)
File "/home/krzysiek/tools/sec/owtf/framework/plugin/plugin_handler.py", line 251, in RunPlugin
PluginOutput = self.GetModule("", Name, Path+"/").run(self.Core, Plugin)
File "/home/krzysiek/tools/sec/owtf/plugins/web/grep/DoS_Failure_to_Release_Resources@OWASP-DS-007.py", line 49, in run
Content += Core.Reporter.DrawHTTPTransactionTable(SlowTransactions)
File "/home/krzysiek/tools/sec/owtf/framework/report/reporter.py", line 175, in DrawHTTPTransactionTable
} for Transaction in TransactionList
AttributeError: HTTP_Transaction instance has no attribute 'HTMLLinkToID'
____________________________________________________________________________________________________
____________________________________________________________________________________________________
OWTF BUG: Please report the sanitised information below to help make this better. Thank you.
****************************************************************************************************
Message: Plugin grep/Logout_and_Browser_Cache_Management@OWASP-AT-007.py failed for target http://some.target.com
Command: owtf.py -t quiet http://some.target.com/
Error Trace:
Traceback (most recent call last):
File "/home/krzysiek/tools/sec/owtf/framework/plugin/plugin_handler.py", line 274, in ProcessPlugin
output = self.RunPlugin(PluginDir, Plugin)
File "/home/krzysiek/tools/sec/owtf/framework/plugin/plugin_handler.py", line 251, in RunPlugin
PluginOutput = self.GetModule("", Name, Path+"/").run(self.Core, Plugin)
File "/home/krzysiek/tools/sec/owtf/plugins/web/grep/Logout_and_Browser_Cache_Management@OWASP-AT-007.py", line 42, in run
Content += Core.PluginHelper.FindMultilineResponseMatchesForRegexps(Core.Config.GetAsList([ 'RESPONSE_REGEXP_FOR_CACHE_PROTECTION' ]), PluginInfo)
File "/home/krzysiek/tools/sec/owtf/framework/plugin/plugin_helper.py", line 654, in FindMultilineResponseMatchesForRegexps
Result += self.FindMultilineResponseMatchesForRegexp( ResponseRegexp, PluginInfo )
File "/home/krzysiek/tools/sec/owtf/framework/plugin/plugin_helper.py", line 648, in FindMultilineResponseMatchesForRegexp
return self.DrawResponseMatchesTables( self.Core.DB.Transaction.GrepMultiLineResponseRegexp( ResponseRegexp ), PluginInfo )
File "/home/krzysiek/tools/sec/owtf/framework/db/transaction_manager.py", line 263, in GrepMultiLineResponseRegexp
return self.GrepUsingRegexp(ResponseRegexp, GrepLocation)
File "/home/krzysiek/tools/sec/owtf/framework/db/transaction_manager.py", line 276, in GrepUsingRegexp
for FileMatch in Regexp.findall(open(File).read()):
IOError: [Errno 2] No such file or directory: 'grep: owtf_review/xxx.xxx.xxx.xxx/80/http__some.target.com/transactions/response_bodies/scope_*: Nie ma takiego pliku ani katalogu'
____________________________________________________________________________________________________
____________________________________________________________________________________________________
OWTF BUG: Please report the sanitised information below to help make this better. Thank you.
****************************************************************************************************
Message: Plugin grep/Spiders_Robots_and_Crawlers@OWASP-IG-001.py failed for target http://some.target.com
Command: owtf.py -t quiet http://some.target.com/
Error Trace:
Traceback (most recent call last):
File "/home/krzysiek/tools/sec/owtf/framework/plugin/plugin_handler.py", line 274, in ProcessPlugin
output = self.RunPlugin(PluginDir, Plugin)
File "/home/krzysiek/tools/sec/owtf/framework/plugin/plugin_handler.py", line 251, in RunPlugin
PluginOutput = self.GetModule("", Name, Path+"/").run(self.Core, Plugin)
File "/home/krzysiek/tools/sec/owtf/plugins/web/grep/Spiders_Robots_and_Crawlers@OWASP-IG-001.py", line 42, in run
Content += Core.PluginHelper.FindMultilineResponseMatchesForRegexps(Core.Config.GetAsList(['RESPONSE_REGEXP_FOR_ROBOTS_META_TAG']), PluginInfo)
File "/home/krzysiek/tools/sec/owtf/framework/plugin/plugin_helper.py", line 654, in FindMultilineResponseMatchesForRegexps
Result += self.FindMultilineResponseMatchesForRegexp( ResponseRegexp, PluginInfo )
File "/home/krzysiek/tools/sec/owtf/framework/plugin/plugin_helper.py", line 648, in FindMultilineResponseMatchesForRegexp
return self.DrawResponseMatchesTables( self.Core.DB.Transaction.GrepMultiLineResponseRegexp( ResponseRegexp ), PluginInfo )
File "/home/krzysiek/tools/sec/owtf/framework/db/transaction_manager.py", line 263, in GrepMultiLineResponseRegexp
return self.GrepUsingRegexp(ResponseRegexp, GrepLocation)
File "/home/krzysiek/tools/sec/owtf/framework/db/transaction_manager.py", line 276, in GrepUsingRegexp
for FileMatch in Regexp.findall(open(File).read()):
IOError: [Errno 2] No such file or directory: 'grep: owtf_review/xxx.xxx.xxx.xxx/80/http__some.target.com/transactions/response_bodies/scope_*: Nie ma takiego pliku ani katalogu'
____________________________________________________________________________________________________
____________________________________________________________________________________________________
OWTF BUG: Please report the sanitised information below to help make this better. Thank you.
****************************************************************************************************
Message: Plugin grep/Testing_for_CSRF@OWASP-SM-005.py failed for target http://some.target.com
Command: owtf.py -t quiet http://some.target.com/
Error Trace:
Traceback (most recent call last):
File "/home/krzysiek/tools/sec/owtf/framework/plugin/plugin_handler.py", line 274, in ProcessPlugin
output = self.RunPlugin(PluginDir, Plugin)
File "/home/krzysiek/tools/sec/owtf/framework/plugin/plugin_handler.py", line 251, in RunPlugin
PluginOutput = self.GetModule("", Name, Path+"/").run(self.Core, Plugin)
File "/home/krzysiek/tools/sec/owtf/plugins/web/grep/Testing_for_CSRF@OWASP-SM-005.py", line 40, in run
Content = Core.PluginHelper.FindMultilineResponseMatchesForRegexps(Core.Config.GetAsList([ 'RESPONSE_REGEXP_FOR_HIDDEN' ]), PluginInfo)
File "/home/krzysiek/tools/sec/owtf/framework/plugin/plugin_helper.py", line 654, in FindMultilineResponseMatchesForRegexps
Result += self.FindMultilineResponseMatchesForRegexp( ResponseRegexp, PluginInfo )
File "/home/krzysiek/tools/sec/owtf/framework/plugin/plugin_helper.py", line 648, in FindMultilineResponseMatchesForRegexp
return self.DrawResponseMatchesTables( self.Core.DB.Transaction.GrepMultiLineResponseRegexp( ResponseRegexp ), PluginInfo )
File "/home/krzysiek/tools/sec/owtf/framework/db/transaction_manager.py", line 263, in GrepMultiLineResponseRegexp
return self.GrepUsingRegexp(ResponseRegexp, GrepLocation)
File "/home/krzysiek/tools/sec/owtf/framework/db/transaction_manager.py", line 276, in GrepUsingRegexp
for FileMatch in Regexp.findall(open(File).read()):
IOError: [Errno 2] No such file or directory: 'grep: owtf_review/xxx.xxx.xxx.xxx/80/http__some.target.com/transactions/response_bodies/scope_*: Nie ma takiego pliku ani katalogu'
____________________________________________________________________________________________________
____________________________________________________________________________________________________
OWTF BUG: Please report the sanitised information below to help make this better. Thank you.
****************************************************************************************************
Message: Plugin grep/Testing_for_SQL_Injection@OWASP-DV-005.py failed for target http://some.target.com
Command: owtf.py -t quiet http://some.target.com/
Error Trace:
Traceback (most recent call last):
File "/home/krzysiek/tools/sec/owtf/framework/plugin/plugin_handler.py", line 274, in ProcessPlugin
output = self.RunPlugin(PluginDir, Plugin)
File "/home/krzysiek/tools/sec/owtf/framework/plugin/plugin_handler.py", line 251, in RunPlugin
PluginOutput = self.GetModule("", Name, Path+"/").run(self.Core, Plugin)
File "/home/krzysiek/tools/sec/owtf/plugins/web/grep/Testing_for_SQL_Injection@OWASP-DV-005.py", line 40, in run
Content = Core.PluginHelper.FindMultilineResponseMatchesForRegexps(Core.Config.GetAsList([ 'RESPONSE_REGEXP_FOR_SQL_INJECTION' ]), PluginInfo)
File "/home/krzysiek/tools/sec/owtf/framework/plugin/plugin_helper.py", line 654, in FindMultilineResponseMatchesForRegexps
Result += self.FindMultilineResponseMatchesForRegexp( ResponseRegexp, PluginInfo )
File "/home/krzysiek/tools/sec/owtf/framework/plugin/plugin_helper.py", line 648, in FindMultilineResponseMatchesForRegexp
return self.DrawResponseMatchesTables( self.Core.DB.Transaction.GrepMultiLineResponseRegexp( ResponseRegexp ), PluginInfo )
File "/home/krzysiek/tools/sec/owtf/framework/db/transaction_manager.py", line 263, in GrepMultiLineResponseRegexp
return self.GrepUsingRegexp(ResponseRegexp, GrepLocation)
File "/home/krzysiek/tools/sec/owtf/framework/db/transaction_manager.py", line 276, in GrepUsingRegexp
for FileMatch in Regexp.findall(open(File).read()):
IOError: [Errno 2] No such file or directory: 'grep: owtf_review/xxx.xxx.xxx.xxx/80/http__some.target.com/transactions/response_bodies/scope_*: Nie ma takiego pliku ani katalogu'
____________________________________________________________________________________________________
____________________________________________________________________________________________________
OWTF BUG: Please report the sanitised information below to help make this better. Thank you.
****************************************************************************************************
Message: Plugin grep/Testing_for_SSI_Injection@OWASP-DV-009.py failed for target http://some.target.com
Command: owtf.py -t quiet http://some.target.com/
Error Trace:
Traceback (most recent call last):
File "/home/krzysiek/tools/sec/owtf/framework/plugin/plugin_handler.py", line 274, in ProcessPlugin
output = self.RunPlugin(PluginDir, Plugin)
File "/home/krzysiek/tools/sec/owtf/framework/plugin/plugin_handler.py", line 251, in RunPlugin
PluginOutput = self.GetModule("", Name, Path+"/").run(self.Core, Plugin)
File "/home/krzysiek/tools/sec/owtf/plugins/web/grep/Testing_for_SSI_Injection@OWASP-DV-009.py", line 40, in run
Content = Core.PluginHelper.FindMultilineResponseMatchesForRegexps(Core.Config.GetAsList([ 'RESPONSE_REGEXP_FOR_SSI' ]), PluginInfo)
File "/home/krzysiek/tools/sec/owtf/framework/plugin/plugin_helper.py", line 654, in FindMultilineResponseMatchesForRegexps
Result += self.FindMultilineResponseMatchesForRegexp( ResponseRegexp, PluginInfo )
File "/home/krzysiek/tools/sec/owtf/framework/plugin/plugin_helper.py", line 648, in FindMultilineResponseMatchesForRegexp
return self.DrawResponseMatchesTables( self.Core.DB.Transaction.GrepMultiLineResponseRegexp( ResponseRegexp ), PluginInfo )
File "/home/krzysiek/tools/sec/owtf/framework/db/transaction_manager.py", line 263, in GrepMultiLineResponseRegexp
return self.GrepUsingRegexp(ResponseRegexp, GrepLocation)
File "/home/krzysiek/tools/sec/owtf/framework/db/transaction_manager.py", line 276, in GrepUsingRegexp
for FileMatch in Regexp.findall(open(File).read()):
IOError: [Errno 2] No such file or directory: 'grep: owtf_review/xxx.xxx.xxx.xxx/80/http__some.target.com/transactions/response_bodies/scope_*: Nie ma takiego pliku ani katalogu'
____________________________________________________________________________________________________
____________________________________________________________________________________________________
OWTF BUG: Please report the sanitised information below to help make this better. Thank you.
****************************************************************************************************
Message: Plugin grep/Vulnerable_Remember_Password_and_Pwd_Reset@OWASP-AT-006.py failed for target http://some.target.com
Command: owtf.py -t quiet http://some.target.com/
Error Trace:
Traceback (most recent call last):
File "/home/krzysiek/tools/sec/owtf/framework/plugin/plugin_handler.py", line 274, in ProcessPlugin
output = self.RunPlugin(PluginDir, Plugin)
File "/home/krzysiek/tools/sec/owtf/framework/plugin/plugin_handler.py", line 251, in RunPlugin
PluginOutput = self.GetModule("", Name, Path+"/").run(self.Core, Plugin)
File "/home/krzysiek/tools/sec/owtf/plugins/web/grep/Vulnerable_Remember_Password_and_Pwd_Reset@OWASP-AT-006.py", line 40, in run
Content += Core.PluginHelper.FindMultilineResponseMatchesForRegexps(Core.Config.GetAsList([ 'RESPONSE_REGEXP_FOR_AUTOCOMPLETE' ]), PluginInfo)
File "/home/krzysiek/tools/sec/owtf/framework/plugin/plugin_helper.py", line 654, in FindMultilineResponseMatchesForRegexps
Result += self.FindMultilineResponseMatchesForRegexp( ResponseRegexp, PluginInfo )
File "/home/krzysiek/tools/sec/owtf/framework/plugin/plugin_helper.py", line 648, in FindMultilineResponseMatchesForRegexp
return self.DrawResponseMatchesTables( self.Core.DB.Transaction.GrepMultiLineResponseRegexp( ResponseRegexp ), PluginInfo )
File "/home/krzysiek/tools/sec/owtf/framework/db/transaction_manager.py", line 263, in GrepMultiLineResponseRegexp
return self.GrepUsingRegexp(ResponseRegexp, GrepLocation)
File "/home/krzysiek/tools/sec/owtf/framework/db/transaction_manager.py", line 276, in GrepUsingRegexp
for FileMatch in Regexp.findall(open(File).read()):
IOError: [Errno 2] No such file or directory: 'grep: owtf_review/xxx.xxx.xxx.xxx/80/http__some.target.com/transactions/response_bodies/scope_*: Nie ma takiego pliku ani katalogu'
____________________________________________________________________________________________________
____________________________________________________________________________________________________
OWTF BUG: Please report the sanitised information below to help make this better. Thank you.
****************************************************************************************************
Message: Plugin grep/Application_Configuration_Management@OWASP-CM-004.py failed for target http://some.target.com
Command: owtf.py -t quiet http://some.target.com/
Error Trace:
Traceback (most recent call last):
File "/home/krzysiek/tools/sec/owtf/framework/plugin/plugin_handler.py", line 274, in ProcessPlugin
output = self.RunPlugin(PluginDir, Plugin)
File "/home/krzysiek/tools/sec/owtf/framework/plugin/plugin_handler.py", line 251, in RunPlugin
PluginOutput = self.GetModule("", Name, Path+"/").run(self.Core, Plugin)
File "/home/krzysiek/tools/sec/owtf/plugins/web/grep/Application_Configuration_Management@OWASP-CM-004.py", line 40, in run
Content = Core.PluginHelper.FindMultilineResponseMatchesForRegexps(Core.Config.GetAsList([ 'RESPONSE_REGEXP_FOR_HTML_COMMENTS','RESPONSE_REGEXP_FOR_CSS_JS_COMMENTS','RESPONSE_REGEXP_FOR_JS_COMMENTS', 'RESPONSE_REGEXP_FOR_PHP_SOURCE', 'RESPONSE_REGEXP_FOR_ASP_SOURCE', 'RESPONSE_REGEXP_FOR_SQL_INJECTION' ]), PluginInfo)
File "/home/krzysiek/tools/sec/owtf/framework/plugin/plugin_helper.py", line 654, in FindMultilineResponseMatchesForRegexps
Result += self.FindMultilineResponseMatchesForRegexp( ResponseRegexp, PluginInfo )
File "/home/krzysiek/tools/sec/owtf/framework/plugin/plugin_helper.py", line 648, in FindMultilineResponseMatchesForRegexp
return self.DrawResponseMatchesTables( self.Core.DB.Transaction.GrepMultiLineResponseRegexp( ResponseRegexp ), PluginInfo )
File "/home/krzysiek/tools/sec/owtf/framework/db/transaction_manager.py", line 263, in GrepMultiLineResponseRegexp
return self.GrepUsingRegexp(ResponseRegexp, GrepLocation)
File "/home/krzysiek/tools/sec/owtf/framework/db/transaction_manager.py", line 276, in GrepUsingRegexp
for FileMatch in Regexp.findall(open(File).read()):
IOError: [Errno 2] No such file or directory: 'grep: owtf_review/xxx.xxx.xxx.xxx/80/http__some.target.com/transactions/response_bodies/scope_*: Nie ma takiego pliku ani katalogu'
____________________________________________________________________________________________________
____________________________________________________________________________________________________
OWTF BUG: Please report the sanitised information below to help make this better. Thank you.
****************************************************************************************************
Message: Plugin grep/Cookies_attributes@OWASP-SM-002.py failed for target http://some.target.com
Command: owtf.py -t quiet http://some.target.com/
Error Trace:
Traceback (most recent call last):
File "/home/krzysiek/tools/sec/owtf/framework/plugin/plugin_handler.py", line 274, in ProcessPlugin
output = self.RunPlugin(PluginDir, Plugin)
File "/home/krzysiek/tools/sec/owtf/framework/plugin/plugin_handler.py", line 251, in RunPlugin
PluginOutput = self.GetModule("", Name, Path+"/").run(self.Core, Plugin)
File "/home/krzysiek/tools/sec/owtf/plugins/web/grep/Cookies_attributes@OWASP-SM-002.py", line 44, in run
AttributeAnalysis = Core.PluginHelper.CookieAttributeAnalysis(AllValues, Header2TransacDict)
File "/home/krzysiek/tools/sec/owtf/framework/plugin/plugin_helper.py", line 801, in CookieAttributeAnalysis
} for Cookie in CookieValueList
KeyError: 'set-cookieNie ma takiego pliku ani katalogu'
____________________________________________________________________________________________________
____________________________________________________________________________________________________
OWTF BUG: Please report the sanitised information below to help make this better. Thank you.
****************************************************************************************************
Message: Plugin grep/CORS@OWTF-WGP-002.py failed for target http://some.target.com
Command: owtf.py -t quiet http://some.target.com/
Error Trace:
Traceback (most recent call last):
File "/home/krzysiek/tools/sec/owtf/framework/plugin/plugin_handler.py", line 274, in ProcessPlugin
output = self.RunPlugin(PluginDir, Plugin)
File "/home/krzysiek/tools/sec/owtf/framework/plugin/plugin_handler.py", line 251, in RunPlugin
PluginOutput = self.GetModule("", Name, Path+"/").run(self.Core, Plugin)
File "/home/krzysiek/tools/sec/owtf/plugins/web/grep/CORS@OWTF-WGP-002.py", line 42, in run
Content += Core.PluginHelper.FindResponseHeaderMatchesForRegexp(Core.Config.Get('HEADERS_REGEXP_FOR_CORS_METHODS'), PluginInfo)
File "/home/krzysiek/tools/sec/owtf/framework/plugin/plugin_helper.py", line 639, in FindResponseHeaderMatchesForRegexp
return self.DrawResponseMatchesTables(self.Core.DB.Transaction.GrepResponseHeadersRegexp(HeaderRegexp), PluginInfo)
File "/home/krzysiek/tools/sec/owtf/framework/db/transaction_manager.py", line 241, in GrepResponseHeadersRegexp
return self.GrepUsingRegexp(HeadersRegexp, GrepLocation)
File "/home/krzysiek/tools/sec/owtf/framework/db/transaction_manager.py", line 276, in GrepUsingRegexp
for FileMatch in Regexp.findall(open(File).read()):
IOError: [Errno 2] No such file or directory: 'grep: owtf_review/xxx.xxx.xxx.xxx/80/http__some.target.com/transactions/response_headers/scope_*: Nie ma takiego pliku ani katalogu'
____________________________________________________________________________________________________
____________________________________________________________________________________________________
OWTF BUG: Please report the sanitised information below to help make this better. Thank you.
****************************************************************************************************
Message: Plugin grep/Credentials_transport_over_an_encrypted_channel@OWASP-AT-001.py failed for target http://some.target.com
Command: owtf.py -t quiet http://some.target.com/
Error Trace:
Traceback (most recent call last):
File "/home/krzysiek/tools/sec/owtf/framework/plugin/plugin_handler.py", line 274, in ProcessPlugin
output = self.RunPlugin(PluginDir, Plugin)
File "/home/krzysiek/tools/sec/owtf/framework/plugin/plugin_handler.py", line 251, in RunPlugin
PluginOutput = self.GetModule("", Name, Path+"/").run(self.Core, Plugin)
File "/home/krzysiek/tools/sec/owtf/plugins/web/grep/Credentials_transport_over_an_encrypted_channel@OWASP-AT-001.py", line 40, in run
Command, RegexpName, Matches = Core.DB.Transaction.GrepMultiLineResponseRegexp(Core.Config.Get('RESPONSE_REGEXP_FOR_PASSWORDS'))
File "/home/krzysiek/tools/sec/owtf/framework/db/transaction_manager.py", line 263, in GrepMultiLineResponseRegexp
return self.GrepUsingRegexp(ResponseRegexp, GrepLocation)
File "/home/krzysiek/tools/sec/owtf/framework/db/transaction_manager.py", line 276, in GrepUsingRegexp
for FileMatch in Regexp.findall(open(File).read()):
IOError: [Errno 2] No such file or directory: 'grep: owtf_review/xxx.xxx.xxx.xxx/80/http__some.target.com/transactions/response_bodies/scope_*: Nie ma takiego pliku ani katalogu'
____________________________________________________________________________________________________
____________________________________________________________________________________________________
OWTF BUG: Please report the sanitised information below to help make this better. Thank you.
****************************************************************************************************
Message: Plugin grep/DoS_Failure_to_Release_Resources@OWASP-DS-007.py failed for target http://some.target.com
Command: owtf.py -t quiet http://some.target.com/
Error Trace:
Traceback (most recent call last):
File "/home/krzysiek/tools/sec/owtf/framework/plugin/plugin_handler.py", line 274, in ProcessPlugin
output = self.RunPlugin(PluginDir, Plugin)
File "/home/krzysiek/tools/sec/owtf/framework/plugin/plugin_handler.py", line 251, in RunPlugin
PluginOutput = self.GetModule("", Name, Path+"/").run(self.Core, Plugin)
File "/home/krzysiek/tools/sec/owtf/plugins/web/grep/DoS_Failure_to_Release_Resources@OWASP-DS-007.py", line 49, in run
Content += Core.Reporter.DrawHTTPTransactionTable(SlowTransactions)
File "/home/krzysiek/tools/sec/owtf/framework/report/reporter.py", line 175, in DrawHTTPTransactionTable
} for Transaction in TransactionList
AttributeError: HTTP_Transaction instance has no attribute 'HTMLLinkToID'
____________________________________________________________________________________________________
____________________________________________________________________________________________________
OWTF BUG: Please report the sanitised information below to help make this better. Thank you.
****************************************************************************************************
Message: Plugin grep/Logout_and_Browser_Cache_Management@OWASP-AT-007.py failed for target http://some.target.com
Command: owtf.py -t quiet http://some.target.com/
Error Trace:
Traceback (most recent call last):
File "/home/krzysiek/tools/sec/owtf/framework/plugin/plugin_handler.py", line 274, in ProcessPlugin
output = self.RunPlugin(PluginDir, Plugin)
File "/home/krzysiek/tools/sec/owtf/framework/plugin/plugin_handler.py", line 251, in RunPlugin
PluginOutput = self.GetModule("", Name, Path+"/").run(self.Core, Plugin)
File "/home/krzysiek/tools/sec/owtf/plugins/web/grep/Logout_and_Browser_Cache_Management@OWASP-AT-007.py", line 42, in run
Content += Core.PluginHelper.FindMultilineResponseMatchesForRegexps(Core.Config.GetAsList([ 'RESPONSE_REGEXP_FOR_CACHE_PROTECTION' ]), PluginInfo)
File "/home/krzysiek/tools/sec/owtf/framework/plugin/plugin_helper.py", line 654, in FindMultilineResponseMatchesForRegexps
Result += self.FindMultilineResponseMatchesForRegexp( ResponseRegexp, PluginInfo )
File "/home/krzysiek/tools/sec/owtf/framework/plugin/plugin_helper.py", line 648, in FindMultilineResponseMatchesForRegexp
return self.DrawResponseMatchesTables( self.Core.DB.Transaction.GrepMultiLineResponseRegexp( ResponseRegexp ), PluginInfo )
File "/home/krzysiek/tools/sec/owtf/framework/db/transaction_manager.py", line 263, in GrepMultiLineResponseRegexp
return self.GrepUsingRegexp(ResponseRegexp, GrepLocation)
File "/home/krzysiek/tools/sec/owtf/framework/db/transaction_manager.py", line 276, in GrepUsingRegexp
for FileMatch in Regexp.findall(open(File).read()):
IOError: [Errno 2] No such file or directory: 'grep: owtf_review/xxx.xxx.xxx.xxx/80/http__some.target.com/transactions/response_bodies/scope_*: Nie ma takiego pliku ani katalogu'
____________________________________________________________________________________________________
____________________________________________________________________________________________________
OWTF BUG: Please report the sanitised information below to help make this better. Thank you.
****************************************************************************************************
Message: Plugin grep/Spiders_Robots_and_Crawlers@OWASP-IG-001.py failed for target http://some.target.com
Command: owtf.py -t quiet http://some.target.com/
Error Trace:
Traceback (most recent call last):
File "/home/krzysiek/tools/sec/owtf/framework/plugin/plugin_handler.py", line 274, in ProcessPlugin
output = self.RunPlugin(PluginDir, Plugin)
File "/home/krzysiek/tools/sec/owtf/framework/plugin/plugin_handler.py", line 251, in RunPlugin
PluginOutput = self.GetModule("", Name, Path+"/").run(self.Core, Plugin)
File "/home/krzysiek/tools/sec/owtf/plugins/web/grep/Spiders_Robots_and_Crawlers@OWASP-IG-001.py", line 42, in run
Content += Core.PluginHelper.FindMultilineResponseMatchesForRegexps(Core.Config.GetAsList(['RESPONSE_REGEXP_FOR_ROBOTS_META_TAG']), PluginInfo)
File "/home/krzysiek/tools/sec/owtf/framework/plugin/plugin_helper.py", line 654, in FindMultilineResponseMatchesForRegexps
Result += self.FindMultilineResponseMatchesForRegexp( ResponseRegexp, PluginInfo )
File "/home/krzysiek/tools/sec/owtf/framework/plugin/plugin_helper.py", line 648, in FindMultilineResponseMatchesForRegexp
return self.DrawResponseMatchesTables( self.Core.DB.Transaction.GrepMultiLineResponseRegexp( ResponseRegexp ), PluginInfo )
File "/home/krzysiek/tools/sec/owtf/framework/db/transaction_manager.py", line 263, in GrepMultiLineResponseRegexp
return self.GrepUsingRegexp(ResponseRegexp, GrepLocation)
File "/home/krzysiek/tools/sec/owtf/framework/db/transaction_manager.py", line 276, in GrepUsingRegexp
for FileMatch in Regexp.findall(open(File).read()):
IOError: [Errno 2] No such file or directory: 'grep: owtf_review/xxx.xxx.xxx.xxx/80/http__some.target.com/transactions/response_bodies/scope_*: Nie ma takiego pliku ani katalogu'
____________________________________________________________________________________________________
____________________________________________________________________________________________________
OWTF BUG: Please report the sanitised information below to help make this better. Thank you.
****************************************************************************************************
Message: Plugin grep/Testing_for_CSRF@OWASP-SM-005.py failed for target http://some.target.com
Command: owtf.py -t quiet http://some.target.com/
Error Trace:
Traceback (most recent call last):
File "/home/krzysiek/tools/sec/owtf/framework/plugin/plugin_handler.py", line 274, in ProcessPlugin
output = self.RunPlugin(PluginDir, Plugin)
File "/home/krzysiek/tools/sec/owtf/framework/plugin/plugin_handler.py", line 251, in RunPlugin
PluginOutput = self.GetModule("", Name, Path+"/").run(self.Core, Plugin)
File "/home/krzysiek/tools/sec/owtf/plugins/web/grep/Testing_for_CSRF@OWASP-SM-005.py", line 40, in run
Content = Core.PluginHelper.FindMultilineResponseMatchesForRegexps(Core.Config.GetAsList([ 'RESPONSE_REGEXP_FOR_HIDDEN' ]), PluginInfo)
File "/home/krzysiek/tools/sec/owtf/framework/plugin/plugin_helper.py", line 654, in FindMultilineResponseMatchesForRegexps
Result += self.FindMultilineResponseMatchesForRegexp( ResponseRegexp, PluginInfo )
File "/home/krzysiek/tools/sec/owtf/framework/plugin/plugin_helper.py", line 648, in FindMultilineResponseMatchesForRegexp
return self.DrawResponseMatchesTables( self.Core.DB.Transaction.GrepMultiLineResponseRegexp( ResponseRegexp ), PluginInfo )
File "/home/krzysiek/tools/sec/owtf/framework/db/transaction_manager.py", line 263, in GrepMultiLineResponseRegexp
return self.GrepUsingRegexp(ResponseRegexp, GrepLocation)
File "/home/krzysiek/tools/sec/owtf/framework/db/transaction_manager.py", line 276, in GrepUsingRegexp
for FileMatch in Regexp.findall(open(File).read()):
IOError: [Errno 2] No such file or directory: 'grep: owtf_review/xxx.xxx.xxx.xxx/80/http__some.target.com/transactions/response_bodies/scope_*: Nie ma takiego pliku ani katalogu'
____________________________________________________________________________________________________
____________________________________________________________________________________________________
OWTF BUG: Please report the sanitised information below to help make this better. Thank you.
****************************************************************************************************
Message: Plugin grep/Testing_for_SQL_Injection@OWASP-DV-005.py failed for target http://some.target.com
Command: owtf.py -t quiet http://some.target.com/
Error Trace:
Traceback (most recent call last):
File "/home/krzysiek/tools/sec/owtf/framework/plugin/plugin_handler.py", line 274, in ProcessPlugin
output = self.RunPlugin(PluginDir, Plugin)
File "/home/krzysiek/tools/sec/owtf/framework/plugin/plugin_handler.py", line 251, in RunPlugin
PluginOutput = self.GetModule("", Name, Path+"/").run(self.Core, Plugin)
File "/home/krzysiek/tools/sec/owtf/plugins/web/grep/Testing_for_SQL_Injection@OWASP-DV-005.py", line 40, in run
Content = Core.PluginHelper.FindMultilineResponseMatchesForRegexps(Core.Config.GetAsList([ 'RESPONSE_REGEXP_FOR_SQL_INJECTION' ]), PluginInfo)
File "/home/krzysiek/tools/sec/owtf/framework/plugin/plugin_helper.py", line 654, in FindMultilineResponseMatchesForRegexps
Result += self.FindMultilineResponseMatchesForRegexp( ResponseRegexp, PluginInfo )
File "/home/krzysiek/tools/sec/owtf/framework/plugin/plugin_helper.py", line 648, in FindMultilineResponseMatchesForRegexp
return self.DrawResponseMatchesTables( self.Core.DB.Transaction.GrepMultiLineResponseRegexp( ResponseRegexp ), PluginInfo )
File "/home/krzysiek/tools/sec/owtf/framework/db/transaction_manager.py", line 263, in GrepMultiLineResponseRegexp
return self.GrepUsingRegexp(ResponseRegexp, GrepLocation)
File "/home/krzysiek/tools/sec/owtf/framework/db/transaction_manager.py", line 276, in GrepUsingRegexp
for FileMatch in Regexp.findall(open(File).read()):
IOError: [Errno 2] No such file or directory: 'grep: owtf_review/xxx.xxx.xxx.xxx/80/http__some.target.com/transactions/response_bodies/scope_*: Nie ma takiego pliku ani katalogu'
____________________________________________________________________________________________________
____________________________________________________________________________________________________
OWTF BUG: Please report the sanitised information below to help make this better. Thank you.
****************************************************************************************************
Message: Plugin grep/Testing_for_SSI_Injection@OWASP-DV-009.py failed for target http://some.target.com
Command: owtf.py -t quiet http://some.target.com/
Error Trace:
Traceback (most recent call last):
File "/home/krzysiek/tools/sec/owtf/framework/plugin/plugin_handler.py", line 274, in ProcessPlugin
output = self.RunPlugin(PluginDir, Plugin)
File "/home/krzysiek/tools/sec/owtf/framework/plugin/plugin_handler.py", line 251, in RunPlugin
PluginOutput = self.GetModule("", Name, Path+"/").run(self.Core, Plugin)
File "/home/krzysiek/tools/sec/owtf/plugins/web/grep/Testing_for_SSI_Injection@OWASP-DV-009.py", line 40, in run
Content = Core.PluginHelper.FindMultilineResponseMatchesForRegexps(Core.Config.GetAsList([ 'RESPONSE_REGEXP_FOR_SSI' ]), PluginInfo)
File "/home/krzysiek/tools/sec/owtf/framework/plugin/plugin_helper.py", line 654, in FindMultilineResponseMatchesForRegexps
Result += self.FindMultilineResponseMatchesForRegexp( ResponseRegexp, PluginInfo )
File "/home/krzysiek/tools/sec/owtf/framework/plugin/plugin_helper.py", line 648, in FindMultilineResponseMatchesForRegexp
return self.DrawResponseMatchesTables( self.Core.DB.Transaction.GrepMultiLineResponseRegexp( ResponseRegexp ), PluginInfo )
File "/home/krzysiek/tools/sec/owtf/framework/db/transaction_manager.py", line 263, in GrepMultiLineResponseRegexp
return self.GrepUsingRegexp(ResponseRegexp, GrepLocation)
File "/home/krzysiek/tools/sec/owtf/framework/db/transaction_manager.py", line 276, in GrepUsingRegexp
for FileMatch in Regexp.findall(open(File).read()):
IOError: [Errno 2] No such file or directory: 'grep: owtf_review/xxx.xxx.xxx.xxx/80/http__some.target.com/transactions/response_bodies/scope_*: Nie ma takiego pliku ani katalogu'
____________________________________________________________________________________________________
____________________________________________________________________________________________________
OWTF BUG: Please report the sanitised information below to help make this better. Thank you.
****************************************************************************************************
Message: Plugin grep/Vulnerable_Remember_Password_and_Pwd_Reset@OWASP-AT-006.py failed for target http://some.target.com
Command: owtf.py -t quiet http://some.target.com/
Error Trace:
Traceback (most recent call last):
File "/home/krzysiek/tools/sec/owtf/framework/plugin/plugin_handler.py", line 274, in ProcessPlugin
output = self.RunPlugin(PluginDir, Plugin)
File "/home/krzysiek/tools/sec/owtf/framework/plugin/plugin_handler.py", line 251, in RunPlugin
PluginOutput = self.GetModule("", Name, Path+"/").run(self.Core, Plugin)
File "/home/krzysiek/tools/sec/owtf/plugins/web/grep/Vulnerable_Remember_Password_and_Pwd_Reset@OWASP-AT-006.py", line 40, in run
Content += Core.PluginHelper.FindMultilineResponseMatchesForRegexps(Core.Config.GetAsList([ 'RESPONSE_REGEXP_FOR_AUTOCOMPLETE' ]), PluginInfo)
File "/home/krzysiek/tools/sec/owtf/framework/plugin/plugin_helper.py", line 654, in FindMultilineResponseMatchesForRegexps
Result += self.FindMultilineResponseMatchesForRegexp( ResponseRegexp, PluginInfo )
File "/home/krzysiek/tools/sec/owtf/framework/plugin/plugin_helper.py", line 648, in FindMultilineResponseMatchesForRegexp
return self.DrawResponseMatchesTables( self.Core.DB.Transaction.GrepMultiLineResponseRegexp( ResponseRegexp ), PluginInfo )
File "/home/krzysiek/tools/sec/owtf/framework/db/transaction_manager.py", line 263, in GrepMultiLineResponseRegexp
return self.GrepUsingRegexp(ResponseRegexp, GrepLocation)
File "/home/krzysiek/tools/sec/owtf/framework/db/transaction_manager.py", line 276, in GrepUsingRegexp
for FileMatch in Regexp.findall(open(File).read()):
IOError: [Errno 2] No such file or directory: 'grep: owtf_review/xxx.xxx.xxx.xxx/80/http__some.target.com/transactions/response_bodies/scope_*: Nie ma takiego pliku ani katalogu'
____________________________________________________________________________________________________
The text was updated successfully, but these errors were encountered:
OWTF Bug Report
The text was updated successfully, but these errors were encountered: