Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Fix github repo link in instructions.
  • Loading branch information
CoD-Segfault authored Oct 12, 2024
1 parent 79002f5 commit eb00076
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -93,11 +93,11 @@ This project implements a variety of attacks based around an easily concealable

1. Clone the repository:
```sh
git clone https://github.com/i-am-shodan/usb-army-knife.git
git clone https://github.com/i-am-shodan/USBArmyKnife.git
```
1. Now you've cloned the repo you need to pull down the submodules. Run this command in the directory you just cloned to.
```sh
git submodule update --init
1. Now you've cloned the repo you need to pull down the submodules. Run this command in the directory you just cloned to.
```sh
git submodule update --init
```
1. Open the project in Visual Studio Code
Expand All @@ -119,9 +119,9 @@ At this point all your code and dependencies will be up to date and you can cont
### Usage
1. Connect the USB dongle to your computer.
1. Connect the USB dongle to your computer.
1. Connect to the WiF access point (iPhone14) with the password of 'password'
1. Access the web interface (http://4.3.2.1:8080) by navigating to the URL with your browser.
1. Access the web interface (http://4.3.2.1:8080) by navigating to the URL with your browser.
1. Ensure the web interface has correctly loaded. You should see thr currently running status and uptime. If not refresh the page.
1. Use the web interface to create and manage your attacks using DuckyScript.
Expand Down

0 comments on commit eb00076

Please sign in to comment.