मैं कैसे नकली मेल है?
फर्जी मेल ई मेल जो किसी वास्तविक प्रेषक के अलावा अन्य से प्रतीत होता है.
फर्जी मेल शुरू में आम तौर पर व्यावहारिक चुटकुले चरण के लिए, पर प्रयोग किया जाता था अब मुख्यतः ई मेल spammers द्वारा उपयोग किया जाता है.
कैसे नकली मेल भेजें
, नकली मेल भेजने के लिए पहले `Telnet` तुम से ही शुरू करने के लिए प्रकट करने के लिए फर्जी मेल चाहते मशीन के पोर्ट 25 को. यह सीधे SMTP (सिम्पल मेल स्थानांतरण प्रोटोकॉल) को डेमॉन कि मेजबान पर चलने आप कनेक्ट करेंगे.
अगला, सीधे SMTP डेमॉन के लिए उन्हें टाइपिंग द्वारा कमांड SMTP दर्ज करें.
इस उदाहरण में, जो राष्ट्रपति को barry.goldwater से heaven.org @ एक फर्जी मेल संदेश भेजता है आपके SMTP संदेश प्रविष्ट करें:
HELO heaven.org
MAIL FROM: <barry.goldwater@heaven.org>
RCPT TO: <president@whitehouse.gov>
DATA
Date: Thu, 31 Dec 1998 12:16:35 -0500 (EST)
From: barry.goldwater@heaven.org (Barry Goldwater)
To: president@whitehouse.gov
Subject: Patriot Act
Reply-To: barry.goldwater@heaven.org
George:
The Patriot Act is a horrible idea.
Make war against our nations enemies, not our nations people.
Barry
.
QUIT @
HELO heaven.org
MAIL FROM: <barry.goldwater@heaven.org>
RCPT TO: <president@whitehouse.gov>
DATA
Date: Thu, 31 Dec 1998 12:16:35 -0500 (EST)
From: barry.goldwater@heaven.org (Barry Goldwater)
To: president@whitehouse.gov
Subject: Patriot Act
Reply-To: barry.goldwater@heaven.org
George:
The Patriot Act is a horrible idea.
Make war against our nations enemies, not our nations people.
Barry
.
QUIT सिस्टम पर है कि, अपने "मेल से spoofing आरएफसी 931 - प्रमाणीकरण सर्वर लागू है:" लाइन काम नहीं करेगा. टेस्ट खुद नकली मेल भेजने से पहले.
Smail 3.1.29.1 जैसे नए SMTP daemons, + या sendmail को 8.7 +, जब तुम उन्हें कनेक्ट करने के लिए एक identd चेक प्रदर्शन करते हैं. ये SMTP daemons पूरी तरह धोखा देना बिना पहली spoofing करना असंभव हो identd.
SMTP के बारे में अधिक जानकारी, आरएफसी 2822 पढ़ा - इंटरनेट संदेश स्वरूप के लिए.
कि आंकड़े बयान अंदर हेडर वैकल्पिक किया जाना चाहिए, लेकिन वास्तव में कुछ नोट mailers द्वारा आवश्यक हैं. यहाँ तक कि जब जरूरत नहीं, वे अक्सर असली दिखाई अपने नकली मेल संदेश में मदद करते हैं.
एक मेल सर्वर ढूँढना के माध्यम से नकली मेल को भेजें
फर्जी मेल भेजने के लिए, आपको एक मेल सर्वर खोजने की जरूरत होगी.
एक डोमेन के लिए, एक SMTP सर्वर locate करने के लिए `nslookup` का उपयोग करें और एमएक्स करने के लिए अपने प्रश्न के प्रकार निर्धारित किया है.
यह कुछ इस तरह दिखेगा:
$ nslookup
Default Server: localhost.net
Address: 127.0.0.1
> set type=mx
> example.com
Server: localhost.net
Address: 127.0.0.1
Non-authoritative answer:
example.com preference = 15, mail exchanger = smtp-03.mx.example.com
example.com preference = 15, mail exchanger = smtp-04.mx.example.com
example.com preference = 15, mail exchanger = smtp-01.mx.example.com
example.com preference = 15, mail exchanger = smtp-02.mx.example.com
|
बुकमार्क मैं कैसे नकली मेल करते हैं?
नवीनतम ब्लॉग पोस्ट
- SourceForge बनाम Freshmeat





