(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
remove link to dab page
No edit summary
Line 1: Line 1:
'''ipsectrace''' is a software tool designed by Wayne Schroeder to help profile [[ipsec]] connections in a [[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]], which uses the same input of PCP files.<ref name=tcptrace>{{cite web|title=tcptrace|url=http://www.tcptrace.org/|accessdate=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=http://www.gnu.org/licenses/gpl-faq.html#WhyDoesTheGPLPermitUsersToPublishTheirModifiedVersions|publisher=GNU|accessdate=9 May 2011}}</ref>
'''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/|accessdate=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=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 [[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-423-90245-4|pages=575-615|edition=5th ed.}}</ref> , 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>
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-423-90245-4|pages=575-615|edition=5th ed.}}</ref> , 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>

Revision as of 18:40, 20 August 2011

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

  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. ed.). Boston, Mass.: Cengage Course Technology. pp. 575–615. ISBN 978-1-423-90245-4. {{cite book}}: |edition= has extra text (help)
  4. ^ Beaver, Kevin (2005). Hacking wireless networks for dummies : [find and fix network loopholes before invaders exploit them] (1st ed. ed.). Hoboken, NJ: Wiley. ISBN 0764597302. {{cite book}}: |edition= has extra text (help); Unknown parameter |coauthors= ignored (|author= suggested) (help)

External Links