Suche
Unten sind die Ergebnisse Ihrer Suche gelistet.
Passende Seitennamen:
Volltextergebnisse:
- Formatting Syntax @en:wiki
- s behaviour can be enabled in the [[doku>config]] file. Hint: If DokuWiki is a link, then it's enabled. ... ?php /** * Customization of the english language file * Copy only the strings that needs to be modifie... for links and [[wiki:deprecated#images_and_other_files|images]] (see below) like this: [[http://php.... es. The whole [[wiki:deprecated#images_and_other_files|image]] and [[wiki:deprecated#links|link]] synta
- Buffer overflow in the 64-bit stack - Part 3 @en:it-security:blog
- h>psycore8/nosoc-bof/tree/main/part-3|Github]]. <file c bof-part3.c> /* Code https://blog.techorganic.c... setbuf(stdout, 0); vuln(); return 0; } </file> \\ \\ ===== Debug ===== {{page>en:vorlagen:att... s write a first exploit to ''write()'' to leak. <file python buf3-stage1.py> #!/usr/bin/env python fro... # POP Argumente buf += p64(constants.STDOUT_FILENO) # stdout buf += p64(bin.got[b'write'])
- Shellcode Injection Part 1 @en:it-security:blog
- cesses and some techniques for obfuscating binary files. In the first part, we look at how to inject she... es it as a threat. You can find all the required files in the [[en:it-security:blog:shellcode_injection... should be in C format | | > shell.c | Save to the file shell.c | <code bash> msfvenom -p windows/shell_... tes. We take this from the ''msfvenom'' output. <file cpp local-process-injection.cpp> #include <stdio.
- Linux Commands Cheatsheet @en:linux
- ete user | | whoami | Output current user | ==== File and directory management ==== ^ Command ^ Commen... | Change owner | | cp -r newdir/* olddir/ | Copy files recursively | | 'cp' -rf dir/{*,.??*} /dir/ | hidden files and aliased cp -i will be copied | | du -hs <dir... tory size | | du -h * %%|%% sort -hr > /home/user/filelist.txt | File list sorted by size | | echo bla >
- IRC Operator commands @en:irc
- Prompts the server to reread the configuration files. IRC Operators only. Syntax: REHA... rname is specified, this is used to rehash config files on servername Only TechAdmins and NetAdmin... The flags are used to rehash other config files, valid flags are: -dccdeny - Rehash... -dynconf - Rehashes UnrealIRCd Config and Network file -restrict - Rehashes chrestrict.conf
- Move swap file under XP @en:archiv:windows:performance
- ====== Move swap file under XP ====== {{template>vorlagen:tutorialdetails|tutname=Auslagerungsdatei ver... b/307886/de}} ===== Introduction ===== The swap file is the area on the hard disk that is used by Wind... "virtual memory". By default, Windows stores this file on the partition where the Windows system files are located. You can improve the performance of Windows
- Update UnrealIRCD @en:linux
- wnload source ===== First we download the source files. The current version is replaced instead of x.x.... op / rename old IRCD ===== To protect the config files, the directory with the obsolete IRCD should be ... ld the default permissions for your configuration files be? (Set this to 0 to disable) It is strongly re... t you use 0600 to prevent unwanted reading of the file [0600] -> If you want, you can manually enter th
- Backing up the sshd @en:linux
- Generating public/private ed25519 key pair. Enter file in which to save the key (/home/user/.ssh/id_ed25... important, **because only the combination of key file and password** enable server access. <code bash>... ode bash>$ wipe id_ed25519 Okay to WIPE 1 regular file ? (Yes/No) yes Operation finished. 1 file wiped and 0 special files ignored in 0 directories, 0 symlink
- Linux backup with rsync @en:linux:backup
- ===== Info ===== A hard link is a reference to a file. A file can therefore have several names, i.e. it can be addressed under several names. This means that... and the disc space is not further restricted. The file would only be deleted when the last link to the file is deleted. It is therefore also possible to delet
- Linux backup with tar @en:linux:backup
- /do not follow links to other partitions * -f : file/it is a file, in this case a file is created The path to the archive can be absolute (/path/... ) or relative (./pa... ode> ===== md5sum ===== Before you download the file from a web server, for example, you should calcul
- Wallabag installation under Debian @en:linux
- ewriteEngine On RewriteCond %{REQUEST_FILENAME} !-f RewriteRule ^(.*)$ app.php [... /IfModule> <IfModule mod_headers.c> <FilesMatch "\\.css$"> Header set Cache-Control "max-age=2592000, public" </FilesMatch> <FilesMatch "\\.(gif|ico|jpe?g|png|svg|webp)$"> Header set Cache-Control "ma
- Wallabag installation under Debian @en:linux:wallabag
- ewriteEngine On RewriteCond %{REQUEST_FILENAME} !-f RewriteRule ^(.*)$ app.php [... /IfModule> <IfModule mod_headers.c> <FilesMatch "\\.css$"> Header set Cache-Control "max-age=2592000, public" </FilesMatch> <FilesMatch "\\.(gif|ico|jpe?g|png|svg|webp)$"> Header set Cache-Control "ma
- ChaosDLL mIRC Script @en:software:chaosdll
- --------------------- alias cd.vlc { if (($vlc.file) || ($vlc.count)) { say $myhead ..::VLC Status::.. say 4Gespielte Datei: 09 $+ $vlc.file say 4PlayCount: 09 $+ $vlc.count ;say $... äuft das Programm? } alias cd.vlcd { if (($vlc.file) || ($vlc.count)) { say $myhead ..::VLC Status::.. say 4Gespielte Datei: 09 $+ $vlc.file say 4Im Verzeichnis: 09 $+ $vlc.filedir
- Backup Script for Windows @en:software
- ----------------------------------- echo packing files... %wd%rar a -m0 -hpPASSWORT -u -t -rr2 -r -ep1... ----- REM %wd%md5sum -b %rar% >> %lf% echo copy files to %BACKDIR% ... STAY TUNED! robocopy %wd% %BAC... ----------------------------------- echo packing files... REM Parameter -p ist das Passwort für die RA... ----- REM %wd%md5sum -b %rar% >> %lf% echo copy files to %BACKDIR% ... STAY TUNED! xcopy /v /y %rar%
- Shellcode Injection Part 3 @en:it-security:blog
- ow how we can use a shellcode injection to load a file via HTTP and then execute it. \\ \\ ===== Code =... assembly === The code executes a downloaded VBS file. However, we want to start a Python script that c... tylus> ;Zeile 143 / +7 marks the beginning of the filename (WindowsAgent.py) lea edx, [esi + 7] ;Zeile... reate the shellcode as ''%%x86 Windows%%'' binary file. We do this with ''%%nasm%%'': <code bash> nasm