Visual Studio Code Remote – SSH The Remote – SSH extension lets you use any remote machine with a SSH server as your development environment. This can greatly simplify development and troubleshooting in a wide variety of situations. You can: Develop on the same operating system you deploy to or use larger,…
-
-
Fast TCP tunnel over HTTP: Chisel
[vc_row][vc_column][vc_column_text] Chisel is a fast TCP tunnel, transported over HTTP, secured via SSH. Single executable including both client and server. Written in Go (golang). Chisel is mainly useful for passing through firewalls, though it can also be used to provide a secure endpoint into your network. Chisel is very similar…
-
Shocker – A tool to find and exploit servers vulnerable to Shellshock
Shocker is a tool to find and exploit servers vulnerable to Shellshock Released as open source by NCC Group Plc – https://www.nccgroup.trust/ Developed By: Tom Watson, tom [dot] watson [at] nccgroup [dot] trust https://github.com/nccgroup/shocker Help Text usage: shocker.py -h, --help show this help message and exit --Host HOST, -H HOST…
-
B374K – PHP Webshell with handy features
This PHP Shell is a useful tool for system or web administrator to do remote management without using cpanel, connecting using ssh, ftp etc. All actions take place within a web browser. Features : File manager (view, edit, rename, delete, upload, download, archiver, etc) Search file, file content, folder…
-
Sentry – Bruteforce Attack Blocker
Sentry can detects and prevents bruteforce attacks against sshd using minimal system resources. Synopsis: sentry --ip=N.N.N.N [ --connect | --blacklist | --whitelist | --delist ] sentry --report [--verbose --ip=N.N.N.N ] sentry --help sentry --update Safe To prevent inadvertant lockouts, Sentry manages a whitelist of IPs that have connected more than 3 times…
-
How to Remote File System through SSH in Linux/Ubuntu
SSH (Secure Shell) is a network protocol that allows secure communication between two network devices. SSH primarily used to access Linux and Unix based system shell remotely. In this tutorials i will discuss to use ssh to mount remote machine file system on local machine, before i proceed let me discuss first…


