Skip to content

Commit 02520d8

Browse files
authored
Update README.md
1 parent 18e941b commit 02520d8

File tree

1 file changed

+44
-0
lines changed

1 file changed

+44
-0
lines changed

README.md

Lines changed: 44 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,46 @@
11
# shell-scripts
22
A collection of various shell scripts for automation of common tasks
3+
4+
5+
## autoSCP.sh
6+
7+
Tool for automatically copying the contents of a folder to a remote system after connecting to wifi.
8+
Should be run with a cron-job or other automation so it is always checking for wifi connection.
9+
10+
## install-apps.sh
11+
12+
Script for installing the tools you need for an engagement when you can't bring "hacking tools" with you.
13+
14+
## ipaddr.sh
15+
16+
Lists the IP addresses for each interface.
17+
18+
## list.sh
19+
20+
Gets a list of the files in a directory and displays a count of the number of files.
21+
22+
## menu.sh
23+
24+
Test of the case/switch function for bash shell scripting, with a simple menu for choosing the command to run
25+
26+
## multitool.sh
27+
28+
Mega tool with many different options:
29+
30+
1) Add a user
31+
2) Change your SSH Port
32+
3) Set a static IP.
33+
4) Change your MAC address (WIP).
34+
5) Create a folder.
35+
6) Do a ping sweep of a network.
36+
7) Put a wireless card in monitor/managed mode. (WIP)
37+
8) Monitor wifi. (WIP)
38+
9) Setup a reverse SSH Tunnel. (WIP)
39+
10) Create mangled wordlist. (WIP)
40+
11) Crack passwords with hashcat. (WIP)
41+
42+
## python-fileShare.sh
43+
44+
Creates a Python3 HTTP server, listing the files in the specified directory with ready to copy wget links.
45+
Currently hard-coded for port 8099
46+
#TODO: take user input for port

0 commit comments

Comments
 (0)