From 70d0496f8a3a3941986a89cba08a9702369ce24f Mon Sep 17 00:00:00 2001 From: g0tmi1k Date: Wed, 26 Oct 2016 16:44:58 +0100 Subject: [PATCH] Note about dependencies --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index d1cc8bce1..4b73754fa 100755 --- a/README.md +++ b/README.md @@ -72,3 +72,5 @@ Exploit: Microsoft Windows - 'afd.sys' Dangling Pointer Privilege Escalation (MS Copied EDB-ID 39446's path to the clipboard. root@kali:~# ``` + +SearchSploit requires either "CoreUtils" or "utilities" (e.g. `bash`, `sed`, `grep`, `awk`, etc.) for the core features to work. The self updating function will require `git`, and the Nmap XML option to work, will require `xmllint` (found in the `libxml2-utils` package in Debian-based systems).