Advertisement
Guest User

Untitled

a guest
Sep 16th, 2016
202
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.41 KB | None | 0 0
  1. bash: cd: /Desktop/vpns: No such file or directory
  2. root@kali:~# cd /root/Desktop/vpns
  3. root@kali:~/Desktop/vpns# ls -l
  4. total 16
  5. -rw-r--r-- 1 root root 4027 Feb 5 2015 vpnbook-de233-tcp443.ovpn
  6. -rw-r--r-- 1 root root 4025 Feb 5 2015 vpnbook-de233-tcp80.ovpn
  7. -rw-r--r-- 1 root root 4031 Feb 5 2015 vpnbook-de233-udp25000.ovpn
  8. -rw-r--r-- 1 root root 4027 Feb 5 2015 vpnbook-de233-udp53.ovpn
  9. root@kali:~/Desktop/vpns# openvpn --config vpnbook-de233-tcp443.ovpn
  10. Fri Sep 16 11:39:44 2016 OpenVPN 2.3.11 x86_64-pc-linux-gnu [SSL (OpenSSL)] [LZO] [EPOLL] [PKCS11] [MH] [IPv6] built on May 23 2016
  11. Fri Sep 16 11:39:44 2016 library versions: OpenSSL 1.0.2h 3 May 2016, LZO 2.08
  12. Enter Auth Username: *******
  13. Enter Auth Password: ********
  14. Fri Sep 16 11:40:17 2016 WARNING: No server certificate verification method has been enabled. See http://openvpn.net/howto.html#mitm for more info.
  15. Fri Sep 16 11:40:17 2016 NOTE: --fast-io is disabled since we are not using UDP
  16. Fri Sep 16 11:40:17 2016 Socket Buffers: R=[87380->87380] S=[16384->16384]
  17. Fri Sep 16 11:40:17 2016 Attempting to establish TCP connection with [AF_INET]178.162.193.233:443 [nonblock]
  18. Fri Sep 16 11:40:18 2016 TCP connection established with [AF_INET]178.162.193.233:443
  19. Fri Sep 16 11:40:18 2016 TCPv4_CLIENT link local: [undef]
  20. Fri Sep 16 11:40:18 2016 TCPv4_CLIENT link remote: [AF_INET]178.162.193.233:443
  21. Fri Sep 16 11:40:19 2016 TLS: Initial packet from [AF_INET]178.162.193.233:443, sid=9ff3db80 1a57fc3e
  22. Fri Sep 16 11:40:19 2016 WARNING: this configuration may cache passwords in memory -- use the auth-nocache option to prevent this
  23. Fri Sep 16 11:40:21 2016 VERIFY OK: depth=1, C=CH, ST=Zurich, L=Zurich, O=vpnbook.com, OU=IT, CN=vpnbook.com, name=vpnbook.com, emailAddress=admin@vpnbook.com
  24. Fri Sep 16 11:40:21 2016 VERIFY OK: depth=0, C=CH, ST=Zurich, L=Zurich, O=vpnbook.com, OU=IT, CN=vpnbook.com, name=vpnbook.com, emailAddress=admin@vpnbook.com
  25. Fri Sep 16 11:40:21 2016 Data Channel Encrypt: Cipher 'AES-128-CBC' initialized with 128 bit key
  26. Fri Sep 16 11:40:21 2016 Data Channel Encrypt: Using 160 bit message hash 'SHA1' for HMAC authentication
  27. Fri Sep 16 11:40:21 2016 Data Channel Decrypt: Cipher 'AES-128-CBC' initialized with 128 bit key
  28. Fri Sep 16 11:40:21 2016 Data Channel Decrypt: Using 160 bit message hash 'SHA1' for HMAC authentication
  29. Fri Sep 16 11:40:21 2016 Control Channel: TLSv1, cipher TLSv1/SSLv3 DHE-RSA-AES256-SHA, 1024 bit RSA
  30. Fri Sep 16 11:40:21 2016 [vpnbook.com] Peer Connection Initiated with [AF_INET]178.162.193.233:443
  31. Fri Sep 16 11:40:23 2016 SENT CONTROL [vpnbook.com]: 'PUSH_REQUEST' (status=1)
  32. Fri Sep 16 11:40:23 2016 PUSH: Received control message: 'PUSH_REPLY,redirect-gateway def1,dhcp-option DNS 8.8.8.8,dhcp-option DNS 91.239.100.100,route 10.9.0.1,topology net30,ping 5,ping-restart 30,ifconfig 10.9.0.238 10.9.0.237'
  33. Fri Sep 16 11:40:23 2016 OPTIONS IMPORT: timers and/or timeouts modified
  34. Fri Sep 16 11:40:23 2016 OPTIONS IMPORT: --ifconfig/up options modified
  35. Fri Sep 16 11:40:23 2016 OPTIONS IMPORT: route options modified
  36. Fri Sep 16 11:40:23 2016 OPTIONS IMPORT: --ip-win32 and/or --dhcp-option options modified
  37. Fri Sep 16 11:40:23 2016 ROUTE_GATEWAY 192.168.1.1/255.255.255.0 IFACE=eth0 HWADDR=08:00:27:f9:cc:42
  38. Fri Sep 16 11:40:23 2016 TUN/TAP device tun1 opened
  39. Fri Sep 16 11:40:23 2016 TUN/TAP TX queue length set to 100
  40. Fri Sep 16 11:40:23 2016 do_ifconfig, tt->ipv6=0, tt->did_ifconfig_ipv6_setup=0
  41. Fri Sep 16 11:40:23 2016 /sbin/ip link set dev tun1 up mtu 1500
  42. Fri Sep 16 11:40:24 2016 /sbin/ip addr add dev tun1 local 10.9.0.238 peer 10.9.0.237
  43. Fri Sep 16 11:40:27 2016 /sbin/ip route add 178.162.193.233/32 via 192.168.1.1
  44. Fri Sep 16 11:40:27 2016 /sbin/ip route add 0.0.0.0/1 via 10.9.0.237
  45. Fri Sep 16 11:40:27 2016 /sbin/ip route add 128.0.0.0/1 via 10.9.0.237
  46. Fri Sep 16 11:40:27 2016 /sbin/ip route add 10.9.0.1/32 via 10.9.0.237
  47. Fri Sep 16 11:40:27 2016 Initialization Sequence Completed
  48. ^CFri Sep 16 11:56:52 2016 event_wait : Interrupted system call (code=4)
  49. Fri Sep 16 11:56:52 2016 /sbin/ip route del 10.9.0.1/32
  50. Fri Sep 16 11:56:53 2016 /sbin/ip route del 178.162.193.233/32
  51. Fri Sep 16 11:56:53 2016 /sbin/ip route del 0.0.0.0/1
  52. Fri Sep 16 11:56:53 2016 /sbin/ip route del 128.0.0.0/1
  53. Fri Sep 16 11:56:53 2016 Closing TUN/TAP interface
  54. Fri Sep 16 11:56:53 2016 /sbin/ip addr del dev tun1 local 10.9.0.238 peer 10.9.0.237
  55. Fri Sep 16 11:56:53 2016 SIGINT[hard,] received, process exiting
  56. root@kali:~/Desktop/vpns#
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement