Home
Basics of API Security – Part 2
September 27, 2023Blog
In the first part of this 2 part blog post series, we have covered vAPI setup and OWASP Top 3. In this part we will continue with the remaining 7 vulnerabilities. If you have not covered that I would suggest reading Part one first. Lets get started right away. To quickly revise following are the […]
Basics of API Security – Part 1
September 23, 2023Blog
In this blog post we will be covering the basics of API security. According to me the best way for covering the basics would be to go through and understand OWASP Top 10, with some hands on. Thus, in this blog post I’ll be explaining what are OWASP top 10 and we will also setup […]
Nmap2Word – Nmap XML output to Microsoft Word
July 9, 2023tools
Usage Simply download the python file and run it with python3. Or you can simply run the nxml.exe There are 2 ways in which you may proceed. You should have nmap installed on your local machine. After executing the script choose option 1 to run the scan. Here you can either: 2. Select a file […]
Youtube Downloader
July 9, 2023tools
Download YouTube videos using this tool. Just run the tool and paste the link to the video. You can even select if you want to download a Video or only Audio. Once selected you can select the quality of the video or audio and the format you want to download the video/audio. Requirements Usage Features […]
One Stop for Encoding and Decoding (OneEncDec)
July 2, 2023tools
Github Link: – https://github.com/7h1n0b1/onencdec One Encode Decode is a one stop tool for encoding and decoding solution.This tool can be used in two ways ie. Interactive and Non Interactive (command line).Example: –python onencdec -e my_string “Another string” -> Being the Non-Interactive modeorpython onencdec -> Being the Interactive Mode Non-Interactive -e -> For encoding the provided […]
Jigsaw CTF Walkthrough
June 21, 2023Blog
Name: jigsaw: 1 Difficulty: Hard Host IP: – 192.168.0.4 CTF IP: – 192.168.0.8 Reconnaissance Running a quick arp-scan command revealed the IP address of the machine to be 192.168.0.8. Next, running a quick nmap scan on the default machine ports revealed no open ports. Running a full port TCP scan too revealed no open ports. […]