hacktricks/generic-methodologies-and-resources/search-exploits.md
2024-02-10 21:30:13 +00:00

4.6 KiB

Exploit 검색

htARTE (HackTricks AWS Red Team Expert)를 통해 AWS 해킹을 처음부터 전문가까지 배워보세요!

HackTricks를 지원하는 다른 방법:


Trickest를 사용하여 세계에서 가장 고급 커뮤니티 도구를 활용한 워크플로우를 쉽게 구축하고 자동화하세요.
오늘 바로 액세스하세요:

{% embed url="https://trickest.com/?utm_campaign=hacktrics&utm_medium=banner&utm_source=hacktricks" %}

브라우저

항상 "google" 또는 기타에서 검색하세요: <service_name> [version] exploit

또한 https://exploits.shodan.io/shodan exploit 검색을 시도해보세요.

Searchsploit

콘솔에서 exploitdb의 서비스에 대한 exploit을 검색하는 데 유용합니다.

#Searchsploit tricks
searchsploit "linux Kernel" #Example
searchsploit apache mod_ssl #Other example
searchsploit -m 7618 #Paste the exploit in current directory
searchsploit -p 7618[.c] #Show complete path
searchsploit -x 7618[.c] #Open vi to inspect the exploit
searchsploit --nmap file.xml #Search vulns inside an nmap xml result

Pompem

https://github.com/rfunix/Pompem은 다른 exploits를 검색하기 위한 도구입니다.

msf> search platform:windows port:135 target:XP type:exploit

PacketStorm

만약 아무 것도 찾지 못했다면, https://packetstormsecurity.com/에서 사용된 기술을 검색해보세요.

Vulners

vulners 데이터베이스에서도 검색할 수 있습니다: https://vulners.com/

Sploitus

이것은 다른 데이터베이스에서 exploits를 검색합니다: https://sploitus.com/


Trickest를 사용하여 세계에서 가장 고급 커뮤니티 도구로 구동되는 워크플로우를 쉽게 구축하고 자동화할 수 있습니다.
오늘 바로 액세스하세요:

{% embed url="https://trickest.com/?utm_campaign=hacktrics&utm_medium=banner&utm_source=hacktricks" %}

htARTE (HackTricks AWS Red Team Expert)로부터 AWS 해킹을 처음부터 전문가까지 배워보세요!

HackTricks를 지원하는 다른 방법: