Skip to content
Snippets Groups Projects
Commit af024e74 authored by Hemanth VSR's avatar Hemanth VSR :speech_balloon:
Browse files

Update file check.py

parent 7612e70b
No related branches found
No related tags found
No related merge requests found
check.py 0 → 100644
# -*- coding: utf-8 -*-
"""
Created on Mon Jan 6 15:57:17 2025
@author: Student
"""
# Live attack show case
# join live attack
# thread level sugestion
import time
DOMAIN = ['https://hemantvsr.in', 'https://brillfort.com', 'https://drmcet.ac.in', 'https://google.com']
k = 0
for i in DOMAIN:
print("[{}]:\t [domain]: {}\t [live thread] = {}".format(k+1, DOMAIN[k], 200))
time.sleep(0.124)
k+=1
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment