Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
N
NOT_AVAILABLE - scaleway attack instances template
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
systemes-dinformation
alpha
pocs
Cloud Machinist
cloud machinist templates
NOT_AVAILABLE - scaleway attack instances template
Commits
94908a45
Commit
94908a45
authored
11 months ago
by
Nathan Rodet
Browse files
Options
Downloads
Patches
Plain Diff
feat: added tools and lists
parent
8ed2b8b8
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Pipeline
#97125
failed
11 months ago
Stage: prepare
Stage: validate
Stage: build
Stage: deploy
Stage: destroy
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
instance-scripts/scripts/lists.sh
+9
-0
9 additions, 0 deletions
instance-scripts/scripts/lists.sh
instance-scripts/scripts/tools.sh
+10
-1
10 additions, 1 deletion
instance-scripts/scripts/tools.sh
with
19 additions
and
1 deletion
instance-scripts/scripts/lists.sh
0 → 100644
+
9
−
0
View file @
94908a45
#!/bin/bash
# Curl lists into the /root/lists directory
mkdir
-p
/root/lists
git clone https://github.com/danielmiessler/SecLists /root/lists/SecLists
git clone https://github.com/berzerk0/Probable-Wordlists /root/lists/Probable-Wordlists
git clone https://github.com/swisskyrepo/PayloadsAllTheThings /root/lists/PayloadsAllTheThings
This diff is collapsed.
Click to expand it.
instance-scripts/scripts/tools.sh
+
10
−
1
View file @
94908a45
...
...
@@ -11,6 +11,7 @@
# Gobuster
# Dirbuster
# Exegol
# Metasploit
# Make a directory to store the tools
mkdir
/root/tools
...
...
@@ -33,4 +34,12 @@ git clone https://github.com/s0md3v/XSStrike.git /root/tools/XSStrike
# Create a symbolic link to xsstrike.py and make it executable
ln
-s
/root/tools/XSStrike/xsstrike.py /usr/local/bin/xsstrike
chmod
+x /usr/local/bin/xsstrike
\ No newline at end of file
chmod
+x /usr/local/bin/xsstrike
# Clone the metasploit repository
curl https://raw.githubusercontent.com/rapid7/metasploit-omnibus/master/config/templates/metasploit-framework-wrappers/msfupdate.erb
>
msfinstall
# Make the msfinstall script executable and install metasploit then clean up
chmod
755 msfinstall
./msfinstall
rm
msfinstall
\ No newline at end of file
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment