Skip to content

Instantly share code, notes, and snippets.

Avatar
🏠
Working from home

VNC Company vncloudsco

🏠
Working from home
  • GMO
  • Hà Nội
View GitHub Profile
View another-403-forbidden-pen.markdown

Another 403 Forbidden pen

After a lot of procrastination, I've finally created a pen for the challenge, would love to hear any way it could be improved(or how bad it looks)

A Pen by Faaiz on CodePen.

License.

@vncloudsco
vncloudsco / forbidden-city-403-codepenchallenge.markdown
Created May 20, 2023 16:06
🐲 Forbidden City 403 CodePenChallenge
View forbidden-city-403-codepenchallenge.markdown

🐲 Forbidden City 403 CodePenChallenge

Only an emperor can enter this 403 Forbidden page. I made this almost entirely in pure CSS except for one SVG element. I can't handle those curves. :P

A Pen by Arturo Wibawa on CodePen.

License.

@vncloudsco
vncloudsco / forbidden-city-403-codepenchallenge.markdown
Created May 20, 2023 16:02
🐲 Forbidden City 403 CodePenChallenge
View forbidden-city-403-codepenchallenge.markdown

🐲 Forbidden City 403 CodePenChallenge

Only an emperor can enter this 403 Forbidden page. I made this almost entirely in pure CSS except for one SVG element. I can't handle those curves. :P

A Pen by Arturo Wibawa on CodePen.

License.

@vncloudsco
vncloudsco / forbidden-city-403-codepenchallenge.markdown
Created May 20, 2023 15:57
🐲 Forbidden City 403 CodePenChallenge
View forbidden-city-403-codepenchallenge.markdown

🐲 Forbidden City 403 CodePenChallenge

Only an emperor can enter this 403 Forbidden page. I made this almost entirely in pure CSS except for one SVG element. I can't handle those curves. :P

A Pen by Arturo Wibawa on CodePen.

License.

View rm_empty_wp.php
function wp_optimize_unused_tables() {
global $wpdb;
// Danh sách các bảng được cài đặt mặc định
$default_tables = array(
'wp_users',
'wp_usermeta',
'wp_posts',
'wp_comments',
'wp_links',
@vncloudsco
vncloudsco / race_condition.php
Created December 22, 2022 14:02
race condition exploit gen code by ChatGPT
View race_condition.php
<?php
// Load the pthreads extension
if (!extension_loaded('pthreads')) {
dl('pthreads.so');
}
// Define the target URL, the data to send, and the cookies
$url = 'https://example.com/api/endpoint';
$data = ['key' => 'value'];
@vncloudsco
vncloudsco / race_condition.py
Created December 22, 2022 13:49
race condition exploit gen code by ChatGPT
View race_condition.py
import threading
import requests
# Define the target URL, the data to send, and the cookies
url = 'https://webhook.site/1653bca3-946a-420d-aee8-05af89a2bc69'
data = {'key': 'xxxxxxx'}
cookies = {'cookie1': 'value1', 'cookie2': 'value2'}
headers = {'Authorization': 'Bearer YOUR_TOKEN_HERE'}
# Define a function to send the data using a thread
View docker-install.sh
#!/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 September 3, 2022 04:19
để chạy thì gõ ``` bash acu.sh xrsec/awvs ```
View acu.sh
#!/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
View ip_list.txt
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