Skip to content

Commit aa92a22

Browse files
committed
Switch to projectdiscovery/pdtm
1 parent aa74498 commit aa92a22

File tree

2 files changed

+16
-43
lines changed

2 files changed

+16
-43
lines changed

README.md

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -201,7 +201,6 @@ Get a random name of a `.exe` or `.dll` binary:
201201
- [x] [crowbar](https://github.com/galkan/crowbar)
202202
- [x] [cypherhound](https://github.com/fin3ss3g0d/cypherhound)
203203
- [x] [dementor.py](https://gist.github.com/3xocyte/cfaf8a34f76569a8251bde65fe69dccc#file-dementor-py)
204-
- [x] [dnsx](https://github.com/projectdiscovery/dnsx/releases)
205204
- [x] [donut](https://github.com/S4ntiagoP/donut/tree/syscalls)
206205
- [x] [dploot](https://github.com/zblurx/dploot)
207206
- [x] [dsniff](https://github.com/tecknicaltom/dsniff)
@@ -218,7 +217,6 @@ Get a random name of a `.exe` or `.dll` binary:
218217
- [x] [hashcat-utils](https://github.com/hashcat/hashcat-utils)
219218
- [x] [hoaxshell](https://github.com/t3l3machus/hoaxshell)
220219
- [ ] [http-server](https://github.com/http-party/http-server)
221-
- [x] [httpx](https://github.com/projectdiscovery/httpx/releases)
222220
- [x] [impacket](https://github.com/fortra/impacket) · [impacket-ThePorgs](https://github.com/ThePorgs/impacket)
223221
- [x] [iCULeak.py](https://github.com/llt4l/iCULeak.py)
224222
- [x] [ipmitool](https://github.com/ipmitool/ipmitool)
@@ -232,7 +230,6 @@ Get a random name of a `.exe` or `.dll` binary:
232230
- [x] [ligolo-proxy](https://github.com/tnpitsecurity/ligolo-ng)
233231
- [ ] [linWinPwn](https://github.com/lefayjey/linWinPwn)
234232
- [x] [lsassy](https://github.com/Hackndo/lsassy)
235-
- [x] [mapcidr](https://github.com/projectdiscovery/mapcidr)
236233
- [x] [masscan](https://github.com/robertdavidgraham/masscan)
237234
- [x] [mitm6](https://github.com/fox-it/mitm6)
238235
- [x] [mscache](https://github.com/QAX-A-Team/mscache)
@@ -244,12 +241,12 @@ Get a random name of a `.exe` or `.dll` binary:
244241
- [x] [ntlm_challenger](https://github.com/nopfor/ntlm_challenger)
245242
- [x] [ntlm_theft](https://github.com/Greenwolf/ntlm_theft)
246243
- [x] [ntlmv1-multi](https://github.com/evilmog/ntlmv1-multi)
247-
- [x] [nuclei](https://github.com/projectdiscovery/nuclei/releases) · [nuclei-scan-sort](https://github.com/DingyShark/nuclei-scan-sort)
248244
- [x] [nullinux](https://github.com/m8r0wn/nullinux)
249245
- [x] [odat](https://github.com/quentinhardy/odat)
250246
- [x] [orpheus](https://github.com/trustedsec/orpheus)
251247
- [x] [paperify](https://github.com/alisinabh/paperify)
252248
- [x] [payloadGenerator](https://github.com/smokeme/payloadGenerator)
249+
- [x] [pdtm](https://github.com/projectdiscovery/pdtm/releases) · [projectdiscovery](https://github.com/projectdiscovery) · [nuclei-scan-sort.py](https://github.com/DingyShark/nuclei-scan-sort/blob/main/nuclei_sort.py)
253250
- [x] [powerview.py](https://github.com/aniqfakhrul/powerview.py)
254251
- [x] [pre2k](https://github.com/garrettfoster13/pre2k)
255252
- [x] [pretender](https://github.com/RedTeamPentesting/pretender/releases)

WeaponizeKali.sh

Lines changed: 15 additions & 39 deletions
Original file line numberDiff line numberDiff line change
@@ -874,14 +874,6 @@ dementor.py() {
874874
_popd
875875
}
876876

877-
dnsx() {
878-
_pushd tools
879-
progress "dnsx"
880-
mkdir dnsx
881-
eget -qs linux/amd64 "projectdiscovery/dnsx" --to dnsx
882-
_popd
883-
}
884-
885877
donut() {
886878
_pushd tools
887879
progress "donut"
@@ -1006,14 +998,6 @@ http-server() {
1006998
sudo npm install -g http-server
1007999
}
10081000

1009-
httpx() {
1010-
_pushd tools
1011-
progress "httpx"
1012-
mkdir httpx
1013-
eget -qs linux/amd64 "projectdiscovery/httpx" --to httpx
1014-
_popd
1015-
}
1016-
10171001
impacket() {
10181002
progress "impacket"
10191003
pipx install -f "git+https://github.com/fortra/impacket.git"
@@ -1116,14 +1100,6 @@ lsassy() {
11161100
pipx install -f "git+https://github.com/Hackndo/lsassy.git"
11171101
}
11181102

1119-
mapcidr() {
1120-
_pushd tools
1121-
progress "mapcidr"
1122-
mkdir mapcidr
1123-
eget -qs linux/amd64 "projectdiscovery/mapcidr" --to mapcidr
1124-
_popd
1125-
}
1126-
11271103
masscan() {
11281104
_pushd tools
11291105
progress "masscan"
@@ -1220,17 +1196,6 @@ ntlmv1-multi() {
12201196
_popd
12211197
}
12221198

1223-
nuclei() {
1224-
_pushd tools
1225-
progress "nuclei"
1226-
mkdir nuclei
1227-
eget -qs linux/amd64 "projectdiscovery/nuclei" --to nuclei
1228-
./nuclei
1229-
downloadRawFile "https://github.com/DingyShark/nuclei-scan-sort/raw/main/nuclei_sort.py" nuclei_sort.py
1230-
sed -i '1 i #!/usr/bin/env python3' nuclei_sort.py
1231-
_popd
1232-
}
1233-
12341199
nullinux() {
12351200
_pushd tools
12361201
progress "nullinux"
@@ -1278,6 +1243,20 @@ payloadGenerator() {
12781243
_popd
12791244
}
12801245

1246+
pdtm() {
1247+
_pushd tools
1248+
progress "pdtm"
1249+
mkdir pd
1250+
eget -qs linux/amd64 "projectdiscovery/pdtm" --to pd
1251+
cd pd
1252+
./pdtm -ia -nsp -bp `pwd`
1253+
./nuclei
1254+
downloadRawFile "https://github.com/DingyShark/nuclei-scan-sort/raw/main/nuclei_sort.py" nuclei_sort.py
1255+
sed -i '1 i #!/usr/bin/env python3' nuclei_sort.py
1256+
chmod +x nuclei_sort.py
1257+
_popd
1258+
}
1259+
12811260
powerview.py() {
12821261
_pushd tools
12831262
progress "powerview.py"
@@ -1683,7 +1662,6 @@ tools() {
16831662
crowbar
16841663
cypherhound
16851664
dementor.py
1686-
dnsx
16871665
donut
16881666
dploot
16891667
dsniff
@@ -1701,7 +1679,6 @@ tools() {
17011679
hashcat-utils
17021680
hoaxshell
17031681
#http-server
1704-
httpx
17051682
impacket
17061683
ipmitool
17071684
iCULeak.py
@@ -1714,7 +1691,6 @@ tools() {
17141691
ldeep
17151692
ligolo-ng-proxy
17161693
lsassy
1717-
mapcidr
17181694
masscan
17191695
mitm6
17201696
mscache
@@ -1727,12 +1703,12 @@ tools() {
17271703
ntlm_challenger
17281704
ntlm_theft
17291705
ntlmv1-multi
1730-
nuclei
17311706
nullinux
17321707
odat
17331708
orpheus
17341709
paperify
17351710
payloadGenerator
1711+
pdtm
17361712
powerview.py
17371713
pre2k
17381714
pretender-tools

0 commit comments

Comments
 (0)