Forwarded from UNDERCODE NEWS
Forwarded from UNDERCODE NEWS
β β β Uππ»βΊπ«Δπ¬πβ β β β
π¦How to enable packet forwarding linux:
Then you will need to configure your kernel to enable packet forwarding by editing the /etc/sysctl.conf file:
nano /etc/sysctl.conf
Uncomment the following lines:
net.ipv4.ip_forward = 1
net.ipv6.conf.all.forwarding = 1
net.ipv4.conf.all.accept_redirects = 0
net.ipv4.conf.all.send_redirects = 0
Save and close the file, then reload the new settings using the following command:
sysctl -p
StrongSwan client installation and configuration
In this section, we will install the StrongSwan client on a remote computer and connect to the VPN server.
First install all required packages using the following command:
apt-get install strongswan libcharon-extra-plugins -y
After installing all the packages, stop the StrongSwan service with the following command:
systemctl stop strongswan-starter
Then you will need to copy the ca.cert.pem file from the VPN server to the /etc/ipsec.d/cacerts/ directory.
You can copy it using the SCP command as shown below:
scp root@vpn.domain.com: /etc/ipsec.d/cacerts/ca.cert.pem /etc/ipsec.d/cacerts/
Use the /etc/ipsec.secrets file to configure VPN client authentication:
nano /etc/ipsec.secrets
Add the following line:
vpnsecure: EAP "password"
Then edit the main strongSwan config file:
nano /etc/ipsec.conf
Add the following lines corresponding to your domain and password that you specified in /etc/ipsec.secrets.
conn ipsec-ikev2-vpn-client
auto = start
right = vpn.domain.com
rightid = vpn.domain.com
rightsubnet = 0.0.0.0 / 0
rightauth = pubkey
leftsourceip =% config
leftid = vpnsecure
leftauth = eap-mschapv2
eap_identity =% identity
Now start the StrongSwan VPN service using the following command:
systemctl start strongswan-starter
Then check the status of the VPN connection with the following command:
ipsec status
You should get the following output:
Security Associations (1 up, 0 connecting):
ipsec-ikev2-vpn-client [1]: ESTABLISHED 28 seconds ago, 104.245.32.158 [vpnsecure] ... 104.245.33.84 [vpn.domain.com]
ipsec-ikev2-vpn-client {1}: INSTALLED, TUNNEL, reqid 1, ESP in UDP SPIs: ca6f451c_i ca9f9ff7_o
ipsec-ikev2-vpn-client {1}: 10.10.10.1/32 === 0.0.0.0/0
The above output shows that a VPN connection is established between the client and the server, and the client computer is assigned an IP address of 10.10.10.1.
You can also confirm your new IP address with the following command:
ip a
β β β Uππ»βΊπ«Δπ¬πβ β β β
π¦How to enable packet forwarding linux:
Then you will need to configure your kernel to enable packet forwarding by editing the /etc/sysctl.conf file:
nano /etc/sysctl.conf
Uncomment the following lines:
net.ipv4.ip_forward = 1
net.ipv6.conf.all.forwarding = 1
net.ipv4.conf.all.accept_redirects = 0
net.ipv4.conf.all.send_redirects = 0
Save and close the file, then reload the new settings using the following command:
sysctl -p
StrongSwan client installation and configuration
In this section, we will install the StrongSwan client on a remote computer and connect to the VPN server.
First install all required packages using the following command:
apt-get install strongswan libcharon-extra-plugins -y
After installing all the packages, stop the StrongSwan service with the following command:
systemctl stop strongswan-starter
Then you will need to copy the ca.cert.pem file from the VPN server to the /etc/ipsec.d/cacerts/ directory.
You can copy it using the SCP command as shown below:
scp root@vpn.domain.com: /etc/ipsec.d/cacerts/ca.cert.pem /etc/ipsec.d/cacerts/
Use the /etc/ipsec.secrets file to configure VPN client authentication:
nano /etc/ipsec.secrets
Add the following line:
vpnsecure: EAP "password"
Then edit the main strongSwan config file:
nano /etc/ipsec.conf
Add the following lines corresponding to your domain and password that you specified in /etc/ipsec.secrets.
conn ipsec-ikev2-vpn-client
auto = start
right = vpn.domain.com
rightid = vpn.domain.com
rightsubnet = 0.0.0.0 / 0
rightauth = pubkey
leftsourceip =% config
leftid = vpnsecure
leftauth = eap-mschapv2
eap_identity =% identity
Now start the StrongSwan VPN service using the following command:
systemctl start strongswan-starter
Then check the status of the VPN connection with the following command:
ipsec status
You should get the following output:
Security Associations (1 up, 0 connecting):
ipsec-ikev2-vpn-client [1]: ESTABLISHED 28 seconds ago, 104.245.32.158 [vpnsecure] ... 104.245.33.84 [vpn.domain.com]
ipsec-ikev2-vpn-client {1}: INSTALLED, TUNNEL, reqid 1, ESP in UDP SPIs: ca6f451c_i ca9f9ff7_o
ipsec-ikev2-vpn-client {1}: 10.10.10.1/32 === 0.0.0.0/0
The above output shows that a VPN connection is established between the client and the server, and the client computer is assigned an IP address of 10.10.10.1.
You can also confirm your new IP address with the following command:
ip a
β β β Uππ»βΊπ«Δπ¬πβ β β β
Forwarded from UNDERCODE NEWS
β β β Uππ»βΊπ«Δπ¬πβ β β β
π¦C/ C++ COURSES:
https://www.youtube.com/watch?v=vLnPwxZdW4Y&vl=en
4H
https://www.youtube.com/watch?v=MhYECGUzdA4
7 H
https://www.youtube.com/watch?v=_bYFu9mBnr4
10 H
https://www.youtube.com/watch?v=Umm1ZQ5ltZw
2H
https://www.youtube.com/watch?v=mUQZ1qmKlLY&vl=en
9H
https://www.youtube.com/watch?v=BClS40yzssA
1H
β β β Uππ»βΊπ«Δπ¬πβ β β β
π¦C/ C++ COURSES:
https://www.youtube.com/watch?v=vLnPwxZdW4Y&vl=en
4H
https://www.youtube.com/watch?v=MhYECGUzdA4
7 H
https://www.youtube.com/watch?v=_bYFu9mBnr4
10 H
https://www.youtube.com/watch?v=Umm1ZQ5ltZw
2H
https://www.youtube.com/watch?v=mUQZ1qmKlLY&vl=en
9H
https://www.youtube.com/watch?v=BClS40yzssA
1H
β β β Uππ»βΊπ«Δπ¬πβ β β β
YouTube
C++ Tutorial for Beginners - Full Course
This course will give you a full introduction into all of the core concepts in C++.
Want more from Mike? He's starting a coding RPG/Bootcamp - https://simulator.dev/
β€οΈ Support for this channel comes from our friends at Scrimba β the coding platform that'sβ¦
Want more from Mike? He's starting a coding RPG/Bootcamp - https://simulator.dev/
β€οΈ Support for this channel comes from our friends at Scrimba β the coding platform that'sβ¦
Forwarded from UNDERCODE NEWS
A telework system for LGWAN made by a genius programmer, behind the scenes that 460 local governments started using.
#Technologies
#Technologies
β β β Uππ»βΊπ«Δπ¬πβ β β β
π¦Cracking pdf and videos :
http://index-of.co.uk/Hacking-Coleccion/135%20-%20Password%20Cracking%20Techniques%20%5B-PUNISHER-%5D.pdf
https://www.youtube.com/watch?v=eq097dEB8Sw
https://medium.com/@mail.anonymous.root/crack-open-a-password-protected-pdf-using-pdfcrack-882f84aa2c4f
https://www.youtube.com/watch?v=zRqWYMguw04
https://www.youtube.com/watch?v=S_07boKGbbU
https://www.youtube.com/watch?v=gTIyI9OaIIs
https://repo.zenk-security.com/Reversing%20.%20cracking/Cracking_Passwords_Guide.pdf
enjoy
β β β Uππ»βΊπ«Δπ¬πβ β β β
π¦Cracking pdf and videos :
http://index-of.co.uk/Hacking-Coleccion/135%20-%20Password%20Cracking%20Techniques%20%5B-PUNISHER-%5D.pdf
https://www.youtube.com/watch?v=eq097dEB8Sw
https://medium.com/@mail.anonymous.root/crack-open-a-password-protected-pdf-using-pdfcrack-882f84aa2c4f
https://www.youtube.com/watch?v=zRqWYMguw04
https://www.youtube.com/watch?v=S_07boKGbbU
https://www.youtube.com/watch?v=gTIyI9OaIIs
https://repo.zenk-security.com/Reversing%20.%20cracking/Cracking_Passwords_Guide.pdf
enjoy
β β β Uππ»βΊπ«Δπ¬πβ β β β
Forwarded from UNDERCODE NEWS
β β β Uππ»βΊπ«Δπ¬πβ β β β
π¦Hack & Crack wifi best tools :list 4
https://www.tamos.com/download/main/ca.php
https://www.wireshark.org/download.html
http://www.netstumbler.com/downloads/
https://tools.kali.org/wireless-attacks/reaver
http://wepattack.sourceforge.net/
https://www.metageek.com/products/inssider/
https://sourceforge.net/p/airjack/wiki/Home/
https://www.savvius.com/product/omnipeek/
https://sourceforge.net/p/cowpatty/wiki/Home/
http://www.oxid.it/cain.html
https://www.kismetwireless.net/
https://sourceforge.net/p/airsnort/wiki/Home/
https://www.aircrack-ng.org/
β β β Uππ»βΊπ«Δπ¬πβ β β β
π¦Hack & Crack wifi best tools :list 4
https://www.tamos.com/download/main/ca.php
https://www.wireshark.org/download.html
http://www.netstumbler.com/downloads/
https://tools.kali.org/wireless-attacks/reaver
http://wepattack.sourceforge.net/
https://www.metageek.com/products/inssider/
https://sourceforge.net/p/airjack/wiki/Home/
https://www.savvius.com/product/omnipeek/
https://sourceforge.net/p/cowpatty/wiki/Home/
http://www.oxid.it/cain.html
https://www.kismetwireless.net/
https://sourceforge.net/p/airsnort/wiki/Home/
https://www.aircrack-ng.org/
β β β Uππ»βΊπ«Δπ¬πβ β β β
Kali Linux
reaver | Kali Linux Tools
wash Usage Example
Scan for networks using the monitor mode interface (-i wlan0mon) on channel 6 (-c 6), while ignoring frame checksum errors (-C):
root@kali:~# wash -i wlan0mon -c 6 -C
BSSID Ch dBm WPS Lck Vendor ESSID
-------------β¦
Scan for networks using the monitor mode interface (-i wlan0mon) on channel 6 (-c 6), while ignoring frame checksum errors (-C):
root@kali:~# wash -i wlan0mon -c 6 -C
BSSID Ch dBm WPS Lck Vendor ESSID
-------------β¦
Forwarded from UNDERCODE NEWS
β β β Uππ»βΊπ«Δπ¬πβ β β β
π¦VIDEOS AND PDF RELATED TO PASSWORD CRACKING :
https://cdn.ttgtmedia.com/searchSecurity/downloads/HackingforDummiesCh07.pdf
https://www.youtube.com/watch?v=BScIESblaug
https://www.youtube.com/watch?v=Te1AXb420rw
https://www.youtube.com/watch?v=UVPZhH05ju0
https://peer.asee.org/experiments-with-computer-password-cracking-and-shielding-techniques.pdf
https://www.phoenix.gov/itssite/Documents/everybody-password-cracking-101.pdf
enjoy
β β β Uππ»βΊπ«Δπ¬πβ β β β
π¦VIDEOS AND PDF RELATED TO PASSWORD CRACKING :
https://cdn.ttgtmedia.com/searchSecurity/downloads/HackingforDummiesCh07.pdf
https://www.youtube.com/watch?v=BScIESblaug
https://www.youtube.com/watch?v=Te1AXb420rw
https://www.youtube.com/watch?v=UVPZhH05ju0
https://peer.asee.org/experiments-with-computer-password-cracking-and-shielding-techniques.pdf
https://www.phoenix.gov/itssite/Documents/everybody-password-cracking-101.pdf
enjoy
β β β Uππ»βΊπ«Δπ¬πβ β β β
Forwarded from UNDERCODE NEWS
β β β Uππ»βΊπ«Δπ¬πβ β β β
π¦Hacking with Maltego pdfs & video's :
http://spylogic.net/downloads/Information_Gathering_with_Maltego.pdf
https://core.ac.uk/download/pdf/79427036.pdf
https://www.youtube.com/watch?v=mRow7qeBej0
https://www.facebook.com/ehackingnet/videos/osint-tutorial-to-find-passwords-of-hacked-email-accounts-using-maltego/2939796432740759/
https://www.youtube.com/watch?v=mRow7qeBej0
https://www.youtube.com/watch?v=zemNLx0-LRw
enjoy :)
β β β Uππ»βΊπ«Δπ¬πβ β β β
π¦Hacking with Maltego pdfs & video's :
http://spylogic.net/downloads/Information_Gathering_with_Maltego.pdf
https://core.ac.uk/download/pdf/79427036.pdf
https://www.youtube.com/watch?v=mRow7qeBej0
https://www.facebook.com/ehackingnet/videos/osint-tutorial-to-find-passwords-of-hacked-email-accounts-using-maltego/2939796432740759/
https://www.youtube.com/watch?v=mRow7qeBej0
https://www.youtube.com/watch?v=zemNLx0-LRw
enjoy :)
β β β Uππ»βΊπ«Δπ¬πβ β β β
jYOKPg8yfQ.png
312.4 KB
just one proof from many, those numbers, spam on many groups and scam money, include undercode groups for no reason, we report to many agencies, and to goverments,
we got some info about number, and if anyone got some informations send to Support@Undercode.help or to info@moph.gov.lb and thanks you
we got some info about number, and if anyone got some informations send to Support@Undercode.help or to info@moph.gov.lb and thanks you
Forwarded from UNDERCODE NEWS
Forwarded from UNDERCODE NEWS
Latest research reveals: How many Israeli cellular firms profit from replica rates of overseas surf packages.
#international
#international