(Translated by https://www.hiragana.jp/)
Ipsectrace: Difference between revisions - Wikipedia Jump to content

Ipsectrace: Difference between revisions

From Wikipedia, the free encyclopedia
Content deleted Content added
No edit summary
m Disambiguate Ettercap to Ettercap (software) using popups
 
(26 intermediate revisions by 15 users not shown)
Line 1: Line 1:
'''ipsectrace''' is a software tool designed by Wayne Schroeder to help profile [[IPsec]] connections in a [[packet capture]] (PCP) file. The program uses a command line interface to point at a PCP capture and informs the user about what is going on. It is somewhat inspired by [[tcptrace]], which uses the same input of PCP files.<ref name=tcptrace>{{cite web|title=tcptrace|url=http://www.tcptrace.org/|access-date=9 May 2011}}</ref> Ipsectrace is only available for the [[Linux]] [[operating system]]. It is coded in [[C++]] and is licensed under the [[GPL]], effectively allowing anyone to modify and redistribute it.<ref name=GPL>{{cite web|title=Frequently Asked Questions about the GNU Licenses|url=https://www.gnu.org/licenses/gpl-faq.html#WhyDoesTheGPLPermitUsersToPublishTheirModifiedVersions|publisher=GNU|access-date=9 May 2011}}</ref>
{{New user article LSU|date=May 2011}}


Although its main purpose is to monitor IPsec traffic, ipsectrace can be used to crack extra layers of security brought about by [[VPN]] implementations of security such as IPsec and [[Secure Shell|SSH]],<ref name=ipsec>{{cite book|last=Dean|first=Tamara|title=Network+ guide to networks|year=2009|publisher=Cengage Course Technology|location=Boston, Mass.|isbn=978-1-4239-0245-4|pages=575–615|edition=5th}}</ref> whereas programs such as Anger, Deceit, and [[Ettercap (software)|Ettercap]] can be used to infiltrate [[PPTP]] security.<ref name=Beaver>{{cite book|last=Beaver|first=Kevin|title=Hacking wireless networks for dummies : [find and fix network loopholes before invaders exploit them]|year=2005|publisher=Wiley|location=Hoboken, NJ|isbn=0-7645-9730-2|url=https://books.google.com/books?id=i0Edxmcly1oC&q=deceit+pptp&pg=PA295|edition=1st |author2=Akin, Peter T. Davis}}</ref>
{{Db-a1}}
ipsectrace is a software tool designed to help profile [[ipsec]] connections in a [[PCP|packet capture]] file. The program uses a command line interface to point at a pcp capture and informs the user about what is going on. It is somewhat inspired by [[tcptrace]]. Ipsectrace is only available for the [[Linux]] [[operating system]]. It was coded in [[C++]] and is licensed under the [[GPL]], effectively allowing anyone to modify and redistribute it.<ref name=GPL>{{cite web|title=Frequently Asked Questions about the GNU Licenses|url=http://www.gnu.org/licenses/gpl-faq.html#WhyDoesTheGPLPermitUsersToPublishTheirModifiedVersions|publisher=GNU|accessdate=9 May 2011}}</ref>

Although its main purpose is to monitor ipsec traffic, ipsectrace can be used to crack extra layers of security brought about by [[VPN]] implementations of security such as ipsec and [[SSH]], whereas programs such as Anger, Deceit, and [[Ettercap]] can be used to infiltrate PPTP security.<ref name=Beaver>{{cite book|last=Beaver|first=Kevin|title=Hacking wireless networks for dummies : [find and fix network loopholes before invaders exploit them]|year=2005|publisher=Wiley|location=Hoboken, NJ|isbn=0764597302|url=http://books.google.com/books?id=i0Edxmcly1oC&pg=PA295&lpg=PA295&dq=deceit+pptp&source=bl&ots=nY2yJjStHU&sig=mYiCPZWaSzgY6L9e4m6CzZFP-Y8#v=onepage&q=deceit%20pptp&f=false|edition=1st ed.|coauthors=Akin, Peter T. Davis. Foreword by Devin K.}}</ref>


==References==
==References==
{{reflist}}
{{reflist}}

==External links==
* ipsectrace download at [http://ostatic.com/ipsectrace# OStatic]

[[Category:Network analyzers]]
[[Category:Free network management software]]


{{unix-stub}}

Latest revision as of 13:22, 6 November 2021

ipsectrace is a software tool designed by Wayne Schroeder to help profile IPsec connections in a packet capture (PCP) file. The program uses a command line interface to point at a PCP capture and informs the user about what is going on. It is somewhat inspired by tcptrace, which uses the same input of PCP files.[1] Ipsectrace is only available for the Linux operating system. It is coded in C++ and is licensed under the GPL, effectively allowing anyone to modify and redistribute it.[2]

Although its main purpose is to monitor IPsec traffic, ipsectrace can be used to crack extra layers of security brought about by VPN implementations of security such as IPsec and SSH,[3] whereas programs such as Anger, Deceit, and Ettercap can be used to infiltrate PPTP security.[4]

References[edit]

  1. ^ "tcptrace". Retrieved 9 May 2011.
  2. ^ "Frequently Asked Questions about the GNU Licenses". GNU. Retrieved 9 May 2011.
  3. ^ Dean, Tamara (2009). Network+ guide to networks (5th ed.). Boston, Mass.: Cengage Course Technology. pp. 575–615. ISBN 978-1-4239-0245-4.
  4. ^ Beaver, Kevin; Akin, Peter T. Davis (2005). Hacking wireless networks for dummies : [find and fix network loopholes before invaders exploit them] (1st ed.). Hoboken, NJ: Wiley. ISBN 0-7645-9730-2.

External links[edit]