Recent content by m4sterph0enix
-
Hello Hacktoday!
Welcome to our community bro! what is your profile on htb?- m4sterph0enix
- Post #2
- Forum: Welcome
-
CTF
Here's some upcoming CTF's https://ctftime.org/event/list/upcoming- m4sterph0enix
- Post #2
- Forum: Capture The Flag's
-
Moderator Required!
If you think you can be a moderator for this forum then you should apply! There's no requirement for now because as you can see we have recently launched this forum and we're going to stay for quite some time just kidding 😂 For now, moderators have to approve users and should visit forum...- m4sterph0enix
- Thread
- Replies: 0
- Forum: News and Communications
-
New Entry
Well there's so much going on like redteam blueteam and etc.. but what really matters is your interest. Right now im preparing myself for OSCP and my exam is in 2 weeks but what i can suggest you so do bug hunting and participate in CTF challenges.- m4sterph0enix
- Post #2
- Forum: Welcome
-
Introduction to return oriented programming (ROP)
What is ROP? Return Oriented Programming (ROP) is a powerful technique used to counter common exploit prevention strategies. In particular, ROP is useful for circumventing Address Space Layout Randomization (ASLR) and DEP. When using ROP, an attacker uses his/her control over the stack right...- m4sterph0enix
- Thread
- Replies: 0
- Forum: Reverse Engineering
-
Simple Buffer Overflow Tutorial
– Buffer Overflow Tutorial by Preddy - RootShell Security Group Our vulnerable program: vuln-prog.c #include <stdlib.h> #include <stdio.h> #include <string.h> int bof(char *string) { char buffer[1024]; strcpy(buffer, string); return 1; } int main(int argc, char *argv[]) {...- m4sterph0enix
- Thread
- Replies: 0
- Forum: Reverse Engineering
-
Reverse Engineering Basics
- m4sterph0enix
- Thread
- Replies: 0
- Forum: Reverse Engineering
-
Welcome to Hacktoday.net!
Hi new user, I'm m4sterph0enix founder of Hacktoday.net. I welcome you to the forum. We also thank you for registering to join our community. Hacktoday.net as you know is a community dedicated to pentesting, and programming and IT :) By joining this community you do not share the thought and...- m4sterph0enix
- Thread
- Replies: 0
- Forum: Welcome
-
16 Free E-books to kick-start your Artificial Intelligence Programming
If you have been searching for AI books to help you with a good start then you have come to the right place this book covers the basics to high-end stuff. 1. A Course in Machine Learning Machine learning is the study of computer systems that learn from data and experience. It is applied in an...- m4sterph0enix
- Thread
- Replies: 1
- Forum: Artificial Intelligence