Daily Weekly Monthly

Monthly Shaarli

All links of one month in a single page.

January, 2023

BassoonTracker - Amiga music tracker - by Steffest

Voici la liste des fonctionnalités de BassoonTracker :

100% JavaScript pur – sans dépendances !
Open Source (licence MIT)
Compatible avec Protracker et FastTracker : chargez, modifiez et enregistrez des fichiers .mod et .xm
Monte jusqu’à 32 canaux
Possède un éditeur d’échantillons intégré
Support MIDI
Importe des fichiers WAV 8 bits, des fichiers 8-Bit Sampling Voice (8SVX) et des échantillons RAW (ainsi que tout autre format que l’interface AudioContext peut lire, comme .mp3 et .ogg)
Export possible vers les formats .wav et .mp3
Inclut les disques d’échantillons historiques ST-01 et ST-02, sortis en 1987 (ainsi qu’un tas d’autres)
Utilise l’API modarchive pour accéder à plusieurs milliers de fichiers musicaux
Utilise l’API modules.pl pour accéder à encore plus de fichiers musicaux
Peut se connecter à votre compte Dropbox pour lire et écrire directement vos propres fichiers
Inclut une bibliothèque de lecteur légère que vous pouvez utiliser dans vos propres projets

https://korben.info/bassoontracker-tracker-amiga.html

DFShell - The Best Forwarded Shell

DFShell - The Best Forwarded Shell
2 hrs ago 8:30 AM | Post sponsored by FaradaySEC | Multiuser Pentest Environment Zion3R

██████╗ ███████╗███████╗██╗ ██╗███████╗██╗ ██╗
██╔══██╗██╔════╝██╔════╝██║ ██║███╔═══╝██║ ██║
██║ ██║█████╗ ███████╗███████║█████╗ ██║ ██║
██║ ██║██╔══╝ ╚════██║██╔══██║██╔══╝ ██║ ██║
██████╔╝██║ ███████║██║ ██║███████╗████████╗███████╗
╚═════╝ ╚═╝ ╚══════╝╚═╝ ╚═╝╚══════╝╚══════╝╚══════╝

D3Ext's Forwarded Shell it's a python3 script which use mkfifo to simulate a shell into the victim machine. It creates a hidden directory in /dev/shm/.fs/ and there are stored the fifos. You can even have a tty over a webshell.

In case you want a good webshell with code obfuscation, login panel and more functions you have this webshell (scripted by me), you can change the username and the password at the top of the file, it also have a little protection in case of beeing discovered because if the webshell is accessed from localhost it gives a 404 status code

Why you should use DFShell?

To use other forwarded shells you have to edit the script to change the url and the parameter of the webshell, but DFShell use parameters to quickly pass the arguments to the script (-u/--url and -p/--parameter), the script have a pretty output with colors, you also have custom commands to upload and download files from the target, do port and host discovery, and it deletes the files created on the victim if you press Ctrl + C or simply exit from the shell.

If you change the actual user from webshell (or anything get unstable) then execute: 'sh'

Bash prompt generator with colors

Bash prompt generator
user@hostname ~/path/to/directory $

export PS1="[$(tput setaf 226)]\u[$(tput setaf 220)]@[$(tput setaf 214)]\h [$(tput setaf 33)]\w [$(tput sgr0)]$ "