Commit graph

14 commits

Author SHA1 Message Date
g0tmi1k
7f2dc9d41b Updated README 2015-07-08 23:12:58 +01:00
g0tmi1k
60391041b9 Switch update to function 2015-07-08 21:38:52 +01:00
g0tmi1k
32edeb4342 Switching -f with -t (--file to --title)
Search just the exploit title (Default is title AND the file's path)
2015-07-08 21:24:00 +01:00
g0tmi1k
50f179d241 Grammar improvements 2015-06-12 20:55:48 +01:00
g0tmi1k
efa00094a0 SearchSploit - Misc output formatting 2015-06-11 15:56:36 +01:00
g0tmi1k
990bc693df SearchSploit: Add file path search (-f)
This is how the old method of search was working.

**Still uses `fgrep` rather than `grep -f`**.

- - -

## Before

```
root@kali:~/exploit-database# ./searchsploit afd windows local
---------------------------------------------------------------------------------------------------------------------------------------------- ----------------------------------
 Exploit Title                                                                                                                                |  Path
                                                                                                                                              | (/usr/share/exploitdb/platforms)
---------------------------------------------------------------------------------------------------------------------------------------------- ----------------------------------
Microsoft Windows XP - AFD.sys Local Kernel DoS Exploit                                                                                       | ./windows/dos/17133.c
Microsoft Windows XP/2003 Afd.sys - Local Privilege Escalation Exploit (MS11-080)                                                             | ./windows/local/18176.py
---------------------------------------------------------------------------------------------------------------------------------------------- ----------------------------------
root@kali:~/exploit-database#
```

## Now / Old method

```
root@kali:~/exploit-database# ./searchsploit afd windows local -f
---------------------------------------------------------------------------------------------------------------------------------------------- ----------------------------------
 Exploit Title                                                                                                                                |  Path
                                                                                                                                              | (/usr/share/exploitdb/platforms)
---------------------------------------------------------------------------------------------------------------------------------------------- ----------------------------------
Microsoft Windows 2003/XP - AFD.sys Privilege Escalation Exploit (K-plugin)                                                                   | ./windows/local/6757.txt
Microsoft Windows XP - AFD.sys Local Kernel DoS Exploit                                                                                       | ./windows/dos/17133.c
Microsoft Windows XP/2003 Afd.sys - Local Privilege Escalation Exploit (MS11-080)                                                             | ./windows/local/18176.py
Windows - AfdJoinLeaf Privilege Escalation (MS11-080)                                                                                         | ./windows/local/21844.rb
---------------------------------------------------------------------------------------------------------------------------------------------- ----------------------------------
root@kali:~/exploit-database#
```
2015-06-11 15:40:56 +01:00
g0tmi1k
85361a1879 SearchSploit - Code clean up & new features
+ Header will display full path (e.g. `/usr/share/exploitdb/platforms`)
+ Add 'Web Link' (`-w`) to show URLs
+ Add 'EDB-ID' (`--id`) to show only EDB-ID values
+ Add colour mode - will highlight results by default (`--colour` to disable it)
+ Better performance (Less pipes - but more awks. _So theres still work_).
+ Search results are more accurate (doesn't search path - only exploit title)
2015-06-11 14:16:29 +01:00
Chris Baal
ac19b0c0b3 Add update support to searchsploit 2015-01-07 18:01:38 -05:00
Offensive Security
f19fa32536 Merge branch 'ui-tweak' of https://github.com/prurigro/exploit-database into prurigro-ui-tweak 2014-12-10 17:39:38 +00:00
Kevin MacMartin
171223a3ed Made some minor updates to the UI for (imo) better formatting 2014-08-08 12:36:29 -04:00
Conny Brunnkvist
b1c290b614 Look for .csv in source dir even if exe is symlinked 2014-07-04 23:58:46 +07:00
Unix-Ninja
be4f53e1a8 added case-sensitive toggle switch & cleaned up garbage results (still super-fast) 2014-03-06 14:20:24 -05:00
root
fbfe3cc061 Added https://bugs.kali.org/view.php?id=707 2014-02-01 16:17:05 +00:00
Offensive Security
9b2c254843 Added the searchsploit script 2014-01-08 15:28:22 +00:00