Home
Forums
New posts
Search forums
What's new
New posts
New resources
New profile posts
Latest activity
Resources
Latest reviews
Search resources
Members
Current visitors
New profile posts
Search profile posts
Verified members
Awards
Advertising
Log in
Register
What's new
Search
Search
Search titles only
By:
Menu
Log in
Register
Install the app
Install
Details For Premium Membership ( 399$ )
TradexPro |
| BICRYPTO
With All Addons ( 149$ ) Version
4.6.8
👉👉 🔗BICRYPTO DEMO 👈👈
credentials:
Email:
[email protected]
Password: 12345678
Payment Method
TradexPro |
With All Addons ( 179$ ) Version
3.1.1
👉👉 🔗Demo: TradexPro- latest-version ( admin )👈👈
👉👉 🔗Demo: TradexPro- latest-version ( frontend )👈👈
credentials:
Email:
[email protected]
Password: 123456
JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an
alternative browser
.
New posts
Search forums
Home
Forums
Spamming
Scama/Letter
Official by Crax.cc
Creating Buffer Overflow exploits
Reply to thread
Message
<blockquote data-quote="Poison_tools" data-source="post: 1249" data-attributes="member: 554"><p><strong>So, today we will create an exploit based on buffer overflow.</strong></p><p><strong>A buffer overflow is a phenomenon that occurs when a computer program writes data outside of the buffer allocated in memory!</strong></p><p><strong></strong></p><p><strong><strong><em>Working with the script</em></strong></strong></p><p><strong></strong></p><p><strong>Let's work with the script, we can take any program, it's best to work with a program in C, C++, C# ( if you have an exe, then I advise you to resort to decompilation ), the UBS v5.0 program is written in Delphi v6, here are the sources:</strong></p><p><strong>[ATTACH=full]459[/ATTACH]</strong></p><p><strong><strong>We have compiled the program!</strong></strong></p><p><strong><strong></strong></strong></p><p><strong><strong>So, I'll try to use another program in C.</strong></strong></p><p><strong><strong>First, let's do a compilation stage in GCC - <a href="https://gcc.gnu.org/releases.html" target="_blank">https://gcc.gnu.org/releases.html</a>, pre-install the sudo apt-get install gcc-multilib library</strong></strong></p><p><strong><em>gcc -g -Wall -Werror -O0 -m32 -fno-stack-protector -z execstack -no-pie -Wl,-z,norelro -mpreferred-stack-boundary=2 -o victim victim.c</em></strong></p></blockquote><p></p>
[QUOTE="Poison_tools, post: 1249, member: 554"] [B]So, today we will create an exploit based on buffer overflow. A buffer overflow is a phenomenon that occurs when a computer program writes data outside of the buffer allocated in memory! [B][I]Working with the script[/I][/B] Let's work with the script, we can take any program, it's best to work with a program in C, C++, C# ( if you have an exe, then I advise you to resort to decompilation ), the UBS v5.0 program is written in Delphi v6, here are the sources: [ATTACH type="full"]459[/ATTACH] [B]We have compiled the program! So, I'll try to use another program in C. First, let's do a compilation stage in GCC - [URL]https://gcc.gnu.org/releases.html[/URL], pre-install the sudo apt-get install gcc-multilib library[/B] [I]gcc -g -Wall -Werror -O0 -m32 -fno-stack-protector -z execstack -no-pie -Wl,-z,norelro -mpreferred-stack-boundary=2 -o victim victim.c[/I][/B] [/QUOTE]
Verification
Post reply
Home
Forums
Spamming
Scama/Letter
Official by Crax.cc
Creating Buffer Overflow exploits
Top