Hacking Articles Tips Tricks Videos Tutorials
468 subscribers
65.8K photos
15 videos
157 files
132K links
Exploit
Pentesting
Hacking
Red Team
Blue Team
Kali Linux
Bug Bounty
Black Hat
Cyber security etc

@Hacking_Video
@Hacking_attack
Download Telegram
Deploying using ssh
Hacking Articles Tips Tricks Videos Tutorials
Photo
Kali Linux Tutorials
Android_Hid : Use Android As Rubber Ducky Against Another Android Device

Android_Hid is a tool used by android as Rubber Ducky against targeted Android device or PC. HID Attack Using Android Using Android as Rubber Ducky against Android or Windows. This is not a new technique, just a demo how to perform HID attack using Android instead of rubber ducky. For targeted Android device it is […]

The post Android_Hid : Use Android As Rubber Ducky Against Another Android Device appeared first on Kali Linux Tutorials.
Hacking Articles Tips Tricks Videos Tutorials
Photo
Hacking on Medium
Amstrong CTF Spoofy Challenge Write Up Step By Step [English But BAD]

So, after I think again it looks like I need to make this article, because in the video below, I don’t just get the right payload just…

Continue reading on Medium Β»
Hacking Articles Tips Tricks Videos Tutorials
Photo
Hacking on Medium
Top 3 Termux SMS Bombing Tools That You Must Know

https://cdn-images-1.medium.com/max/1280/1*n0NDkEbZRz31ge0oD7k2lA.png
Hey guys πŸ™‹β€β™‚οΈ, One of the most powerful and Awesome things that you can do is SMS Bombing πŸ’£ because it’s all in your control and you…

Continue reading on Medium Β»
Hacking Articles Tips Tricks Videos Tutorials
Photo
KitPloit - PenTest Tools!
Redcloud - Automated Red Team Infrastructure Deployement Using Docker

https://1.bp.blogspot.com/-fxcXpENKGlw/YGvc31QX1CI/AAAAAAAAVzo/0LQr9e9RziYE8i4d06rv9EAjDmFcCeKKQCNcBGAsYHQ/w640-h340/Redcloud_1.png Redcloud is a powerful and user-friendly toolbox for deploying a fully featured Red Team Infrastructure using Docker. Harness the cloud's speed for your tools. Deploys in minutes. Use and manage it with its polished web interface.

Ideal for your penetration tests, shooting ranges, red teaming and bug bounties!

Self-host your attack infrastructure painlessly, deploy your very own live, scalable and resilient offensive infrastructure in a matter of minutes. Demohttps://1.bp.blogspot.com/-Akqi2ePVaVA/YGvbyQ4NXcI/AAAAAAAAVy4/jXtwskuO1WgjaTfntzF73FK_SpMBqdvUwCNcBGAsYHQ/w640-h376/Redcloud_5.gif The following demo showcases deployment of Redcloud through ssh, followed by Metasploit. We then look at Traefik and a live volume attached to Metasploit. Finally, we check that Metasploit's DB is functional with the web terminal, delete the container, and terminate Redcloud. Features* Deploy Redcloud locally or remotely using the built-in SSH functions, and even docker-machine.
* Deploy Metasploit, Empire, GoPhish, vulnerable targets, a fully stacked Kali, and many more with a few clicks.
* Monitor and manage your infrastructure with a beautiful web interface.
* Deploy redirections, socks or Tor proxy for all your tools.
* Painless network management and volume sharing.
* User and password management.
* Web terminal
* Overall very comfy Quick StartSetup: # If deploying using ssh
> cat ~/.ssh/id_rsa.pub | ssh root@your-deploy-target-ip 'cat >> .ssh/authorized_keys'

# If deploying using docker-machine, and using a machine named "default"
> eval (docker-machine env default)

# Check your Python version
# Use python3 if default python version is 2.x
> python --version
Deploy: > git clone https://github.com/khast3x/redcloud.git
> cd redcloud
> python redcloud.py
Redcloud uses PyYAMLto print the list of available templates. It's installed by default on most systems.
If not, simply run: # Use pip3 if default python version is 2.x
> pip install -r requirements.txt
Redcloud has 3 different deployment methods:

1. Locally
2. Remotely, using ssh. Requires having your public key in your target's authorized_keysfile.
3. Remotely, using docker-machine. Run the eval (docker-machine env deploy_target)line to preload your env with your docker-machine, and run redcloud.py. Redcloud should automatically detect your docker-machine, and highlight menu items relevant to a docker-machine deployment. Templateshttps://1.bp.blogspot.com/-Cy9kcolw8BA/YGvcD6KyMeI/AAAAAAAAVzA/dSbQ9OuWkfEw2na700oZ2it8_hApnfl8QCNcBGAsYHQ/w640-h636/Redcloud_6.png Briefly, redcloud.pydeploys a Portainer stack, preloaded with many tool templates for your offensive engagements, powered by Docker. Once deployed, control Redcloud with the web interface. Uses Traefik as reverse-proxy. Easy remote deploy to your target server using the system sshor docker-machine.

*
οš€
Ever wanted to spin up a Kali in a cloud with just a few clicks?
*

Have clean silos between your tools, technics and stages?
*
οš‘
Monitor the health of your scans and C2?
*
ο”₯
Skip those sysadmin tasks for setting up a phishing campaign and get pwning faster?
*

Curious how you would build the ideal attack infrastructure?

Use the web UI to monitor, manage, and interact with each container. Use the snappy web terminal just as you would with yours. Create volumes, networks and port forwards using Portainer's simple UI.

Deploy and handle all your favorite tools and technics with the power [...]