Lucene search
+L

280 matches found

Kitploit
Kitploit
added 2026/09/15 8:03 a.m.13 views

pefile

pefile pefile은 Portable Executable PE 파일을 파싱하고 다루기 위한 다중 플랫폼 Python 모듈입니다. PE 파일 헤더에 포함된 대부분의 정보와 모든 섹션의 세부 정보 및 데이터에 접근할 수 있습니다. Windows 헤더 파일에 정의된 구조는 PE 인스턴스의 속성으로 접근할 수 있습니다. 필드/속성의 명명은 해당 헤더의 명명 체계를 따르려고 합니다. 편의를 위해 추가된 바로가기만 해당 규칙에서 벗어납니다. pefile은 PE 파일 레이아웃에 대한 기본적인 이해가 필요합니다. 이를 통해 PE 파일...

5.9AI score
SaveExploits0References22
Kitploit
Kitploit
added 2026/09/15 6:59 a.m.11 views

PortEx

PortEx PortEx에 오신 것을 환영합니다 PortEx는 Portable Executable 파일의 정적 악성코드 분석을 위한 Java 라이브러리입니다. PE 변형 내성 및 이상 탐지에 중점을 둡니다. PortEx는 Java와 Scala로 작성되었으며 Java 애플리케이션을 대상으로 합니다. 기능 MSDOS 헤더, COFF 파일 헤더, 옵셔널 헤더, 섹션 테이블에서 헤더 정보 읽기 PE 구조 읽기: 임포트, 리소스, 익스포트, 디버그 디렉토리, 재배치, 지연 로드 임포트, 바운드 임포트 섹션, 리소스, 오버레이, 임베디드...

5.9AI score
SaveExploits0References6
Kitploit
Kitploit
added 2026/09/15 12:29 a.m.13 views

enumy

Enumy Enumy는 침투 테스트 또는 CTF의 후기 침투 단계에서 대상 Linux 머신에 배포하는 초고속 휴대용 실행 파일입니다. enumy를 실행하면 박스의 일반적인 보안 취약점을 열거합니다. 설치 x86 또는 x64 릴리스 탭에서 최종 바이너리를 다운로드할 수 있습니다. musl에 정적으로 링크됨 최종 enumy 바이너리를 대상 머신으로 전송합니다. 최신 릴리스 root@kitploit: ./enumy Enumy 사용 대상 침투 테스터는 대상 머신에서 실행하여 보고서에 사용할 문제를 찾을 수 있습니다. CTF 플레이어는...

5.9AI score
SaveExploits0References4
Kitploit
Kitploit
added 2026/09/14 9:47 p.m.47 views

peanalyzer

peanalyzer Advanced Portable Executable File Analyzer Python 3.5.2 : Tested Working Usage python peanalyzer.py --file file.exe --show all|file-path|general|dos-header|file-header|optional-header|data-directory|section-headers|imports python peanalyzer.py --file file.exe --disassemble all...

5.4AI score
SaveExploits0
Kitploit
Kitploit
added 2026/09/14 5:07 p.m.13 views

PEpper

PEpper P ortable E xecutable에 대한 악성코드 정적 분석 을 수행하는 오픈 소스 도구 설치 root@kitploit: eva@paradise:$ git clone https://github.com/blackeko/PEpper/ eva@paradise:$ cd PEpper eva@paradise:$ pip3 install -r requirements.txt eva@paradise:$ python3 pepper.py ./malwaredir 스크린샷 | ---|--- | 그리고 더 많은 행들.. CSV 출력 그...

5.8AI score
SaveExploits0References4
Kitploit
Kitploit
added 2026/09/14 5:01 p.m.42 views

peframe

======= peframe peframe is a open source tool to perform static analysis on Portable Executable malware and generic suspicious file. It can help malware researchers to detect packer, xor, digital signature, mutex, anti debug, anti virtual machine, suspicious sections and functions, macro and much...

5.5AI score
SaveExploits0References1
Kitploit
Kitploit
added 2026/09/13 5:26 p.m.11 views

collisions

ハッシュ衝突と悪用 作者: Ange Albertini と Marc Stevens. FAQ TL;DR Q: ファイルに任意のMD2/MD4/MD5/MD6/SHA1/SHA2/SHA3、または別のファイルと同じハッシュを付与することは可能ですか? A: いいえ。 Q: 同じハッシュを持つ2つの異なるファイルを作成できますか? A: MD5なら、標準的なコンピュータで数秒です。SHA1なら、可能ですが、エンドユーザーには現実的ではありません(計算量: 2^61.2 コスト: $11k)。 Q: データを追加することで、2つの異なるファイルに同じハッシュを持たせられますか? A:...

6AI score
SaveExploits0References54
Kitploit
Kitploit
added 2026/09/11 6:42 a.m.12 views

pdbdownload

Portable Executable PE ファイルに関連付けられた PDB ファイルをダウンロードするためのユーティリティです。 機能 msdl.microsoft.com から PDB シンボルをダウンロードします。 単一またはバッチの PortableExecutable PE ファイルを処理します。 デモ https://github.com/user-attachments/assets/095fb528-65a6-488e-bfa0-46101738a451 使用方法 root@kitploit: $./pdbdownload-linux-amd64 -h...

5.9AI score
SaveExploits0References2
AstraLinux
AstraLinux
added 2026/08/24 10:19 a.m.10 views

