cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
1775
Views
10
Helpful
5
Replies

GRE TUNNEL Without IPSEC

Thomas Leong
Level 1
Level 1

Hi Guys, May i know a GRE Tunnel without an IPSEC (Unsecure), if i use wireshark to capture, what can i get ? i mean what hacker can look/steal ?

2 Accepted Solutions

Accepted Solutions

@Thomas Leong traffic encapsulated in a GRE tunnel (without IPSec) is unencrypted and unsecure. You can see the original traffic.

https://www.omnisecu.com/cisco-certified-network-associate-ccna/what-is-gre-generic-routing-encapsulation.php

 

To secure the communicate you would use with IPSec.

 

View solution in original post

@Thomas Leong well that is only an example. If cleartext traffic such as telnet, http etc where encapsulated inside the GRE tunnel you'd see the data, the text typed and perhaps username/password information.

View solution in original post

5 Replies 5

@Thomas Leong traffic encapsulated in a GRE tunnel (without IPSec) is unencrypted and unsecure. You can see the original traffic.

https://www.omnisecu.com/cisco-certified-network-associate-ccna/what-is-gre-generic-routing-encapsulation.php

 

To secure the communicate you would use with IPSec.

 

Thomas Leong
Level 1
Level 1

Okie thanks man ~

Thomas Leong
Level 1
Level 1

@Rob IngramWhat hacker can do with this things ? it looks nothing special ? sorry for my curious

 

Snipaste_2021-10-30_11-17-02.png

@Thomas Leong well that is only an example. If cleartext traffic such as telnet, http etc where encapsulated inside the GRE tunnel you'd see the data, the text typed and perhaps username/password information.

Hi @Rob Ingram 

 

Thanks Sir~ you are very helpful !