Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
windows-vm
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
pem
windows-vm
Commits
c20b7e04
Commit
c20b7e04
authored
Apr 28, 2025
by
César Galvis
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
docs: updated readme
parent
05b20e15
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
8 deletions
+4
-8
README.md
README.md
+4
-8
No files found.
README.md
View file @
c20b7e04
...
...
@@ -13,6 +13,8 @@ Configure a virtual machine to connect to a VPN (FortiNet) through a proxy for L
-
`FortiClient`
backup file with
`.conf`
extension.
-
[
VirtualBox
](
https://www.virtualbox.org/wiki/Downloads
)
-
[
Vagrant
](
https://developer.hashicorp.com/vagrant/install
)
-
`corkscrew`
(Optional) For SSH connections with proxies
-
`sshpass`
(Optional) For SSH connections with plain text passwords
## Setup
...
...
@@ -62,14 +64,8 @@ nmap --proxies http://192.168.56.10:3128 $PRIVATE_DOMAIN_OR_IP
#### Add proxy for SSH connection
> `corkscrew` required
```
sh
# Install corkscrew (in Debian-based distributions)
sudo
apt
-y
install corkscrew
# Install sshpass password provider for plain text data
sudo
apt
-y
install sshpass
```
> `corkscrew` required for proxy setup
> `sshpass` required for connections with plain text passwords
Copy and modify the bash scripts
[
here
](
src/scripts/bash/
)
.
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment