Updated README output
This commit is contained in:
parent
ebb6cf8831
commit
a0a08b85e3
1 changed files with 16 additions and 13 deletions
29
README.md
29
README.md
|
@ -21,6 +21,8 @@ root@kali:~# searchsploit -h
|
|||
searchsploit -t oracle windows
|
||||
searchsploit -p 39446
|
||||
|
||||
For more examples, see the manual: https://www.exploit-db.com/searchsploit/
|
||||
|
||||
=========
|
||||
Options
|
||||
=========
|
||||
|
@ -52,21 +54,22 @@ root@kali:~# searchsploit -h
|
|||
|
||||
root@kali:~#
|
||||
root@kali:~# searchsploit afd windows local
|
||||
--------------------------------------------------------------------------------- ----------------------------------
|
||||
Exploit Title | Path
|
||||
| (/usr/share/exploitdb/platforms)
|
||||
--------------------------------------------------------------------------------- ----------------------------------
|
||||
Microsoft Windows XP - 'afd.sys' Local Kernel Denial of Service | ./windows/dos/17133.c
|
||||
Microsoft Windows 2003/XP - 'afd.sys' Privilege Escalation (K-plugin) (MS08-066) | ./windows/local/6757.txt
|
||||
Microsoft Windows XP/2003 - 'afd.sys' Privilege Escalation (MS11-080) | ./windows/local/18176.py
|
||||
Microsoft Windows - 'AfdJoinLeaf' Privilege Escalation (MS11-080) (Metasploit) | ./windows/local/21844.rb
|
||||
Microsoft Windows - 'afd.sys' Dangling Pointer Privilege Escalation (MS14-040) | ./win_x86/local/39446.py
|
||||
Microsoft Windows 7 (x64) - 'afd.sys' Privilege Escalation (MS14-040) | ./win_x86-64/local/39525.py
|
||||
Microsoft Windows (x86) - 'afd.sys' Privilege Escalation (MS11-046) | ./windows/local/40564.c
|
||||
--------------------------------------------------------------------------------- ----------------------------------
|
||||
---------------------------------------------------------------------------------------- -----------------------------------
|
||||
Exploit Title | Path
|
||||
| (/usr/share/exploitdb/platforms/)
|
||||
---------------------------------------------------------------------------------------- -----------------------------------
|
||||
Microsoft Windows XP - 'afd.sys' Local Kernel Denial of Service | windows/dos/17133.c
|
||||
Microsoft Windows - 'afd.sys' Local Kernel Exploit (PoC) (MS11-046) | windows/dos/18755.c
|
||||
Microsoft Windows XP/2003 - 'afd.sys' Privilege Escalation (K-plugin) (MS08-066) | windows/local/6757.txt
|
||||
Microsoft Windows XP/2003 - 'afd.sys' Privilege Escalation (MS11-080) | windows/local/18176.py
|
||||
Microsoft Windows - 'AfdJoinLeaf' Privilege Escalation (MS11-080) (Metasploit) | windows/local/21844.rb
|
||||
Microsoft Windows 7 (x86) - 'afd.sys' Dangling Pointer Privilege Escalation (MS14-040) | win_x86/local/39446.py
|
||||
Microsoft Windows 7 (x64) - 'afd.sys' Dangling Pointer Privilege Escalation (MS14-040) | win_x86-64/local/39525.py
|
||||
Microsoft Windows (x86) - 'afd.sys' Privilege Escalation (MS11-046) | win_x86/local/40564.c
|
||||
---------------------------------------------------------------------------------------- -----------------------------------
|
||||
root@kali:~#
|
||||
root@kali:~# searchsploit -p 39446
|
||||
Exploit: Microsoft Windows - 'afd.sys' Dangling Pointer Privilege Escalation (MS14-040)
|
||||
Exploit: Microsoft Windows 7 (x86) - 'afd.sys' Dangling Pointer Privilege Escalation (MS14-040)
|
||||
URL: https://www.exploit-db.com/exploits/39446/
|
||||
Path: /usr/share/exploitdb/platforms/win_x86/local/39446.py
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue