▁ ▂ ▄ U𝕟𝔻Ⓔ𝐫6𝔬𝓓ⓔ ▄ ▂ ▁
🦑Reset Linux Password :
What to do if you forget your Linux login password ?
1️⃣If you do not have other administrative accounts and, having forgotten the password of the Linux account, you cannot enter the operating system, then to reset the password we need single-user mode .
2️⃣In single-user mode, credentials (login, password) are not requested for login, while the logged in user has superuser rights. In this mode, using the familiar passwd command , you can set a new password.
🦑The algorithm in all Linux distributions is similar:
1>GRUB Bootloader Interruption
2>Adding a boot option that includes single-user mode
3> Resume Download
4>Password change with passwd command
5>Reboot in normal mode
3️⃣Please note that the changes made in the second step (changing boot options) are temporary - they affect only one subsequent download. Therefore, when rebooting, in the fifth step, you do not need to do anything - the system will turn on in normal mode.
4️⃣To move to the end of the line and to the beginning of the line (in the second step), use the keyboard shortcuts Ctrl + a and Ctrl + e .
5️⃣Although the root password reset algorithm is similar, but different distributions may have their own nuances, consider them in more detail.
Note for UEFI : If you use UEFI instead of GRUB, then see also this article , it tells how to change the boot options in this case.
Share us❤️👍🏻
written by
@UndercodeTesting
@UndercodeSecurity
@UndercodeHacking
▁ ▂ ▄ U𝕟𝔻Ⓔ𝐫6𝔬𝓓ⓔ ▄ ▂ ▁
🦑Reset Linux Password :
What to do if you forget your Linux login password ?
1️⃣If you do not have other administrative accounts and, having forgotten the password of the Linux account, you cannot enter the operating system, then to reset the password we need single-user mode .
2️⃣In single-user mode, credentials (login, password) are not requested for login, while the logged in user has superuser rights. In this mode, using the familiar passwd command , you can set a new password.
🦑The algorithm in all Linux distributions is similar:
1>GRUB Bootloader Interruption
2>Adding a boot option that includes single-user mode
3> Resume Download
4>Password change with passwd command
5>Reboot in normal mode
3️⃣Please note that the changes made in the second step (changing boot options) are temporary - they affect only one subsequent download. Therefore, when rebooting, in the fifth step, you do not need to do anything - the system will turn on in normal mode.
4️⃣To move to the end of the line and to the beginning of the line (in the second step), use the keyboard shortcuts Ctrl + a and Ctrl + e .
5️⃣Although the root password reset algorithm is similar, but different distributions may have their own nuances, consider them in more detail.
Note for UEFI : If you use UEFI instead of GRUB, then see also this article , it tells how to change the boot options in this case.
Share us❤️👍🏻
written by
@UndercodeTesting
@UndercodeSecurity
@UndercodeHacking
▁ ▂ ▄ U𝕟𝔻Ⓔ𝐫6𝔬𝓓ⓔ ▄ ▂ ▁
Forwarded from Backup Legal Mega
🦑Machine Learning Series The XGBoost Algorithm in Python —319 MB—
https://www.oreilly.com/library/view/machine-learning-series/9781634626477/
https://mega.nz/#F!Xtlyla6L!DCO1NM46xfSJwErEn2Ff2g
https://www.oreilly.com/library/view/machine-learning-series/9781634626477/
https://mega.nz/#F!Xtlyla6L!DCO1NM46xfSJwErEn2Ff2g
▁ ▂ ▄ U𝕟𝔻Ⓔ𝐫6𝔬𝓓ⓔ ▄ ▂ ▁
🦑Instagram Hacking #Rquested :
This program will brute force any Instagram account you send it its way. Just give it a target, a password list and a mode then press enter and forget about it. No need to worry about anonymity when using this program, its highest priority is your anonymity, it only attacks when your identity is hidden.
🄸🄽🅂🅃🄰🄻🄻🄸🅂🄰🅃🄸🄾🄽 & 🅁🅄🄽 :
1️⃣
(generate your own wordlist
The most common form of authentication is the combination of a username and a password or passphrase. If both match values stored within a locally stored table, the user is authenticated for a connection. Password strength is a measure of the difficulty involved in guessing or breaking the password through cryptographic techniques or library-based automated testing of alternate values.)
8️⃣MORE OPTIONS:
-i Interactive questions for user password profiling
-w Use this option to profile existing dictionary,
or WyD.pl output to make some pwnsauce :)
-l Download huge wordlists from repository
-a Parse default usernames and passwords directly from Alecto DB.
Project Alecto uses purified databases of Phenoelit and CIRT which where merged and enhanced.
-v Version of the program
✅Topic Git sources
@UndercodeTesting
@UndercodeSecurity
@UndercodeHacking
▁ ▂ ▄ U𝕟𝔻Ⓔ𝐫6𝔬𝓓ⓔ ▄ ▂ ▁
🦑Instagram Hacking #Rquested :
This program will brute force any Instagram account you send it its way. Just give it a target, a password list and a mode then press enter and forget about it. No need to worry about anonymity when using this program, its highest priority is your anonymity, it only attacks when your identity is hidden.
🄸🄽🅂🅃🄰🄻🄻🄸🅂🄰🅃🄸🄾🄽 & 🅁🅄🄽 :
1️⃣
git clone https://github.com/Pure-L0G1C/Instagram.git
2️⃣cd Instagram
3️⃣pip3 install -r requirements.txt
4️⃣python3 instagram.py <username> <wordlist> -m <mode>
5️⃣Use sock5, for test proxies
python test_proxies.py
6️⃣For worldilst use :
> git clone https://github.com/Mebus/cupp.git
7️⃣ python3 cupp.py -h(generate your own wordlist
The most common form of authentication is the combination of a username and a password or passphrase. If both match values stored within a locally stored table, the user is authenticated for a connection. Password strength is a measure of the difficulty involved in guessing or breaking the password through cryptographic techniques or library-based automated testing of alternate values.)
8️⃣MORE OPTIONS:
-i Interactive questions for user password profiling
-w Use this option to profile existing dictionary,
or WyD.pl output to make some pwnsauce :)
-l Download huge wordlists from repository
-a Parse default usernames and passwords directly from Alecto DB.
Project Alecto uses purified databases of Phenoelit and CIRT which where merged and enhanced.
-v Version of the program
✅Topic Git sources
@UndercodeTesting
@UndercodeSecurity
@UndercodeHacking
▁ ▂ ▄ U𝕟𝔻Ⓔ𝐫6𝔬𝓓ⓔ ▄ ▂ ▁
▁ ▂ ▄ U𝕟𝔻Ⓔ𝐫6𝔬𝓓ⓔ ▄ ▂ ▁
🦑FREE VPS & Trials New List :
> https://upcloud.com/vpssim/?utm_term=vps%20server&utm_campaign=Global%20-%20VPS&utm_source=adwords&utm_medium=ppc&hsa_acc=9391663435&hsa_cam=1652417669&hsa_grp=71919981308&hsa_ad=416234863334&hsa_src=g&hsa_tgt=kwd-16407600&hsa_kw=vps%20server&hsa_mt=b&hsa_net=adwords&hsa_ver=3&gclid=EAIaIQobChMIms7YyPyr6gIVCJzVCh3mdgPiEAAYASAAEgLp3_D_BwE (Choose plan before trial- cancel)
> https://gratisvps.net/ (6months trial)
> https://developer.rackspace.com/ [600$ for 12 Months]
> https://www.runabove.com/ [1 Week Trial]
>https://www.vultr.com/ [50$ for 2 Months]
>http://cloudsigma.com/ [7 days no CC]
>https://www.ctl.io/free-trial/ [2500$ or 1 Month]
> https://www.ihor.ru/ [3 days No CC]
>http://www.neuprime.com/l_vds3.php [10 days (Otp Required)
> https://alexwebhosting.com/free-vps/ (free 30 days)
Enjoy❤️👍🏻
@UndercodeTesting
@UndercodeSecurity
@UndercodeHacking
▁ ▂ ▄ U𝕟𝔻Ⓔ𝐫6𝔬𝓓ⓔ ▄ ▂ ▁
🦑FREE VPS & Trials New List :
> https://upcloud.com/vpssim/?utm_term=vps%20server&utm_campaign=Global%20-%20VPS&utm_source=adwords&utm_medium=ppc&hsa_acc=9391663435&hsa_cam=1652417669&hsa_grp=71919981308&hsa_ad=416234863334&hsa_src=g&hsa_tgt=kwd-16407600&hsa_kw=vps%20server&hsa_mt=b&hsa_net=adwords&hsa_ver=3&gclid=EAIaIQobChMIms7YyPyr6gIVCJzVCh3mdgPiEAAYASAAEgLp3_D_BwE (Choose plan before trial- cancel)
> https://gratisvps.net/ (6months trial)
> https://developer.rackspace.com/ [600$ for 12 Months]
> https://www.runabove.com/ [1 Week Trial]
>https://www.vultr.com/ [50$ for 2 Months]
>http://cloudsigma.com/ [7 days no CC]
>https://www.ctl.io/free-trial/ [2500$ or 1 Month]
> https://www.ihor.ru/ [3 days No CC]
>http://www.neuprime.com/l_vds3.php [10 days (Otp Required)
> https://alexwebhosting.com/free-vps/ (free 30 days)
Enjoy❤️👍🏻
@UndercodeTesting
@UndercodeSecurity
@UndercodeHacking
▁ ▂ ▄ U𝕟𝔻Ⓔ𝐫6𝔬𝓓ⓔ ▄ ▂ ▁
▁ ▂ ▄ U𝕟𝔻Ⓔ𝐫Ć𝔬𝓓ⓔ ▄ ▂ ▁
🦑Important Carding Resources !
> NON VBV Carding Sites For Carding All Websites That Are Non VBV
Here are The CARDABLE SITES NON VBV Sites
➕ www.amazon.com
➕ www.itchee.com
➕ www.bn.com
➕ www.cdnow.com
➕ www.cduniverse.com
➕ www.cdworld.com
➕ www.virginmega.com
➕ www.tunes.com
➕ www.artistdirect.com
➕ www.jeruk.com
➕ www.dvdexpress.com
➕ www.dvdworld.com
➕ www.ea.com
➕ www.tickles.com
➕ www.cduniverse.com
🦑 Zip Code Search
➕http://www.findlinks.com/
➕http://zipinfo.com/search/zipcode.htm
➕http://www.addresses.com/
➕http://www.mongabay.com/igapo/
🦑Send Fax Online
➕efax.com
➕j2.com
➕send2fax.com
➕rapidfax.comfax1.com
➕k7.net
🦑 Credit Reports
➕https://www.mycreditkeeper.com
➕https://secure.creditreport.com
➕https://qspace.iplace.com
🦑 Phone Redirect
➕http://www.tollfreeforwarding.com
➕http://www.Spoofcall.com
➕ USA phone number search
➕http://www.reversephonedetective.com
🦑 MMN search
➕ancestry.com
🦑 DOB search
➕privateeye.com
🦑 Sock5&Proxy
➕http://www.socks24.org/
➕http://www.sockslist.net
Source DeepWeb
(Not by Undercode)
Enjoy❤️👍🏻
▁ ▂ ▄ u𝕟𝔻Ⓔ𝐫Ć𝔬𝓓ⓔ ▄ ▂ ▁
🦑Important Carding Resources !
> NON VBV Carding Sites For Carding All Websites That Are Non VBV
Here are The CARDABLE SITES NON VBV Sites
➕ www.amazon.com
➕ www.itchee.com
➕ www.bn.com
➕ www.cdnow.com
➕ www.cduniverse.com
➕ www.cdworld.com
➕ www.virginmega.com
➕ www.tunes.com
➕ www.artistdirect.com
➕ www.jeruk.com
➕ www.dvdexpress.com
➕ www.dvdworld.com
➕ www.ea.com
➕ www.tickles.com
➕ www.cduniverse.com
🦑 Zip Code Search
➕http://www.findlinks.com/
➕http://zipinfo.com/search/zipcode.htm
➕http://www.addresses.com/
➕http://www.mongabay.com/igapo/
🦑Send Fax Online
➕efax.com
➕j2.com
➕send2fax.com
➕rapidfax.comfax1.com
➕k7.net
🦑 Credit Reports
➕https://www.mycreditkeeper.com
➕https://secure.creditreport.com
➕https://qspace.iplace.com
🦑 Phone Redirect
➕http://www.tollfreeforwarding.com
➕http://www.Spoofcall.com
➕ USA phone number search
➕http://www.reversephonedetective.com
🦑 MMN search
➕ancestry.com
🦑 DOB search
➕privateeye.com
🦑 Sock5&Proxy
➕http://www.socks24.org/
➕http://www.sockslist.net
Source DeepWeb
(Not by Undercode)
Enjoy❤️👍🏻
▁ ▂ ▄ u𝕟𝔻Ⓔ𝐫Ć𝔬𝓓ⓔ ▄ ▂ ▁
Zipinfo
Free zipcode lookup with area code, county, latitude, longitude, MSA, PMSA, population, FIPS code, and time zone. Updated monthly.
Free zipcode lookup with areacode, county, latitude, longitude, MSA, PMSA, population, FIPS code, and timezone. Updated monthly.
Forwarded from Backup Legal Mega
mega.nz
9.78 GB folder on MEGA
259 files
🦑WorldLiSTS
1️⃣ 5-6 ✮ indonesians ✮ WorldLists :
> https://github.com/geovedi/indonesian-wordlist
2️⃣English for wpa2 WorldList :
> https://www.mediafire.com/file/6botgtnsy0rjfj9/BIG-WPA-LIST-2.rar/file
3️⃣12 Gb WordlLists :
https://download.weakpass.com/wordlists/1851/hashesorg2019.gz
(good for everything..)
Enjoy ❤️👍🏻
@UndercodeTesting
@UndercodeSecurity
@UndercodeHacking
▁ ▂ ▄ U𝕟𝔻Ⓔ𝐫6𝔬𝓓ⓔ ▄ ▂ ▁
1️⃣ 5-6 ✮ indonesians ✮ WorldLists :
> https://github.com/geovedi/indonesian-wordlist
2️⃣English for wpa2 WorldList :
> https://www.mediafire.com/file/6botgtnsy0rjfj9/BIG-WPA-LIST-2.rar/file
3️⃣12 Gb WordlLists :
https://download.weakpass.com/wordlists/1851/hashesorg2019.gz
(good for everything..)
Enjoy ❤️👍🏻
@UndercodeTesting
@UndercodeSecurity
@UndercodeHacking
▁ ▂ ▄ U𝕟𝔻Ⓔ𝐫6𝔬𝓓ⓔ ▄ ▂ ▁
GitHub
GitHub - geovedi/indonesian-wordlist: Indonesian wordlist
Indonesian wordlist. Contribute to geovedi/indonesian-wordlist development by creating an account on GitHub.
▁ ▂ ▄ U𝕟𝔻Ⓔ𝐫Ć𝔬𝓓ⓔ ▄ ▂ ▁
🦑Microsoft releases emergency security update to fix security vulnerabilities in Windows 10/Server
#UndercodeNews
> There are about two weeks away from this month's patch Tuesday event day, but due to security vulnerabilities found in Windows 10 and Windows Server, today Microsoft released two emergency security updates. Microsoft said that although the two vulnerabilities have not been publicly disclosed and are less likely to be exploited by hackers, the company can't wait for the July 14 patch to release the update on Tuesday's event day.
> Microsoft wrote in a security bulletin: "There is a remote code execution vulnerability in the way Microsoft Windows Codecs Library handles objects in memory. An attacker who successfully exploited this vulnerability could obtain information and further harm the user's system."
> It is reported that the affected versions of Windows include
Windows 10 version 1709
Windows 10 version 1803
Windows 10 version 1809
Windows 10 version 1903
Windows 10 version 1909
Windows 10 version 2004
Windows Server 2019
Windows Server version 1803
Windows Server version 1903
Windows Server version 1909
Windows Server version 2004
@UndercodeNews
▁ ▂ ▄ u𝕟𝔻Ⓔ𝐫Ć𝔬𝓓ⓔ ▄ ▂ ▁
🦑Microsoft releases emergency security update to fix security vulnerabilities in Windows 10/Server
#UndercodeNews
> There are about two weeks away from this month's patch Tuesday event day, but due to security vulnerabilities found in Windows 10 and Windows Server, today Microsoft released two emergency security updates. Microsoft said that although the two vulnerabilities have not been publicly disclosed and are less likely to be exploited by hackers, the company can't wait for the July 14 patch to release the update on Tuesday's event day.
> Microsoft wrote in a security bulletin: "There is a remote code execution vulnerability in the way Microsoft Windows Codecs Library handles objects in memory. An attacker who successfully exploited this vulnerability could obtain information and further harm the user's system."
> It is reported that the affected versions of Windows include
Windows 10 version 1709
Windows 10 version 1803
Windows 10 version 1809
Windows 10 version 1903
Windows 10 version 1909
Windows 10 version 2004
Windows Server 2019
Windows Server version 1803
Windows Server version 1903
Windows Server version 1909
Windows Server version 2004
@UndercodeNews
▁ ▂ ▄ u𝕟𝔻Ⓔ𝐫Ć𝔬𝓓ⓔ ▄ ▂ ▁
▁ ▂ ▄ u𝕟𝔻Ⓔ𝐫Ć𝔬𝓓ⓔ ▄ ▂ ▁
🦑Topic Pentesting tools
➕Termux-Linux
SIPVicious OSS security tools
>svmap - this is a sip scanner. Lists SIP devices found on an IP range
>svwar - identifies active extensions on a PBX
>svcrack - an online password cracker for SIP PBX
>svreport - manages sessions and exports reports to various formats
>svcrash - attempts to stop unauthorized svwar and svcrack scans
🄸🄽🅂🅃🄰🄻🄻🄸🅂🄰🅃🄸🄾🄽 & 🅁🅄🄽 :
1️⃣git clone https://github.com/EnableSecurity/sipvicious.git
2️⃣cd sipvicious
3️⃣python setup.py install
4️⃣Fire-up the scripts one by one:
sipvicious_svmap --help
sipvicious_svcrack --help
sipvicious_svcrash --help
sipvicious_svwar --help
sipvicious_svreport --help
🦑Tested by Undercode On :
> ubuntu
✅git sources 2020
Enjoy ❤️👍🏻
@UndercodeTesting
@UndercodeSecurity
@UndercodeHacking
▁ ▂ ▄ U𝕟𝔻Ⓔ𝐫6𝔬𝓓ⓔ ▄ ▂ ▁
🦑Topic Pentesting tools
➕Termux-Linux
SIPVicious OSS security tools
>svmap - this is a sip scanner. Lists SIP devices found on an IP range
>svwar - identifies active extensions on a PBX
>svcrack - an online password cracker for SIP PBX
>svreport - manages sessions and exports reports to various formats
>svcrash - attempts to stop unauthorized svwar and svcrack scans
🄸🄽🅂🅃🄰🄻🄻🄸🅂🄰🅃🄸🄾🄽 & 🅁🅄🄽 :
1️⃣git clone https://github.com/EnableSecurity/sipvicious.git
2️⃣cd sipvicious
3️⃣python setup.py install
4️⃣Fire-up the scripts one by one:
sipvicious_svmap --help
sipvicious_svcrack --help
sipvicious_svcrash --help
sipvicious_svwar --help
sipvicious_svreport --help
🦑Tested by Undercode On :
> ubuntu
✅git sources 2020
Enjoy ❤️👍🏻
@UndercodeTesting
@UndercodeSecurity
@UndercodeHacking
▁ ▂ ▄ U𝕟𝔻Ⓔ𝐫6𝔬𝓓ⓔ ▄ ▂ ▁
GitHub
GitHub - EnableSecurity/sipvicious: SIPVicious OSS is a VoIP security testing toolset. It helps security teams, QA and developers…
SIPVicious OSS is a VoIP security testing toolset. It helps security teams, QA and developers test SIP-based VoIP systems and applications. This toolset is useful in simulating VoIP hacking attacks...
Forwarded from Backup Legal Mega
2020 Learn How to Create Colorful Web Graphics with Canva —990 MB—
https://www.skillshare.com/classes/Learn-How-to-Create-Colorful-Web-Graphics-with-Canva/478743012?via=browse-rating-canva-layout-grid
https://mega.nz/#F!yOBFlSKC!lGcg10ktYVYeDnBNl9nMsw
https://www.skillshare.com/classes/Learn-How-to-Create-Colorful-Web-Graphics-with-Canva/478743012?via=browse-rating-canva-layout-grid
https://mega.nz/#F!yOBFlSKC!lGcg10ktYVYeDnBNl9nMsw
▁ ▂ ▄ U𝕟𝔻Ⓔ𝐫6𝔬𝓓ⓔ ▄ ▂ ▁
🦑Why wifi hacking not recommended for Windows :
Hacking Wi-Fi in Windows
> To be able to crack Wi-Fi in Windows, you need a wireless card that supports monitor mode, and its driver must have support for this mode. For Windows Wi-Fi adapter drivers, this support is not available. Therefore, in Windows it is impossible to capture a handshake.
>There are a few exceptions - high-cost commercial products that include wireless card drivers that support monitor mode. Like Linux, only some hardware is supported.
>Although almost all programs for auditing Wi-Fi networks are made under Linux and only there work great, some of them are cross-platform. For example, to search using graphics cards on Windows, you can use Hashcat, which works great on this operating system.
>In general, of course, it is recommended to use Linux for testing wireless networks, especially such specialized distributions as Kali Linux and BlackArch.
@UndercodeTesting
@UndercodeSecurity
@UndercodeHacking
▁ ▂ ▄ U𝕟𝔻Ⓔ𝐫6𝔬𝓓ⓔ ▄ ▂ ▁
🦑Why wifi hacking not recommended for Windows :
Hacking Wi-Fi in Windows
> To be able to crack Wi-Fi in Windows, you need a wireless card that supports monitor mode, and its driver must have support for this mode. For Windows Wi-Fi adapter drivers, this support is not available. Therefore, in Windows it is impossible to capture a handshake.
>There are a few exceptions - high-cost commercial products that include wireless card drivers that support monitor mode. Like Linux, only some hardware is supported.
>Although almost all programs for auditing Wi-Fi networks are made under Linux and only there work great, some of them are cross-platform. For example, to search using graphics cards on Windows, you can use Hashcat, which works great on this operating system.
>In general, of course, it is recommended to use Linux for testing wireless networks, especially such specialized distributions as Kali Linux and BlackArch.
@UndercodeTesting
@UndercodeSecurity
@UndercodeHacking
▁ ▂ ▄ U𝕟𝔻Ⓔ𝐫6𝔬𝓓ⓔ ▄ ▂ ▁
▁ ▂ ▄ U𝕟𝔻Ⓔ𝐫6𝔬𝓓ⓔ ▄ ▂ ▁
🦑Helpful Hacking Programs :
- [Bookfresh](https://hackerone.com/bookfresh)
- [Brussels Airlines](https://go.intigriti.com/brusselsairlines)
- [BTC_sx](https://cobalt.io/btc-sx)
- [Buffer](mailto:security@bufferapp.com)
- [BX.in.th](https://cobalt.io/bx-in-th)
- [C2FO](https://hackerone.com/c2fo)
- [Campaign Monitor](https://help.campaignmonitor.com/contact)
- [CARD.com](https://bugcrowd.com/card)
- [Catchafire](https://cobalt.io/catchafire)
- [Caviar](https://hackerone.com/caviar)
- [CCBill](mailto:bugrewards@ccbill.com)
- [CERT/CC](https://hackerone.com/cert)
- [Certly](https://hackerone.com/certly)
- [ChainPay](https://cobalt.io/chainpay)
- [ChangeTip](https://cobalt.io/changetip)
- [Chargify](https://bugcrowd.com/chargify)
- [Chromium Project](https://code.google.com/p/chromium/issues/entry?template=Security%20Bug)
- [Circle](https://cobalt.io/circle)
- [CircleCI](mailto:security@circleci.com)
- [Cisco](http://www.cisco.com/web/about/security/psirt/security_vulnerability_policy.html#roosfassv)
- [ClickUp](https://clickup.com/bug-bounty)
- [Clojars](mailto:contact@clojars.org)
- [CloudFlare](https://hackerone.com/cloudflare)
- [Cobalt](https://cobalt.io/cobalt)
- [Code Climate](mailto:security@codeclimate.com)
- [CodeIgniter](https://hackerone.com/codeigniter)
- [CodePen](https://bugcrowd.com/codepen)
- [Coin Republic](https://cobalt.io/coin-republic)
- [Coin.Space](https://hackerone.com/coinspace)
Enjoy❤️👍🏻
@UndercodeTesting
@UndercodeSecurity
@UndercodeHacking
▁ ▂ ▄ U𝕟𝔻Ⓔ𝐫6𝔬𝓓ⓔ ▄ ▂ ▁
🦑Helpful Hacking Programs :
- [Bookfresh](https://hackerone.com/bookfresh)
- [Brussels Airlines](https://go.intigriti.com/brusselsairlines)
- [BTC_sx](https://cobalt.io/btc-sx)
- [Buffer](mailto:security@bufferapp.com)
- [BX.in.th](https://cobalt.io/bx-in-th)
- [C2FO](https://hackerone.com/c2fo)
- [Campaign Monitor](https://help.campaignmonitor.com/contact)
- [CARD.com](https://bugcrowd.com/card)
- [Catchafire](https://cobalt.io/catchafire)
- [Caviar](https://hackerone.com/caviar)
- [CCBill](mailto:bugrewards@ccbill.com)
- [CERT/CC](https://hackerone.com/cert)
- [Certly](https://hackerone.com/certly)
- [ChainPay](https://cobalt.io/chainpay)
- [ChangeTip](https://cobalt.io/changetip)
- [Chargify](https://bugcrowd.com/chargify)
- [Chromium Project](https://code.google.com/p/chromium/issues/entry?template=Security%20Bug)
- [Circle](https://cobalt.io/circle)
- [CircleCI](mailto:security@circleci.com)
- [Cisco](http://www.cisco.com/web/about/security/psirt/security_vulnerability_policy.html#roosfassv)
- [ClickUp](https://clickup.com/bug-bounty)
- [Clojars](mailto:contact@clojars.org)
- [CloudFlare](https://hackerone.com/cloudflare)
- [Cobalt](https://cobalt.io/cobalt)
- [Code Climate](mailto:security@codeclimate.com)
- [CodeIgniter](https://hackerone.com/codeigniter)
- [CodePen](https://bugcrowd.com/codepen)
- [Coin Republic](https://cobalt.io/coin-republic)
- [Coin.Space](https://hackerone.com/coinspace)
Enjoy❤️👍🏻
@UndercodeTesting
@UndercodeSecurity
@UndercodeHacking
▁ ▂ ▄ U𝕟𝔻Ⓔ𝐫6𝔬𝓓ⓔ ▄ ▂ ▁
HackerOne
Bookfresh - Bug Bounty Program | HackerOne
The Bookfresh Bug Bounty Program enlists the help of the hacker community at HackerOne to make Bookfresh more secure. HackerOne is the #1 hacker-powered security platform, helping organizations find and fix critical vulnerabilities before they can be criminally…
▁ ▂ ▄ U𝕟𝔻Ⓔ𝐫6𝔬𝓓ⓔ ▄ ▂ ▁
🦑How to set up a connection to RDP from the Internet ?
> RDP allows any connection, whether from a local network or from the Internet. Connecting from the Internet requires your computer to have a white IP .
> If your ISP uses NAT , then you need to rent an external (white) IP address.
> If you are connected to a router (they also always use NAT), then you need to configure port forwarding (forwarding, forwarding) as follows:
1) You need to start with " Permanent IP Settings in Windows ."
2) Subsequent settings must be made in the router. Since everyone has different models of routers, the specific actions and names of the tabs in the administration panel of routers may vary. The main thing is to understand the essence and find the appropriate tab in the router. Remember that you need to forward TCP and UDP ports with the number 3389.
3) Go to the control panel of the router . In the settings of the router, go to "section of the Internet " (may be referred to the WAN ), then the tab " Port Forwarding " (may be called " Port Forwarding ", " Port Forwarding "):
4) Add a new rule:
>Service Name - enter any
>Source IP leave blank
>Port Range - Specify Port 3389
>Local IP address - specify the IP address of the Windows computer to >which RDP connection will be made
>Local port - specify port 3389
>Protocol - specify Both (both)
And click the " Add " button .
5) Save your changes.
Written by Undercode
#FastTips
▁ ▂ ▄ U𝕟𝔻Ⓔ𝐫6𝔬𝓓ⓔ ▄ ▂ ▁
🦑How to set up a connection to RDP from the Internet ?
> RDP allows any connection, whether from a local network or from the Internet. Connecting from the Internet requires your computer to have a white IP .
> If your ISP uses NAT , then you need to rent an external (white) IP address.
> If you are connected to a router (they also always use NAT), then you need to configure port forwarding (forwarding, forwarding) as follows:
1) You need to start with " Permanent IP Settings in Windows ."
2) Subsequent settings must be made in the router. Since everyone has different models of routers, the specific actions and names of the tabs in the administration panel of routers may vary. The main thing is to understand the essence and find the appropriate tab in the router. Remember that you need to forward TCP and UDP ports with the number 3389.
3) Go to the control panel of the router . In the settings of the router, go to "section of the Internet " (may be referred to the WAN ), then the tab " Port Forwarding " (may be called " Port Forwarding ", " Port Forwarding "):
4) Add a new rule:
>Service Name - enter any
>Source IP leave blank
>Port Range - Specify Port 3389
>Local IP address - specify the IP address of the Windows computer to >which RDP connection will be made
>Local port - specify port 3389
>Protocol - specify Both (both)
And click the " Add " button .
5) Save your changes.
Written by Undercode
#FastTips
▁ ▂ ▄ U𝕟𝔻Ⓔ𝐫6𝔬𝓓ⓔ ▄ ▂ ▁
Forwarded from Backup Legal Mega
🦑Digital Character Illustration: Create A Memorable, Whimsical Character —802 MB—
https://www.skillshare.com/classes/Digital-Character-Illustration-Create-A-Memorable-Whimsical-Character/1160577675
https://mega.nz/folder/giIAhIqR#4EWS8Qh-xu1l4FTLYVtAfA
https://www.skillshare.com/classes/Digital-Character-Illustration-Create-A-Memorable-Whimsical-Character/1160577675
https://mega.nz/folder/giIAhIqR#4EWS8Qh-xu1l4FTLYVtAfA
Skillshare
Digital Character Illustration: Create A Memorable, Whimsical Character | Justyna Stasik | Skillshare
Learn to use Adobe Illustrator and unlock the skills to create vibrant, dynamic characters!Join illustrator Justyna Stasik, known for her relatable and body-pos...
Forwarded from Backup Legal Mega
mega.nz
MEGA provides free cloud storage with convenient and powerful always-on privacy. Claim your free 20GB now