python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
Buffer Overflow in C with strtol
I'm trying to get the following C program to execute the win function by making use of a buffer overflow, however, I'm completely stuck as I cannot figure out the correct input.
In this challenge, I w...
goatw
Votes: 0
Answers: 1
Buffer overflow, pointing to the proper address but still not working
So I am trying to implement a buffer overflow to get shell access to a buggy machine.
The machine is
freebsd
little endian byte reading
String length is 200 which causes the overflow.
Now after cons...
aika
Votes: 0
Answers: 0
How to overflow the result through inputs without editing code
#include <stdio.h>
#include <string.h>
char username[64], password[64], hostname[64];
int main(int argc, char **argv) {
char result[256];
if (argc != 4 ||
...

user16439346
Votes: 0
Answers: 1
can you identify any vulerabilty in this C code
Please can someone help me to look into this code and tell if there is a vulnerability? I'm new to the C language and also just started studying ethical hacking.
If there is, can someone tell me the v...

Wale Olokunola
Votes: 0
Answers: 1