noob-atbash@blogs:~$

  • Tryhackme Pre Security Learning Path

    Review on Tryhackme Pre-Security learning path I started my cybersecurity journey about 1 year ago by blindly participating in CTF’s with some of friends who were also new and jsut fascinated like me about hacking and learning cybersecurity we satified our inside hacker just by finding some /robots.txt and decoding...

  • Vishwactf

    This weekend our team noob-atbash, team of ultimate noobs participated in vishwaCTF this CTF was a jeopardy style having intermediate level of challenges. This blog is basically the solution to the challenges we solved in a nutshell because we are writing this non-weekend day ;(. WARMUP Flag Format just copy...

  • Ratctf

    RATCTF So this was a CTF in boot2root style having the room hosted on tryhackme So .. As following the normal procedure I began with Enumeration rustscan ( :/ nmap is slow) From result I got port 80, 22 was open . I checkout the web page before the result...

  • ARP SPOOF DETECTOR

    In this writeup we will build a tool which can detect am ARP SPOOFING attack. IMP NOTE: We will be using some concepts and code from our writeups on ARP SPOOF AND PACKET SNIFFER so make sure read it once and if you already done than go with the flow....

  • ARP SPOOFING USING PYTHON

    ARP stands for Adress Resolution Protocol this protocol helps us to link IP addresses to MAC addresses .So whenever devices know each other’s IP addresses they use ARP and send broadcast message (asking for that specific IP) in order to know the MAC address of the other device,(the devices which...

  • NETWORK SCANNER USING PYTHON

    We will be building our own NETWORK SCANNER from scratch with th help of python and scapy and yes many of you will be thinking that we have already netdiscover and N-map and many other tools are their to scan number of clients on the same network but the goal...