Bug Fix (BoF)

This commit is contained in:
Jonathan Salwan
2012-02-14 16:15:49 +01:00
parent 1c72cbf3af
commit f8a9250820
55 changed files with 116 additions and 112 deletions
+4
View File
@@ -1,2 +1,6 @@
Authors:
* Jonathan Salwan
Contributors:
* Hellman (Bug Fix)
* Axel "0vercl0k" Souchet (Bug Fix)
+4 -4
View File
@@ -1,8 +1,8 @@
##
## RopGadget - Release v3.3.1
## RopGadget - Release v3.3.2
## Jonathan Salwan - http://twitter.com/JonathanSalwan
## http://shell-storm.org
## 2011-11-13
## 2012-02-14
##
## This program is free software; you can redistribute it and/or modify
## it under the terms of the GNU General Public License as published by
@@ -20,8 +20,8 @@
##
$> tar -xf ROPgadget-v3.3.1.tar.gz
$> cd ROPgadget-v3.3.1
$> tar -xf ROPgadget-v3.3.2.tar.gz
$> cd ROPgadget-v3.3.2
$> make
$> su
$> make install
+2 -2
View File
@@ -1,8 +1,8 @@
##
## RopGadget - Release v3.3.1
## RopGadget - Release v3.3.2
## Jonathan Salwan - http://twitter.com/JonathanSalwan
## http://shell-storm.org
## 2011-11-13
## 2012-02-14
##
## This program is free software; you can redistribute it and/or modify
## it under the terms of the GNU General Public License as published by
+2 -2
View File
@@ -1,8 +1,8 @@
/*
** RopGadget - Release v3.3.1
** RopGadget - Release v3.3.2
** Jonathan Salwan - http://twitter.com/JonathanSalwan
** http://shell-storm.org
** 2011-11-13
** 2012-02-14
**
** This program is free software; you can redistribute it and/or modify
** it under the terms of the GNU General Public License as published by
+2 -2
View File
@@ -1,8 +1,8 @@
/*
** RopGadget - Release v3.3.1
** RopGadget - Release v3.3.2
** Jonathan Salwan - http://twitter.com/JonathanSalwan
** http://shell-storm.org
** 2011-11-13
** 2012-02-14
**
** This program is free software; you can redistribute it and/or modify
** it under the terms of the GNU General Public License as published by
+2 -2
View File
@@ -1,8 +1,8 @@
/*
** RopGadget - Release v3.3.1
** RopGadget - Release v3.3.2
** Jonathan Salwan - http://twitter.com/JonathanSalwan
** http://shell-storm.org
** 2011-11-13
** 2012-02-14
**
** This program is free software; you can redistribute it and/or modify
** it under the terms of the GNU General Public License as published by
+2 -2
View File
@@ -1,8 +1,8 @@
/*
** RopGadget - Release v3.3.1
** RopGadget - Release v3.3.2
** Jonathan Salwan - http://twitter.com/JonathanSalwan
** http://shell-storm.org
** 2011-11-13
** 2012-02-14
**
** This program is free software; you can redistribute it and/or modify
** it under the terms of the GNU General Public License as published by
+3 -3
View File
@@ -1,8 +1,8 @@
/*
** RopGadget - Release v3.3.1
** RopGadget - Release v3.3.2
** Jonathan Salwan - http://twitter.com/JonathanSalwan
** http://shell-storm.org
** 2011-11-13
** 2012-02-14
**
** This program is free software; you can redistribute it and/or modify
** it under the terms of the GNU General Public License as published by
@@ -44,7 +44,7 @@ void check_bind_mode(char **argv)
fprintf(stderr, "%sError port%s: need to set port between 1000 and 9999 (For stack padding)\n", RED, ENDC);
exit(EXIT_FAILURE);
}
strcpy(bind_mode.port, argv[i + 1]);
strncpy(bind_mode.port, argv[i + 1], 4);
}
i++;
}
+2 -2
View File
@@ -1,8 +1,8 @@
/*
** RopGadget - Release v3.3.1
** RopGadget - Release v3.3.2
** Jonathan Salwan - http://twitter.com/JonathanSalwan
** http://shell-storm.org
** 2011-11-13
** 2012-02-14
**
** This program is free software; you can redistribute it and/or modify
** it under the terms of the GNU General Public License as published by
+2 -2
View File
@@ -1,8 +1,8 @@
/*
** RopGadget - Release v3.3.1
** RopGadget - Release v3.3.2
** Jonathan Salwan - http://twitter.com/JonathanSalwan
** http://shell-storm.org
** 2011-11-13
** 2012-02-14
**
** This program is free software; you can redistribute it and/or modify
** it under the terms of the GNU General Public License as published by
+2 -2
View File
@@ -1,8 +1,8 @@
/*
** RopGadget - Release v3.3.1
** RopGadget - Release v3.3.2
** Jonathan Salwan - http://twitter.com/JonathanSalwan
** http://shell-storm.org
** 2011-11-13
** 2012-02-14
**
** This program is free software; you can redistribute it and/or modify
** it under the terms of the GNU General Public License as published by
+2 -2
View File
@@ -1,8 +1,8 @@
/*
** RopGadget - Release v3.3.1
** RopGadget - Release v3.3.2
** Jonathan Salwan - http://twitter.com/JonathanSalwan
** http://shell-storm.org
** 2011-11-13
** 2012-02-14
**
** This program is free software; you can redistribute it and/or modify
** it under the terms of the GNU General Public License as published by
+2 -2
View File
@@ -1,8 +1,8 @@
/*
** RopGadget - Release v3.3.1
** RopGadget - Release v3.3.2
** Jonathan Salwan - http://twitter.com/JonathanSalwan
** http://shell-storm.org
** 2011-11-13
** 2012-02-14
**
** This program is free software; you can redistribute it and/or modify
** it under the terms of the GNU General Public License as published by
+2 -2
View File
@@ -1,8 +1,8 @@
/*
** RopGadget - Release v3.3.1
** RopGadget - Release v3.3.2
** Jonathan Salwan - http://twitter.com/JonathanSalwan
** http://shell-storm.org
** 2011-11-13
** 2012-02-14
**
** This program is free software; you can redistribute it and/or modify
** it under the terms of the GNU General Public License as published by
+2 -2
View File
@@ -1,8 +1,8 @@
/*
** RopGadget - Release v3.3.1
** RopGadget - Release v3.3.2
** Jonathan Salwan - http://twitter.com/JonathanSalwan
** http://shell-storm.org
** 2011-11-13
** 2012-02-14
**
** This program is free software; you can redistribute it and/or modify
** it under the terms of the GNU General Public License as published by
+2 -2
View File
@@ -1,8 +1,8 @@
/*
** RopGadget - Release v3.3.1
** RopGadget - Release v3.3.2
** Jonathan Salwan - http://twitter.com/JonathanSalwan
** http://shell-storm.org
** 2011-11-13
** 2012-02-14
**
** This program is free software; you can redistribute it and/or modify
** it under the terms of the GNU General Public License as published by
+2 -2
View File
@@ -1,8 +1,8 @@
/*
** RopGadget - Release v3.3.1
** RopGadget - Release v3.3.2
** Jonathan Salwan - http://twitter.com/JonathanSalwan
** http://shell-storm.org
** 2011-11-13
** 2012-02-14
**
** This program is free software; you can redistribute it and/or modify
** it under the terms of the GNU General Public License as published by
+2 -2
View File
@@ -1,8 +1,8 @@
/*
** RopGadget - Release v3.3.1
** RopGadget - Release v3.3.2
** Jonathan Salwan - http://twitter.com/JonathanSalwan
** http://shell-storm.org
** 2011-11-13
** 2012-02-14
**
** This program is free software; you can redistribute it and/or modify
** it under the terms of the GNU General Public License as published by
+2 -2
View File
@@ -1,8 +1,8 @@
/*
** RopGadget - Release v3.3.1
** RopGadget - Release v3.3.2
** Jonathan Salwan - http://twitter.com/JonathanSalwan
** http://shell-storm.org
** 2011-11-13
** 2012-02-14
**
** This program is free software; you can redistribute it and/or modify
** it under the terms of the GNU General Public License as published by
+2 -2
View File
@@ -1,8 +1,8 @@
/*
** RopGadget - Release v3.3.1
** RopGadget - Release v3.3.2
** Jonathan Salwan - http://twitter.com/JonathanSalwan
** http://shell-storm.org
** 2011-11-13
** 2012-02-14
**
** This program is free software; you can redistribute it and/or modify
** it under the terms of the GNU General Public License as published by
+2 -2
View File
@@ -1,8 +1,8 @@
/*
** RopGadget - Release v3.3.1
** RopGadget - Release v3.3.2
** Jonathan Salwan - http://twitter.com/JonathanSalwan
** http://shell-storm.org
** 2011-11-13
** 2012-02-14
**
** This program is free software; you can redistribute it and/or modify
** it under the terms of the GNU General Public License as published by
+2 -2
View File
@@ -1,8 +1,8 @@
/*
** RopGadget - Release v3.3.1
** RopGadget - Release v3.3.2
** Jonathan Salwan - http://twitter.com/JonathanSalwan
** http://shell-storm.org
** 2011-11-13
** 2012-02-14
**
** This program is free software; you can redistribute it and/or modify
** it under the terms of the GNU General Public License as published by
+2 -2
View File
@@ -1,8 +1,8 @@
/*
** RopGadget - Release v3.3.1
** RopGadget - Release v3.3.2
** Jonathan Salwan - http://twitter.com/JonathanSalwan
** http://shell-storm.org
** 2011-11-13
** 2012-02-14
**
** This program is free software; you can redistribute it and/or modify
** it under the terms of the GNU General Public License as published by
+2 -2
View File
@@ -1,8 +1,8 @@
/*
** RopGadget - Release v3.3.1
** RopGadget - Release v3.3.2
** Jonathan Salwan - http://twitter.com/JonathanSalwan
** http://shell-storm.org
** 2011-11-13
** 2012-02-14
**
** This program is free software; you can redistribute it and/or modify
** it under the terms of the GNU General Public License as published by
+2 -2
View File
@@ -1,8 +1,8 @@
/*
** RopGadget - Release v3.3.1
** RopGadget - Release v3.3.2
** Jonathan Salwan - http://twitter.com/JonathanSalwan
** http://shell-storm.org
** 2011-11-13
** 2012-02-14
**
** This program is free software; you can redistribute it and/or modify
** it under the terms of the GNU General Public License as published by
+2 -2
View File
@@ -1,8 +1,8 @@
/*
** RopGadget - Release v3.3.1
** RopGadget - Release v3.3.2
** Jonathan Salwan - http://twitter.com/JonathanSalwan
** http://shell-storm.org
** 2011-11-13
** 2012-02-14
**
** This program is free software; you can redistribute it and/or modify
** it under the terms of the GNU General Public License as published by
+3 -3
View File
@@ -1,8 +1,8 @@
/*
** RopGadget - Release v3.3.1
** RopGadget - Release v3.3.2
** Jonathan Salwan - http://twitter.com/JonathanSalwan
** http://shell-storm.org
** 2011-11-13
** 2012-02-14
**
** This program is free software; you can redistribute it and/or modify
** it under the terms of the GNU General Public License as published by
@@ -29,7 +29,7 @@ void check_v_mode(char **argv)
{
if (!strcmp(argv[i], "-v"))
{
fprintf(stdout, "%sRopGadget%s - Release v3.3.1\n", RED, ENDC);
fprintf(stdout, "%sRopGadget%s - Release v3.3.2\n", RED, ENDC);
fprintf(stdout, "Jonathan Salwan - twitter @JonathanSalwan\n");
fprintf(stdout, "http://www.shell-storm.org\n");
exit(EXIT_SUCCESS);
+2 -2
View File
@@ -1,8 +1,8 @@
/*
** RopGadget - Release v3.3.1
** RopGadget - Release v3.3.2
** Jonathan Salwan - http://twitter.com/JonathanSalwan
** http://shell-storm.org
** 2011-11-13
** 2012-02-14
**
** This program is free software; you can redistribute it and/or modify
** it under the terms of the GNU General Public License as published by
+2 -2
View File
@@ -1,8 +1,8 @@
/*
** RopGadget - Release v3.3.1
** RopGadget - Release v3.3.2
** Jonathan Salwan - http://twitter.com/JonathanSalwan
** http://shell-storm.org
** 2011-11-13
** 2012-02-14
**
** This program is free software; you can redistribute it and/or modify
** it under the terms of the GNU General Public License as published by
+2 -2
View File
@@ -1,8 +1,8 @@
/*
** RopGadget - Release v3.3.1
** RopGadget - Release v3.3.2
** Jonathan Salwan - http://twitter.com/JonathanSalwan
** http://shell-storm.org
** 2011-11-13
** 2012-02-14
**
** This program is free software; you can redistribute it and/or modify
** it under the terms of the GNU General Public License as published by
+2 -2
View File
@@ -1,8 +1,8 @@
/*
** RopGadget - Release v3.3.1
** RopGadget - Release v3.3.2
** Jonathan Salwan - http://twitter.com/JonathanSalwan
** http://shell-storm.org
** 2011-11-13
** 2012-02-14
**
** This program is free software; you can redistribute it and/or modify
** it under the terms of the GNU General Public License as published by
+2 -2
View File
@@ -1,8 +1,8 @@
/*
** RopGadget - Release v3.3.1
** RopGadget - Release v3.3.2
** Jonathan Salwan - http://twitter.com/JonathanSalwan
** http://shell-storm.org
** 2011-11-13
** 2012-02-14
**
** This program is free software; you can redistribute it and/or modify
** it under the terms of the GNU General Public License as published by
+2 -2
View File
@@ -1,8 +1,8 @@
/*
** RopGadget - Release v3.3.1
** RopGadget - Release v3.3.2
** Jonathan Salwan - http://twitter.com/JonathanSalwan
** http://shell-storm.org
** 2011-11-13
** 2012-02-14
**
** This program is free software; you can redistribute it and/or modify
** it under the terms of the GNU General Public License as published by
+2 -2
View File
@@ -1,8 +1,8 @@
/*
** RopGadget - Release v3.3.1
** RopGadget - Release v3.3.2
** Jonathan Salwan - http://twitter.com/JonathanSalwan
** http://shell-storm.org
** 2011-11-13
** 2012-02-14
**
** This program is free software; you can redistribute it and/or modify
** it under the terms of the GNU General Public License as published by
+2 -2
View File
@@ -1,8 +1,8 @@
/*
** RopGadget - Release v3.3.1
** RopGadget - Release v3.3.2
** Jonathan Salwan - http://twitter.com/JonathanSalwan
** http://shell-storm.org
** 2011-11-13
** 2012-02-14
**
** This program is free software; you can redistribute it and/or modify
** it under the terms of the GNU General Public License as published by
+2 -2
View File
@@ -1,8 +1,8 @@
/*
** RopGadget - Release v3.3.1
** RopGadget - Release v3.3.2
** Jonathan Salwan - http://twitter.com/JonathanSalwan
** http://shell-storm.org
** 2011-11-13
** 2012-02-14
**
** This program is free software; you can redistribute it and/or modify
** it under the terms of the GNU General Public License as published by
+2 -2
View File
@@ -1,8 +1,8 @@
/*
** RopGadget - Release v3.3.1
** RopGadget - Release v3.3.2
** Jonathan Salwan - http://twitter.com/JonathanSalwan
** http://shell-storm.org
** 2011-11-13
** 2012-02-14
**
** This program is free software; you can redistribute it and/or modify
** it under the terms of the GNU General Public License as published by
+2 -2
View File
@@ -1,8 +1,8 @@
/*
** RopGadget - Release v3.3.1
** RopGadget - Release v3.3.2
** Jonathan Salwan - http://twitter.com/JonathanSalwan
** http://shell-storm.org
** 2011-11-13
** 2012-02-14
**
** This program is free software; you can redistribute it and/or modify
** it under the terms of the GNU General Public License as published by
+2 -2
View File
@@ -1,8 +1,8 @@
/*
** RopGadget - Release v3.3.1
** RopGadget - Release v3.3.2
** Jonathan Salwan - http://twitter.com/JonathanSalwan
** http://shell-storm.org
** 2011-11-13
** 2012-02-14
**
** This program is free software; you can redistribute it and/or modify
** it under the terms of the GNU General Public License as published by
+2 -2
View File
@@ -1,8 +1,8 @@
/*
** RopGadget - Release v3.3.1
** RopGadget - Release v3.3.2
** Jonathan Salwan - http://twitter.com/JonathanSalwan
** http://shell-storm.org
** 2011-11-13
** 2012-02-14
**
** This program is free software; you can redistribute it and/or modify
** it under the terms of the GNU General Public License as published by
+2 -2
View File
@@ -1,8 +1,8 @@
/*
** RopGadget - Release v3.3.1
** RopGadget - Release v3.3.2
** Jonathan Salwan - http://twitter.com/JonathanSalwan
** http://shell-storm.org
** 2011-11-13
** 2012-02-14
**
** This program is free software; you can redistribute it and/or modify
** it under the terms of the GNU General Public License as published by
+2 -2
View File
@@ -1,8 +1,8 @@
/*
** RopGadget - Release v3.3.1
** RopGadget - Release v3.3.2
** Jonathan Salwan - http://twitter.com/JonathanSalwan
** http://shell-storm.org
** 2011-11-13
** 2012-02-14
**
** This program is free software; you can redistribute it and/or modify
** it under the terms of the GNU General Public License as published by
+2 -2
View File
@@ -1,8 +1,8 @@
/*
** RopGadget - Release v3.3.1
** RopGadget - Release v3.3.2
** Jonathan Salwan - http://twitter.com/JonathanSalwan
** http://shell-storm.org
** 2011-11-13
** 2012-02-14
**
** This program is free software; you can redistribute it and/or modify
** it under the terms of the GNU General Public License as published by
+2 -2
View File
@@ -1,8 +1,8 @@
/*
** RopGadget - Release v3.3.1
** RopGadget - Release v3.3.2
** Jonathan Salwan - http://twitter.com/JonathanSalwan
** http://shell-storm.org
** 2011-11-13
** 2012-02-14
**
** This program is free software; you can redistribute it and/or modify
** it under the terms of the GNU General Public License as published by
+2 -2
View File
@@ -1,8 +1,8 @@
/*
** RopGadget - Release v3.3.1
** RopGadget - Release v3.3.2
** Jonathan Salwan - http://twitter.com/JonathanSalwan
** http://shell-storm.org
** 2011-11-13
** 2012-02-14
**
** This program is free software; you can redistribute it and/or modify
** it under the terms of the GNU General Public License as published by
+2 -2
View File
@@ -1,8 +1,8 @@
/*
** RopGadget - Release v3.3.1
** RopGadget - Release v3.3.2
** Jonathan Salwan - http://twitter.com/JonathanSalwan
** http://shell-storm.org
** 2011-11-13
** 2012-02-14
**
** This program is free software; you can redistribute it and/or modify
** it under the terms of the GNU General Public License as published by
+2 -2
View File
@@ -1,8 +1,8 @@
/*
** RopGadget - Release v3.3.1
** RopGadget - Release v3.3.2
** Jonathan Salwan - http://twitter.com/JonathanSalwan
** http://shell-storm.org
** 2011-11-13
** 2012-02-14
**
** This program is free software; you can redistribute it and/or modify
** it under the terms of the GNU General Public License as published by
+2 -2
View File
@@ -1,8 +1,8 @@
/*
** RopGadget - Release v3.3.1
** RopGadget - Release v3.3.2
** Jonathan Salwan - http://twitter.com/JonathanSalwan
** http://shell-storm.org
** 2011-11-13
** 2012-02-14
**
** This program is free software; you can redistribute it and/or modify
** it under the terms of the GNU General Public License as published by
+2 -2
View File
@@ -1,8 +1,8 @@
/*
** RopGadget - Release v3.3.1
** RopGadget - Release v3.3.2
** Jonathan Salwan - http://twitter.com/JonathanSalwan
** http://shell-storm.org
** 2011-11-13
** 2012-02-14
**
** This program is free software; you can redistribute it and/or modify
** it under the terms of the GNU General Public License as published by
+2 -2
View File
@@ -1,8 +1,8 @@
/*
** RopGadget - Release v3.3.1
** RopGadget - Release v3.3.2
** Jonathan Salwan - http://twitter.com/JonathanSalwan
** http://shell-storm.org
** 2011-11-13
** 2012-02-14
**
** This program is free software; you can redistribute it and/or modify
** it under the terms of the GNU General Public License as published by
+2 -2
View File
@@ -1,8 +1,8 @@
/*
** RopGadget - Release v3.3.1
** RopGadget - Release v3.3.2
** Jonathan Salwan - http://twitter.com/JonathanSalwan
** http://shell-storm.org
** 2011-11-13
** 2012-02-14
**
** This program is free software; you can redistribute it and/or modify
** it under the terms of the GNU General Public License as published by
+2 -2
View File
@@ -1,8 +1,8 @@
/*
** RopGadget - Release v3.3.1
** RopGadget - Release v3.3.2
** Jonathan Salwan - http://twitter.com/JonathanSalwan
** http://shell-storm.org
** 2011-11-13
** 2012-02-14
**
** This program is free software; you can redistribute it and/or modify
** it under the terms of the GNU General Public License as published by
+2 -2
View File
@@ -1,8 +1,8 @@
/*
** RopGadget - Release v3.3.1
** RopGadget - Release v3.3.2
** Jonathan Salwan - http://twitter.com/JonathanSalwan
** http://shell-storm.org
** 2011-11-13
** 2012-02-14
**
** This program is free software; you can redistribute it and/or modify
** it under the terms of the GNU General Public License as published by
+2 -2
View File
@@ -1,8 +1,8 @@
/*
** RopGadget - Release v3.3.1
** RopGadget - Release v3.3.2
** Jonathan Salwan - http://twitter.com/JonathanSalwan
** http://shell-storm.org
** 2011-11-13
** 2012-02-14
**
** This program is free software; you can redistribute it and/or modify
** it under the terms of the GNU General Public License as published by
+2 -2
View File
@@ -1,8 +1,8 @@
/*
** RopGadget - Release v3.3.1
** RopGadget - Release v3.3.2
** Jonathan Salwan - http://twitter.com/JonathanSalwan
** http://shell-storm.org
** 2011-11-13
** 2012-02-14
**
** This program is free software; you can redistribute it and/or modify
** it under the terms of the GNU General Public License as published by