diff --git a/src/generic-methodologies-and-resources/external-recon-methodology/wide-source-code-search.md b/src/generic-methodologies-and-resources/external-recon-methodology/wide-source-code-search.md index f524561c1..bbbb5c31f 100644 --- a/src/generic-methodologies-and-resources/external-recon-methodology/wide-source-code-search.md +++ b/src/generic-methodologies-and-resources/external-recon-methodology/wide-source-code-search.md @@ -6,6 +6,7 @@ 이는 여러 경우에 **유출된 정보** 또는 **취약점** 패턴을 검색하는 데 도움이 됩니다. +- [**Sourcebot**](https://www.sourcebot.dev/): 오픈 소스 코드 검색 도구. 현대적인 웹 인터페이스를 통해 수천 개의 리포지토리를 인덱싱하고 검색합니다. - [**SourceGraph**](https://sourcegraph.com/search): 수백만 개의 리포지토리에서 검색합니다. 무료 버전과 15일 무료의 엔터프라이즈 버전이 있습니다. 정규 표현식을 지원합니다. - [**Github Search**](https://github.com/search): Github 전역에서 검색합니다. 정규 표현식을 지원합니다. - 아마도 [**Github Code Search**](https://cs.github.com/)도 확인하는 것이 유용할 것입니다. @@ -13,6 +14,6 @@ - [**SearchCode**](https://searchcode.com/): 수백만 개의 프로젝트에서 코드를 검색합니다. > [!WARNING] -> 리포지토리에서 유출을 찾고 `git log -p`와 같은 명령을 실행할 때 **비밀을 포함한 다른 커밋이 있는 다른 브랜치**가 있을 수 있다는 것을 잊지 마세요! +> 리포지토리에서 유출을 찾고 `git log -p`와 같은 명령을 실행할 때 **비밀이 포함된 다른 커밋이 있는 다른 브랜치**가 있을 수 있다는 것을 잊지 마세요! {{#include ../../banners/hacktricks-training.md}}