Skip to content

Commit 45ad873

Browse files
committed
x 2023-03-26
1 parent 2cccf37 commit 45ad873

File tree

19 files changed

+1071
-7
lines changed

19 files changed

+1071
-7
lines changed

.gitmodules

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,3 +16,6 @@
1616
[submodule "tools/The-Hacker-Recipes"]
1717
path = tools/The-Hacker-Recipes
1818
url = https://github.com/ShutdownRepo/The-Hacker-Recipes.git
19+
[submodule "config/51pwn/juicyinfo-nuclei-templates"]
20+
path = config/51pwn/juicyinfo-nuclei-templates
21+
url = [email protected]:cipher387/juicyinfo-nuclei-templates.git

brute/dicts/filedic.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -164,6 +164,7 @@
164164
/login.php3
165165
/login.php4
166166
/login.pl
167+
/help/android/
167168
/login.py
168169
/login.rb
169170
/login.vm

config/doKsubdomain.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
#!/bin/bash
22
function doMasScan {
33
if [[ -f $1 ]] ; then
4-
echo $PPSSWWDD| sudo -S ksubdomain enum -b 5M --dl $1 -f $HOME/MyWork/scan4all/config/database/subdomain.txt -o $HOME/MyWork/scan4all/atckData/$2.txt
4+
echo $PPSSWWDD| sudo -S ksubdomain enum -b 5M --dl $1 -f $HOME/MyWork/scan4all/config/database/subdomain.txt -o $HOME/MyWork/scan4all/atckData/$1_ksubdomain.txt
55
else
6-
echo $PPSSWWDD| sudo -S ksubdomain enum -b 5M -d $1 -f $HOME/MyWork/scan4all/config/database/subdomain.txt -o $HOME/MyWork/scan4all/atckData/$2.txt
6+
echo $PPSSWWDD| sudo -S ksubdomain enum -b 5M -d $1 -f $HOME/MyWork/scan4all/config/database/subdomain.txt -o $HOME/MyWork/scan4all/atckData/$1_ksubdomain.txt
77
fi
88
}
9-
doMasScan $1 $2
9+
doMasScan $1
1010

1111

config/nuclei-templates

Submodule nuclei-templates updated 162 files

config/uncover/provider-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
shodan:
2-
- ZRSzvyQ1GiKZkK0JfSZJKH4ucv8u1ude
2+
- Wbpea7Qz3zZBjoCZJYNNoE4wiRkglYSM
33
censys: []
44
fofa: []

tools/The-Hacker-Recipes

vendor/github.com/hktalent/go-utils/SPool.go

Lines changed: 49 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/hktalent/go-utils/funcTools.go

Lines changed: 53 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/hktalent/go-utils/inputArgs.go

Lines changed: 41 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/hktalent/go-utils/log2BigDb.go

Lines changed: 55 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/hktalent/go-utils/urlTools.go

Lines changed: 42 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/pion/srtp/v2/.goreleaser.yml

Lines changed: 2 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/golang.org/x/sys/cpu/parse.go

Lines changed: 43 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/golang.org/x/sys/cpu/proc_cpuinfo_linux.go

Lines changed: 54 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)