Skip to content

Commit 43ff7b3

Browse files
committed
Remove PWNX references and VPN setup instructions
Eliminated PWNX referral links
1 parent d6d7d47 commit 43ff7b3

File tree

5 files changed

+3
-12
lines changed

5 files changed

+3
-12
lines changed

README.md

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -64,12 +64,6 @@ Welcome to my notes blog! This blog is intended to provide information and insig
6464
>
6565
> 🔗 [PentesterLab](https://pentesterlab.com/referral/KpBnjOZqb3wbTA) *(Get 10 points with a Pro Subscription)*
6666
>
67-
> ------
68-
>
69-
> [![](.gitbook/assets/pwnx.svg)](https://play.pwnx.io/#/register/referral/7d3777ec-ae01-4cb9-941e-9f8ae6aa7bca)
70-
>
71-
> 🔗 [PWNX](https://play.pwnx.io/#/register/referral/7d3777ec-ae01-4cb9-941e-9f8ae6aa7bca)
72-
>
7367
> ---
7468
>
7569
> [![](.gitbook/assets/securitycert.svg)](https://upgrade.chat/securitycert?referralCode=778322883629023243)

operating-systems/linux/distros/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
| ![](.gitbook/assets/arch.svg)<br />[**Arch Linux**](https://archlinux.org/) | A general purpose, lightweight and flexible distribution. |
2323
| ![](.gitbook/assets/kali.svg)<br />[**Kali Linux**](https://www.kali.org/) | Debian-based distro, geared towards various Information **Security** tasks (Penetration Testing, Security Research, Computer Forensics, Reverse Engineering). |
2424
| ![](.gitbook/assets/parrot.svg)<br />[**ParrotOS**](https://www.parrotsec.org/) | Debian-based distro designed for Information & Cyber **Security** operations (Red Team and Blue Team), provides "Hacking tools at your fingertips". |
25-
| ![](.gitbook/assets/athenaos.svg)<br />[**AthenaOS**](https://github.com/Athena-OS) | Arch-based distro designed for Penetration Testing, Bug-Bounty Hunting and InfoSec students. provides a way to connect directly to some of the e-learning hacking resources, such as Hack The Box, TryHackMe, OffSec, PWNX and InfoSec certifications. |
25+
| ![](.gitbook/assets/athenaos.svg)<br />[**AthenaOS**](https://github.com/Athena-OS) | Arch-based distro designed for Penetration Testing, Bug-Bounty Hunting and InfoSec students. provides a way to connect directly to some of the e-learning hacking resources, such as Hack The Box, TryHackMe, OffSec and InfoSec certifications. |
2626

2727
---
2828

operating-systems/linux/distros/kali-vm.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -276,13 +276,12 @@ wget http://<GITHUB>/syselement_kali_panel_config.tar.bz2
276276

277277
```bash
278278
cd
279-
mkdir -p "$HOME"/htb "$HOME"/tcm "$HOME"/pwnx "$HOME"/tools
279+
mkdir -p "$HOME"/htb "$HOME"/tcm "$HOME"/tools
280280
# Copy every .ovpn file in the respective dir
281281
# e.g. File names
282282
# htb.ovpn
283283
# htbvip.ovpn
284284
# thm.ovpn
285-
# pwnx.ovpn
286285
```
287286

288287
```bash

operating-systems/linux/distros/parrot-vm.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,15 +62,14 @@ alias updateos='sudo -- sh -c "sudo apt update && sudo apt -y upgrade && sudo ap
6262

6363
```bash
6464
cd
65-
mkdir htb tcm pwnx
65+
mkdir htb tcm
6666
# Copy every .ovpn file in the respective dir
6767
```
6868

6969
```bash
7070
# OpenVpn Aliases
7171
alias htbvpn='sudo openvpn --config ~/htb/htb.ovpn --daemon'
7272
alias thmvpn='sudo openvpn --config ~/thm/thm.ovpn --daemon'
73-
alias pwnxvpn='sudo openvpn --config ~/pwnx/pwnx.ovpn --daemon'
7473
alias killopenvpn='sudo pkill openvpn'
7574
```
7675

operating-systems/linux/tools/zsh.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,6 @@ alias htbvpn='sudo openvpn --config $HOME/htb/htb.ovpn --daemon' # HTB FR
177177
alias htbvipvpn='sudo openvpn --config $HOME/htb/htbvip.ovpn --daemon' # HTB VIP VPN
178178
alias htbvipplusvpn='sudo openvpn --config $HOME/htb/htbvipplus.ovpn --daemon' # HTB VIP+ VPN
179179
alias thmvpn='sudo openvpn --config $HOME/thm/thm.ovpn --daemon'
180-
alias pwnxvpn='sudo openvpn --config $HOME/pwnx/pwnx.ovpn --daemon'
181180
alias killopenvpn='sudo pkill openvpn'
182181
183182
# Additional Aliases

0 commit comments

Comments
 (0)