Skip to content
KitploitKITPLOIT
उपकरणब्लॉग
जमा करें
उपकरणब्लॉग
जमा करें

हैकिंग, पेनटेस्ट और साइबर सुरक्षा उपकरण आपके सुरक्षा शस्त्रागार के लिए!

Kitploit हैकिंग, साइबर सुरक्षा और पेंटेस्टिंग टूल्स की एक निर्देशिका है। कमजोरियों को खोजने, सिस्टम का विश्लेषण करने, परीक्षण को स्वचालित करने और अपनी सुरक्षा को मजबूत करने के लिए नवीनतम प्रोजेक्ट अपडेट खोजें।

··फ़ीड·संपर्क·गोपनीयता·© 2026 Kitploit

टूल निर्देशिका

श्रेणियाँ

सभी श्रेणियाँ देखें
Loading categories
pgpdump — A PGP packet visualizer | Kitploit
उपकरण/GitHubGitHub/kazu-yamamoto/pgpdump
Encryption/Decryption ToolsCryptographyBinary AnalysisEmail Security
GitHubkazu-yamamoto/pgpdump

pgpdump

A PGP packet visualizer

रिपॉजिटरी देखेंवेबसाइट
187376 महीने पहलेKitploit द्वारा समीक्षित

सबसे लोकप्रिय

सभी देखें →

हमारे समुदाय द्वारा सबसे अधिक उपयोग किए जाने वाले उपकरण खोजें।

सभी उपकरण खोजें

हमारे उपकरणों का संग्रह ब्राउज़ करें

सभी उपकरण देखें →
साझा करें

GitHub Actions status

pgpdump: एक PGP पैकेट विज़ुअलाइज़र

  • Kazu Yamamoto [email protected]
  • अगस्त 16, 2010

अवलोकन

pgpdump एक PGP पैकेट विज़ुअलाइज़र है जो OpenPGP (RFC 4880) और PGP संस्करण 2 (RFC 1991) का पैकेट प्रारूप प्रदर्शित करता है।

यहाँ एक उदाहरण है:

root@kitploit:~
% pgpdump test/sig1
Old: Marker Packet(tag 10)(3 bytes)
	String - ...
New: One-Pass Signature Packet(tag 4)(13 bytes)
	New version(3)
	Sig type - Signature of a binary document(0x00).
	Hash alg - SHA1(hash 2)
	Pub alg - DSA Digital Signature Algorithm(pub 17)
	Key ID - 0xA79778E247B63037
	Next packet - other than one pass signature
New: Signature Packet(tag 2)(63 bytes)
	Ver 3 - old
	Hash material(5 bytes):
		Sig type - Signature of a binary document(0x00).
		Creation time - Fri Nov 27 22:35:02 JST 1998
	Key ID - 0xA79778E247B63037
	Pub alg - DSA Digital Signature Algorithm(pub 17)
	Hash alg - SHA1(hash 2)
	Hash left 2 bytes - 8f 82
	DSA r(160 bits) - ...
	DSA s(157 bits) - ...
		-> hash(DSA q bits)

स्थापना

रिलीज़ टारबॉल से pgpdump स्थापित करने के लिए निम्नलिखित चरण अपनाएँ:

root@kitploit:~
% ./configure
% make
% su
# make install

Git से निर्माण करने के लिए, उपरोक्त कमांड चलाने से पहले autoreconf -fviW all चलाएँ।

Mac OS X के लिए Homebrew के माध्यम से बाइनरी उपलब्ध हैं:

root@kitploit:~
% brew install pgpdump

उपयोग

pgpdump का उपयोग करने का तरीका जानने के लिए, pgpdump -h टाइप करें।

कुछ उदाहरण test निर्देशिका में संग्रहीत हैं। साथ ही, आप अपने pubring और secring को विज़ुअलाइज़ कर सकते हैं।

होम पेज

pgpdump का आधिकारिक होम पेज है:

  • https://www.mew.org/~kazu/proj/pgpdump/

बग

  • pgpdump मानता है कि एक संपीड़ित पैकेट निर्दिष्ट फ़ाइल के अंत तक जारी रहता है।

परीक्षण

सभी परीक्षण चलाने के लिए:

root@kitploit:~
% make check

या:

root@kitploit:~
% make
% ./test/test

विशिष्ट परीक्षण चलाने के लिए:

root@kitploit:~
% make check TESTS="test/pub.res test/sig.res"

या:

root@kitploit:~
% make
% ./test/test test/pub.res test/sig.res
टूल डाउनलोड करें