Lucene search
+L

344 matches found

seebug.org
seebug.org
•added 2014/07/01 12:00 a.m.•66 views

Grep < 2.11 Integer Overflow Crash PoC

No description provided by source. Grep 2.11 is vulnerable to int overflow exploitation. http://lists.gnu.org/archive/html/bug-grep/2012-03/msg00007.html Although it is patched in the recent Grep, This update has not been pushed to the Ubuntu repos, or the Redhat repos, leaving 99% of those OS'sa...

4.4CVSS0.4AI score0.01022EPSS
SaveExploits6
Tenable Nessus
Tenable Nessus
•added 2014/03/27 12:00 a.m.•29 views

GLSA-201403-07 : grep: User-assisted execution of arbitrary code

The remote host is affected by the vulnerability described in GLSA-201403-07 grep: User-assisted execution of arbitrary code An integer overflow flaw has been discovered in grep. Impact : An attacker could entice a user to run grep on a specially crafted file, possibly resulting in execution of...

4.4CVSS8.7AI score0.01022EPSS
SaveExploits6References2
OpenVAS
OpenVAS
•added 2013/12/23 12:00 a.m.•33 views

Fedora Update for ack FEDORA-2013-23206

Check for the Version of ack OpenVAS Vulnerability Test Fedora Update for ack FEDORA-2013-23206 Authors: System Generated Check Copyright: Copyright C 2013 Greenbone Networks GmbH, http://www.greenbone.net This program is free software; you can redistribute it and/or modify it under the terms of...

6.8CVSS6.5AI score0.03101EPSS
SaveExploits0References2
Fedora
Fedora
•added 2013/12/20 1:49 a.m.•45 views

[SECURITY] Fedora 19 Update: ack-2.12-1.fc19

Ack is designed as a replacement for grep...

6.8CVSS2AI score0.03101EPSS
SaveExploits0
Fedora
Fedora
•added 2013/12/20 1:48 a.m.•36 views

[SECURITY] Fedora 20 Update: ack-2.12-1.fc20

Ack is designed as a replacement for grep...

6.8CVSS2AI score0.03101EPSS
SaveExploits0
w3af
w3af
•added 2013/06/10 11:02 p.m.•23 views

strange_http_codes

Analyze HTTP response codes sent by the remote web application and report uncommon findings. Plugin type Grep Options This plugin doesnt have any user configured options. Source For more information about this plugin and the associated tests, theres always the source code to understand exactly...

0.1AI score
SaveExploits0
w3af
w3af
•added 2013/06/10 11:02 p.m.•18 views

wsdl_greper

This plugin greps every page for WSDL definitions. Not all wsdls are found appending "?WSDL" to the url like crawl.wsdlfinder plugin does, this grep plugin will find some wsdls that arent found by the crawl plugin. Plugin type Grep Options This plugin doesnt have any user configured options. Sour...

SaveExploits0
w3af
w3af
•added 2013/06/10 11:02 p.m.•18 views

oracle

This plugin greps every page for oracle messages, versions, etc. Plugin type Grep Options This plugin doesnt have any user configured options. Source For more information about this plugin and the associated tests, theres always the source code to understand exactly whats under the hood: Plugin...

7.2AI score
SaveExploits0
w3af
w3af
•added 2013/06/10 11:02 p.m.•22 views

hash_analysis

This plugin identifies hashes in HTTP responses. Plugin type Grep Options This plugin doesnt have any user configured options. Source For more information about this plugin and the associated tests, theres always the source code to understand exactly whats under the hood: Plugin source code...

0.1AI score
SaveExploits0
w3af
w3af
•added 2013/06/10 11:02 p.m.•36 views

ajax

This plugin greps every page for traces of Ajax code. Plugin type Grep Options This plugin doesnt have any user configured options. Source For more information about this plugin and the associated tests, theres always the source code to understand exactly whats under the hood: Plugin source code...

2AI score
SaveExploits0
w3af
w3af
•added 2013/06/10 11:02 p.m.•39 views

svn_users

This plugin greps every page for users of the versioning system. Sometimes the HTML pages are versioned using CVS or SVN, if the header of the versioning system is saved as a comment in this page, the user that edited the page will be saved on that header and will be added to the knowledge base...

7AI score
SaveExploits0
w3af
w3af
•added 2013/06/10 11:02 p.m.•22 views

private_ip

This plugin greps every page body and headers for private IP addresses. Plugin type Grep Options This plugin doesnt have any user configured options. Source For more information about this plugin and the associated tests, theres always the source code to understand exactly whats under the hood:...

0.3AI score
SaveExploits0
w3af
w3af
•added 2013/06/10 11:02 p.m.•18 views

url_session

This plugin finds URLs which contain a parameter that stores the session ID. This configuration leaves the session id exposed in browser and server logs, and is also leaked through the HTTP referrer header. Plugin type Grep Options This plugin doesnt have any user configured options. Source For...

0.3AI score
SaveExploits0
w3af
w3af
•added 2013/06/10 11:02 p.m.•41 views

cross_domain_js

Find script tags with src attributes that point to a different domain. It is important to notice that websites that depend on external javascript sources are delegating part of their security to those entities, so it is imperative to be aware of such code. Plugin type Grep Options This plugin...

7.2AI score
SaveExploits0
w3af
w3af
•added 2013/06/10 11:02 p.m.•40 views

meta_tags

This plugin greps every page for interesting meta tags. Some interesting meta tags are the ones that contain : microsoft, visual, linux . Plugin type Grep Options This plugin doesnt have any user configured options. Source For more information about this plugin and the associated tests, theres...

0.5AI score
SaveExploits0
w3af
w3af
•added 2013/06/10 11:02 p.m.•38 views

path_disclosure

This plugin greps every page for path disclosure vulnerabilities like: C:\www\files\… /var/www/htdocs/… The results are saved to the KB, and used by all the plugins that need to know the location of a file inside the remote web server. Plugin type Grep Options This plugin doesnt have any user...

7.4AI score
SaveExploits0
w3af
w3af
•added 2013/06/10 11:02 p.m.•21 views

http_in_body

This plugin searches for HTTP responses that contain other HTTP request/responses in their response body. This situation is mostly seen when programmers enable some kind of debugging for the web application, and print the original request in the response HTML as a comment. Plugin type Grep Option...

7AI score
SaveExploits0
w3af
w3af
•added 2013/06/10 11:02 p.m.•12 views

dom_xss

This plugin greps every page for traces of DOM XSS. An interesting paper about DOM XSS can be found here: http://www.webappsec.org/projects/articles/071105.shtml Plugin type Grep Options This plugin doesnt have any user configured options. Source For more information about this plugin and the...

SaveExploits0
w3af
w3af
•added 2013/06/10 11:02 p.m.•10 views

file_upload

This plugin greps every page for forms with file upload capabilities. Plugin type Grep Options This plugin doesnt have any user configured options. Source For more information about this plugin and the associated tests, theres always the source code to understand exactly whats under the hood:...

0.1AI score
SaveExploits0
w3af
w3af
•added 2013/06/10 11:02 p.m.•21 views

form_autocomplete

This plugin greps every page for autocomplete-able forms containing password-type inputs. Plugin type Grep Options This plugin doesnt have any user configured options. Source For more information about this plugin and the associated tests, theres always the source code to understand exactly whats...

0.1AI score
SaveExploits0
Rows per page
Query Builder