Astra Linux – Vulnerability in binutils

A issue was discovered in the Binary File Descriptor BFD library also known as libbfd, as distributed in GNU Binutils 2.31. A heap-based buffer overflow in the bfdgetl32 function in libbfd.c allows an attacker to cause a denial of service through a crafted PE file. This vulnerability can be...

5.5CVSS6.9AI score0.01341EPSS
SaveExploits1References2
OSV
OSV
added 2026/07/07 4:57 p.m.8 views

SUSE-SU-2026:22574-1 Security update for clamav

This update for clamav fixes the following issues: Update to version 1.5.3. Security issues fixed: - CVE-2026-20213: out-of-bounds write due to improper boundary checks for content in PE files during scanning bsc1270107. - CVE-2026-20214: out-of-bounds write due to improper boundary checks for...

9.2CVSS6.2AI score0.00573EPSS
SaveExploits1References17
SUSE CVE
SUSE CVE
added 2026/07/03 3:26 a.m.20 views

SUSE CVE-2026-20213

A vulnerability in the PE file format parser of ClamAV could allow an unauthenticated, remote attacker to cause a DoS condition, or possibly other expanded impacts, resulting from memory corruption on an affected device. This vulnerability is due to improper boundary checks for content in PE file...

7.5CVSS7.3AI score0.00573EPSS
SaveExploits0References7
BDU FSTEC
BDU FSTEC
added 2026/07/03 12:00 a.m.13 views

The vulnerability of the PE-file processing mechanism of the ClamAV antivirus program allows a hacker to induce a service failure.

The vulnerability of the PE-file processing mechanism in the ClamAV antivirus program lies in the copying of buffers without checking the size of the input data. Exploiting this vulnerability allows a malicious actor to cause service failure by sending a specially crafted file...

7.8CVSS5.9AI score0.00573EPSS
SaveExploits0References3Affected Software2
OSV
OSV
added 2026/07/02 12:00 a.m.20 views

UBUNTU-CVE-2026-20213

A vulnerability in the PE file format parser of ClamAV could allow an unauthenticated, remote attacker to cause a DoS condition, or possibly other expanded impacts, resulting from memory corruption on an affected device. This vulnerability is due to improper boundary checks for content in PE file...

7.5CVSS7AI score0.00573EPSS
SaveExploits0References4
OSV
OSV
added 2026/07/02 12:00 a.m.13 views

UBUNTU-CVE-2026-20214

A vulnerability in the FSG file format parser of ClamAV could allow an unauthenticated, remote attacker to cause a DoS condition, or possibly other expanded impacts, resulting from memory corruption on an affected device. This vulnerability is due to improper boundary checks for content in FSG...

7.5CVSS7AI score0.00573EPSS
SaveExploits0References4
NVD
NVD
added 2026/07/01 5:16 p.m.19 views

CVE-2026-20213

A vulnerability in the PE file format parser of ClamAV could allow an unauthenticated, remote attacker to cause a DoS condition, or possibly other expanded impacts, resulting from memory corruption on an affected device. This vulnerability is due to improper boundary checks for content in PE file...

7.5CVSS0.00573EPSS
SaveExploits0References1
OSV
OSV
added 2026/07/01 5:16 p.m.20 views

CVE-2026-20213

A vulnerability in the PE file format parser of ClamAV could allow an unauthenticated, remote attacker to cause a DoS condition, or possibly other expanded impacts, resulting from memory corruption on an affected device. This vulnerability is due to improper boundary checks for content in PE file...

7.5CVSS6.1AI score
SaveExploits0References1
OSV
OSV
added 2026/07/01 5:16 p.m.17 views

DEBIAN-CVE-2026-20213

A vulnerability in the PE file format parser of ClamAV could allow an unauthenticated, remote attacker to cause a DoS condition, or possibly other expanded impacts, resulting from memory corruption on an affected device. This vulnerability is due to improper boundary checks for content in PE file...

7.5CVSS6AI score0.00573EPSS
SaveExploits0References1
Debian CVE
Debian CVE
added 2026/07/01 4:27 p.m.27 views

CVE-2026-20213

A vulnerability in the PE file format parser of ClamAV could allow an unauthenticated, remote attacker to cause a DoS condition, or possibly other expanded impacts, resulting from memory corruption on an affected device. This vulnerability is due to improper boundary checks for content in PE file...

7.5CVSS6AI score0.00573EPSS
SaveExploits0
AlpineLinux
AlpineLinux
added 2026/07/01 4:27 p.m.25 views

CVE-2026-20213

A vulnerability in the PE file format parser of ClamAV could allow an unauthenticated, remote attacker to cause a DoS condition, or possibly other expanded impacts, resulting from memory corruption on an affected device. This vulnerability is due to improper boundary checks for content in PE file...

7.5CVSS7.3AI score0.00573EPSS
SaveExploits0
Cvelist
Cvelist
added 2026/07/01 4:27 p.m.57 views

CVE-2026-20214 ClamAV FSG File Format Processing Out-of-Bounds Memory Corruption Vulnerability

A vulnerability in the FSG file format parser of ClamAV could allow an unauthenticated, remote attacker to cause a DoS condition, or possibly other expanded impacts, resulting from memory corruption on an affected device. This vulnerability is due to improper boundary checks for content in FSG...

7.5CVSS0.00573EPSS
SaveExploits0References1
Rows per page
Query Builder