forked from FascodeNet/alterlinux
-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #175 from infoengine1337/features/20230306-pentest…
…module Features/20230306 pentestmodule
- Loading branch information
Showing
33 changed files
with
74 additions
and
229 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -23,4 +23,5 @@ modules=( | |
"lightdm-modules" | ||
"gtk-modules" | ||
"obscuring" | ||
"pentest" | ||
) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1 @@ | ||
firefox | ||
tcpdump | ||
firefox |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -22,4 +22,5 @@ modules=( | |
"cli-modules" | ||
"lightdm-modules" | ||
"gtk-modules" | ||
"pentest" | ||
) |
37 changes: 0 additions & 37 deletions
37
channels/xfce_yor/packages.x86_64/pentest-tools/activescan.x86_64
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
17 changes: 0 additions & 17 deletions
17
channels/xfce_yor/packages.x86_64/pentest-tools/cms.x86_64
This file was deleted.
Oops, something went wrong.
10 changes: 0 additions & 10 deletions
10
channels/xfce_yor/packages.x86_64/pentest-tools/container.x86_64
This file was deleted.
Oops, something went wrong.
43 changes: 0 additions & 43 deletions
43
channels/xfce_yor/packages.x86_64/pentest-tools/exploit.x86_64
This file was deleted.
Oops, something went wrong.
19 changes: 0 additions & 19 deletions
19
channels/xfce_yor/packages.x86_64/pentest-tools/network.x86_64
This file was deleted.
Oops, something went wrong.
10 changes: 0 additions & 10 deletions
10
channels/xfce_yor/packages.x86_64/pentest-tools/programs.x86_64
This file was deleted.
Oops, something went wrong.
27 changes: 0 additions & 27 deletions
27
channels/xfce_yor/packages.x86_64/pentest-tools/recon.x86_64
This file was deleted.
Oops, something went wrong.
22 changes: 22 additions & 0 deletions
22
modules/pentest/airootfs.any/root/customize_airootfs_pentest.sh
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
#!/usr/bin/env bash | ||
# | ||
# Yamada Hayao | ||
# Twitter: @Hayao0819 | ||
# Email : [email protected] | ||
# | ||
# (c) 2019-2021 Fascode Network. | ||
# | ||
|
||
# WPScan Update | ||
wpscan --update | ||
|
||
# Application categorize | ||
bash -c 'sudo pacman -Sl blackarch | grep installed | cut -d " " -f 2' | /etc/pacman.d/scripts/ba-gen-desktop.sh gen | ||
|
||
# download seclists wordlists | ||
su $username -c "mkdir ~/seclists-wordlist" | ||
su $username -c \ | ||
"wget https://raw.githubusercontent.com/danielmiessler/SecLists/master/Discovery/Web-Content/big.txt https://raw.githubusercontent.com/danielmiessler/SecLists/master/Discovery/Web-Content/common.txt https://raw.githubusercontent.com/danielmiessler/SecLists/master/Discovery/Web-Content/raft-large-directories.txt https://raw.githubusercontent.com/danielmiessler/SecLists/master/Discovery/Web-Content/raft-large-files.txt -P ~/seclists-wordlist" | ||
|
||
# set PwnDBG to gdb plugin | ||
su $username -c 'echo "source /usr/share/pwndbg/gdbinit.py" >> ~/.gdbinit' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
alteriso=3.1 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
# | ||
# Yamada Hayao | ||
# Twitter: @Hayao0819 | ||
# Email : [email protected] | ||
# | ||
# (c) 2019-2021 Fascode Network. | ||
# | ||
# Supported architecture list | ||
|
||
x86_64 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
# | ||
# Uhuru OS package list | ||
# | ||
# infoengine1337 | ||
# Twitter: @infoengine1337 | ||
|
||
#-- binary tools --# | ||
gdb | ||
pwndbg | ||
checksec | ||
ropgadget | ||
nasm | ||
rp | ||
one_gadget | ||
pwntools | ||
|
||
#-- reversing --# | ||
radare2 | ||
ghidra |
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Oops, something went wrong.