Skip to content

Instantly share code, notes, and snippets.

View vncloudsco's full-sized avatar
🏠
Working from home

Mạnh Tường Solo vncloudsco

🏠
Working from home
View GitHub Profile
#!/bin/bash
# cap nhap he dieu hanh len moi nhat
apt-get -y update || yum -y update
apt-get -y upgrade || yum -y upgrade
# cai dat docker
curl -fsSL https://get.docker.com -o get-docker.sh
sh get-docker.sh
@vncloudsco
vncloudsco / acu.sh
Last active October 26, 2023 07:20
để chạy thì gõ ``` bash acu.sh xrsec/awvs ```
#!/usr/bin/env bash
# set -ex
Echo_c() {
echo "\033[1;33m$1\033[0m"
}
check() {
Echo_c " Starting cracking"
@vncloudsco
vncloudsco / ip_list.txt
Last active December 23, 2021 15:07
nordvpn server list
172.83.40.219
194.99.105.100
82.102.20.236
82.102.19.137
185.206.225.196
185.189.114.28
185.245.87.59
185.216.34.100
185.156.175.132
82.102.20.212
@vncloudsco
vncloudsco / Readme.md
Last active April 20, 2025 18:03
Acunetix Build Version 14 build 14.7.220228146 Run on Docker

Install crack

Mỗi lần chạy thì chạy nó 1 lần lệnh bash bên dưới

wget -O acunetix.sh https://l.manhtuong.net/3q1vOHs 

bash acunetix.sh vouu/acuss:14.7.220228146

@vncloudsco
vncloudsco / installing_deps.sh
Created October 28, 2021 09:28
AIL installing Via docker
#!/bin/bash
# halt on errors
set -e
## bash debug mode togle below
#set -x
sudo apt-get update
@vncloudsco
vncloudsco / custom-telegram.py
Last active April 20, 2025 06:41
Wazuh config integration alert telegram
#!/usr/bin/env python
import sys
import json
import requests
import logging
import urllib
import urllib2
from requests.auth import HTTPBasicAuth
reload(sys)
------------License code of IObit Uninstaller------------
License Code: D3EFA-ACE9E-C1983-85DT0
Expiration Date: 2021-06-21
License Status: Activated
------------License code of IObit Uninstaller------------
License Code: BD010-79C72-B2E63-C62T0
@vncloudsco
vncloudsco / README.md
Created February 18, 2021 08:23 — forked from adnan360/README.md
Automatically adds the first 6 fastest VPNGate vpn connections to Network Manager

VPNGate Auto Setup Script for OpenVPN on Linux

VPNGate is a an excellent VPN for beginners. But one of the problems is that older ovpn connections stop connecting after a few days. I can easily add them manually, but downloading the ovpn files and adding them every week is a mess! This script easily adds up to date 6 connections from VPNGate records.

Requirements

  • Only supports Linux
  • Requires network-manager-openvpn & network-manager-openvpn-gnome to be installed
  • Python 2 or 3

Instructions

day la backend 2
day la backend 1