You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fixed the layout oof the text so that it would all be in the same view when rendered in GitHub. Also moved the image up to the top so that its easy to see for those coming to look at the program instead of seeing it after the setup is completed. (This is why devs don't write documentation just read the code.. its the same thing but better)
Copy file name to clipboardExpand all lines: README.md
+22-17Lines changed: 22 additions & 17 deletions
Original file line number
Diff line number
Diff line change
@@ -1,14 +1,21 @@
1
-
2
-
</br>
3
-
4
1
# Overview
5
2
```
6
-
This is a quick setup script to aid in installing/configuring important tools for vulnerability research and exploitation.
3
+
This is a quick setup script to aid in installing/configuring important tools for
4
+
vulnerability research and exploitation.
7
5
8
-
I built this since I ssh into my homelab to use these tools (I hate GUIs) and I wanted to have a quick setup script to get everything installed and configured in the case I need to rebuild my environment.
6
+
I built this since I ssh into my homelab to use these tools (I hate GUIs) and I wanted
7
+
to have a quick setup script to get everything installed and configured in the case
@@ -20,6 +27,8 @@ I built this since I ssh into my homelab to use these tools (I hate GUIs) and I
20
27
- tmux
21
28
- r2ghidra
22
29
- radare2
30
+
- vim
31
+
- neovim
23
32
```
24
33
25
34
</br>
@@ -46,7 +55,8 @@ chmod +x setup.sh
46
55
47
56
# Coffee Break ☕
48
57
```
49
-
This will take a while to get everything installed and configured. A few of the tools are built from source, this helps to ensure compatibility with each system this is used on.
58
+
This will take a while to get everything installed and configured. A few of the tools are
59
+
built from source, this helps to ensure compatibility with each system this is used on.
50
60
51
61
Should take about 10-15 minutes to complete.
52
62
```
@@ -58,7 +68,9 @@ Should take about 10-15 minutes to complete.
58
68
Preparing Terminal
59
69
------------------
60
70
61
-
Due to some of add-ons that were installed to work with splitting the terminal, you will need to use the following TMUX command before running PWNDBG. This will create a new tmux session called "pwndbg_session" and then you can run gdb with pwndbg.
71
+
Due to some of add-ons that were installed to work with splitting the terminal, you will
72
+
need to use the following TMUX command before running PWNDBG. This will create a new
73
+
tmux session called "pwndbg_session" and then you can run gdb with pwndbg.
62
74
63
75
Command
64
76
-------
@@ -69,17 +81,10 @@ Due to some of add-ons that were installed to work with splitting the terminal,
69
81
Running PWNDBG
70
82
--------------
71
83
72
-
To run pwndbg, its pretty much the same command as plain GDB simply run the following command:
0 commit comments