NoSociety.de

#nosoc

  • Page Tools
    Show pageOld revisionsBacklinks
  • Site Tools
    Recent ChangesMedia ManagerSitemap
  • User Tools
    Log In

Search

You can find the results of your search below.

Starts with
  • Exact match
  • Starts with
  • Ends with
  • Contains
@en
  • Any namespace
  • en:linux (20)
  • en:it-security (19)
  • en:windows (14)
  • en:archiv (13)
  • en:software (3)
  • en:irc (2)
  • en:wiki (1)
Any time
  • Any time
  • Past week
  • Past month
  • Past year
Sort by hits
  • Sort by hits
  • Sort by last modified

Matching pagenames:

  • Autostart after Linux reboot

Fulltext results:

n8n installation with Docker Compose @en:linux
8 Hits, Last modified: 20 months ago
{{tag>english startpage linux debian n8n tls}} ====== n8n installation with Docker Compose ====== n8n in... PRUNE_MAX_COUNT=50000 - DB_SQLITE_VACUUM_ON_STARTUP=true volumes: - ${DATA_FOLDER}/.n8n:/... PRUNE_MAX_COUNT=50000 - DB_SQLITE_VACUUM_ON_STARTUP=true #- N8N_LOG_LEVEL=debug #- N8N_... bash> mkdir /somedirectory/n8n </code> ===== 7. start and stop ===== ==== 7.1 Start ==== <code bash>
Obfuscation: polymorphic in-memory decoder @en:it-security:blog
8 Hits, Last modified: 11 months ago
sponding registers had to be renamed. The decoder starts with this instruction: <code asm> _start: jmp short call_decoder ; Begin of JMP-CALL-POP </co... goal here: <code asm [enable_line_numbers="true",start_line_numbers_at="26"]> xor rax, rax mov al, 60h m... change to: <code asm [enable_line_numbers="true",start_line_numbers_at="26"]> xor rax, rax mov rax, gs:[
n8n installation with Docker Compose @en:linux:n8n
7 Hits, Last modified: 22 months ago
PRUNE_MAX_COUNT=50000 - DB_SQLITE_VACUUM_ON_STARTUP=true volumes: - ${DATA_FOLDER}/.n8n:/... PRUNE_MAX_COUNT=50000 - DB_SQLITE_VACUUM_ON_STARTUP=true #- N8N_LOG_LEVEL=debug #- N8N_... bash> mkdir /somedirectory/n8n </code> ===== 7. start and stop ===== ==== 7.1 Start ==== <code bash> sudo docker compose up -d </code> === 7.1.1 Start with
Windows XP Mode for Windows 7 Home @en:archiv:windows:vista
7 Hits, Last modified: 22 months ago
ou will find the item "Windows Virtual PC" under "Start --> All Programs --> Windows Virtual PC". Clickin... ration. The installation of Windows XP should now start in the virtual PC. If you don't know how to insta... system! ===== 3 Configuring Windows XP. ===== Start the virtual computer and log into the system. Fir... on it and in the next window on "Continue". This starts an installation in the virtual computer. At the
FatCat Attack PoC @en:it-security:blog
6 Hits, Last modified: 19 months ago
e ===== - Deactivate AV - Create payload - Start handler - BadUSB attack - Use RemoteShell to ... rantonline.medium.com/flipper-zero-badusb-getting-started-with-duckyscript-f212fcdd5dec)) | |::: | Bypass... d attack ===== ==== Metasploit payload ==== * Start Metasploit * Open cmd <code dos>cmd</code> ... e payload}}] \\ ==== Metasploit Handler ==== * Start Multi Handler Server <code ruby> use exploit/mul
Update UnrealIRCD @en:linux
5 Hits, Last modified: 20 months ago
Let's change to the directory of the new IRCD and start with the configuration. <code bash> cd Unrealx.x... u enable AddressSanitizer, UnrealIRCd may fail to start. So when in doubt, answer 'No'. Do you want to en... t.conf network/yournetwork.network </code> ===== Start Unreal ===== Now we can start the IRCD. <code bash> ./unrealircd start </code>
Buffer overflow in the 64-bit stack - Part 3 @en:it-security:blog
5 Hits, Last modified: 12 months ago
addresses are changed each time the programme is started. === PLT and GOT === PLT (Procedure Linkage T... Debug ===== {{page>en:vorlagen:attention}} ==== Start socat Listener ==== The supplied socat has mecha... process 105836 Mapped address spaces: Start Addr End Addr Size Offset Pe... urther pwntools optimisations and automated socat start can be found in the [[gh>psycore8/nosoc-bof/tree/
Autostart after Linux reboot @en:linux
4 Hits, Last modified: 20 months ago
en the server restarts, certain programmes should start directly. A simple cronjob is sufficient for this... mmand @reboot cd /home/user/programdir; ./program start </code> As a practical example, the automatic start of an IRCD with services: <code bash> # m h dom m... mand @reboot cd /home/psycore/Unreal3.2; ./unreal start @reboot cd /home/psycore/services; ./services </c
Backup Script Linux @en:linux
4 Hits, Last modified: 20 months ago
EnableSQLBackup" = "1" ] then echo "SQL Backup started " `date +'%d.%m.%Y %H:%M:%S'` >$EMSG #date +'... ableCronBackup" = "1" ] then echo "Cron Backup started " `date +'%d.%m.%Y %H:%M:%S'` >>$EMSG #date +... bleFileBackup" = "1" ] then echo "File Backup started " `date +'%d.%m.%Y %H:%M:%S'` >>$EMSG #date +... eCloudBackup" = "1" ] then echo "Cloud Backup started " `date +'%d.%m.%Y %H:%M:%S'` >>$EMSG #date +
Buffer overflow in the 64-bit stack - Part 2 @en:it-security:blog
4 Hits, Last modified: 12 months ago
d 2 gadgets to create the exploit. To do this, we start ropper and display the gadgets <code bash> roppe... xploit. So we load our file into the debugger and start it: <code bash> gdb-peda$ start ... gdb-peda$ p system $1 = {int (const char *)} 0x7ffff7e17920 <__libc... -part2 </code> \\ \\ ==== root Shell ==== Now we start our programme and pass our buffer as an argument.
Privilege escalation: Windows admin thanks to Linux @en:it-security:blog
4 Hits, Last modified: 12 months ago
the boot sequence to the appropriate medium Now start Lubuntu and configure the following: * Change ... > \\ \\ ===== Manipulation of the SAM ===== ==== Start chntpw ==== Now it's time to start the tool we just installed. <code bash> sudo chntpw -i SAM </code> ... shut down. \\ \\ ===== Restart computer ===== To start the computer now, the following things must be se
Shellcode Injection Part 1 @en:it-security:blog
4 Hits, Last modified: 14 months ago
ger}}] \\ \\ ==== Prepare Metasploit ==== Now we start a handler in Metasploit that accepts the reverse ... 61.130 msf6 exploit(multi/handler) > exploit [*] Started reverse TCP handler on 172.23.61.130:445 </code> \\ \\ ==== Execute shellcode ==== We now start ''Inject.exe''and look at the output in Metasploi... in our project and set the macro instructions to start and end the code obfuscation. <code c++ [enable_
Shellcode Injection Part 3 @en:it-security:blog
4 Hits, Last modified: 15 months ago
ecutes a downloaded VBS file. However, we want to start a Python script that creates a Meterpreter shell.... => 4500 resource (/home/kali/nosoc3.rc)> run [*] Started reverse TCP handler on 0.0.0.0:4500 </code> N... everything is ready. \\ \\ ==== Attack ==== Now start the programme on the target PC. {{it-security:bl... for this is also available in the repository. To start, the target PID must be passed as an argument: <
mIRC with SSL @en:irc
3 Hits, Last modified: 20 months ago
d to be installed. To test, simply enter once at startup: <code test> /server irc.server.tld +6697 </cod... the bottom with a tick at the bottom so that it is not shown at every start). is shown at every start).
nmap SMBv1 Scan via Script @en:it-security
3 Hits, Last modified: 20 months ago
king if SMBv1 is supported") status, smbstate = start(host) if(status == false) then return false... SMBv1 and close connection status, smbstate = start(host) if(status == false) then return false... blocking the responses" end end </code> ===== Start scan ===== <code bash> nmap -p139,445 --script s
NTLDR missing Error message @en:windows
3 Hits, Last modified: 22 months ago
Start Microsoft configuration tool @en:windows
3 Hits, Last modified: 20 months ago
Start Registry Editor @en:windows
3 Hits, Last modified: 20 months ago
Obfuscation: ByteSwapping @en:it-security:blog
3 Hits, Last modified: 10 months ago
Shellcode Injection Part 2 @en:it-security:blog
3 Hits, Last modified: 14 months ago
Shellcode Injection Part 4 @en:it-security:blog
3 Hits, Last modified: 13 months ago
Debian Distribution Upgrade - Squeeze to Wheezy @en:linux:debian
3 Hits, Last modified: 22 months ago
Start Registry Editor @en:windows:essentials
3 Hits, Last modified: 22 months ago
Windows Security - Basics @en:windows:security
3 Hits, Last modified: 22 months ago
Event log cannot be opened @en:archiv:windows:vista
3 Hits, Last modified: 20 months ago
Host Discovery with Metasploit database @en:it-security
2 Hits, Last modified: 13 months ago
Secure passwords @en:it-security
2 Hits, Last modified: 20 months ago
SMB Hardening @en:it-security
2 Hits, Last modified: 20 months ago
n8n installation and operation @en:linux
2 Hits, Last modified: 20 months ago
Integration of Collabora Office in OwnCloud @en:linux
2 Hits, Last modified: 20 months ago
Emulated Debian under VMWare @en:linux
2 Hits, Last modified: 20 months ago
Formatting Syntax @en:wiki
2 Hits, Last modified: 22 months ago
Disable User Account Control (UAC) completely @en:windows
2 Hits, Last modified: 20 months ago
Creating a bootable USB stick @en:windows
2 Hits, Last modified: 22 months ago
Password Manager @en:archiv:software
2 Hits, Last modified: 20 months ago
Buffer overflow in the 64-bit stack - part 1 @en:it-security:blog
2 Hits, Last modified: 14 months ago
Obfuscation: Disguise shellcode as UUIDs @en:it-security:blog
2 Hits, Last modified: 9 days ago
MySQL Operating system error number 13 @en:linux:mysql
2 Hits, Last modified: 23 months ago
Debian Fileserver with Samba @en:linux:samba
2 Hits, Last modified: 22 months ago
DefCon-1 @en:archiv
1 Hits, Last modified: 22 months ago
IRC commands 1 @en:irc
1 Hits, Last modified: 20 months ago
IT Security Cheat Sheets @en:it-security
1 Hits, Last modified: 20 months ago
Group Managed Service Accounts @en:it-security
1 Hits, Last modified: 20 months ago
Helpful NMAP scanner commands @en:it-security
1 Hits, Last modified: 20 months ago
Android - Firefox DNS over https @en:linux
1 Hits, Last modified: 20 months ago
Set up iptables @en:linux
1 Hits, Last modified: 20 months ago
Kali Linuxc: apt error - File has unexpected size @en:linux
1 Hits, Last modified: 20 months ago
Wallabag installation under Debian @en:linux
1 Hits, Last modified: 20 months ago
Left-align taskbar under Windows 11 @en:windows
1 Hits, Last modified: 20 months ago
Windows restore points @en:windows
1 Hits, Last modified: 17 months ago
index @en:archiv:coding
1 Hits, Last modified: 20 months ago
index @en:archiv:irc
1 Hits, Last modified: 22 months ago
index @en:archiv:linux
1 Hits, Last modified: 22 months ago
index @en:archiv:tut
1 Hits, Last modified: 21 months ago
index @en:archiv:windows
1 Hits, Last modified: 22 months ago
Set up iptables @en:linux:firewall
1 Hits, Last modified: 20 months ago
MySQL Backup under Linux @en:linux:mysql
1 Hits, Last modified: 20 months ago
Change MySQL passwords @en:linux:mysql
1 Hits, Last modified: 23 months ago
n8n installation and operation @en:linux:n8n
1 Hits, Last modified: 22 months ago
Integration of Collabora Office in OwnCloud @en:linux:owncloud
1 Hits, Last modified: 22 months ago
index @en:software:chaosdll
1 Hits, Last modified: 22 months ago
Password Manager @en:software:passwort_manager
1 Hits, Last modified: 22 months ago
index @en:software:vorlagen
1 Hits, Last modified: 20 months ago
index @en:windows:10
1 Hits, Last modified: 22 months ago
Portal: Windows Essentials @en:windows:essentials
1 Hits, Last modified: 21 months ago
Securely overwrite files that have already been deleted @en:windows:essentials
1 Hits, Last modified: 22 months ago
index @en:windows:net
1 Hits, Last modified: 22 months ago
User account control under Windows Vista @en:windows:security
1 Hits, Last modified: 22 months ago
PCFS - PsyCore Fun Script @en:archiv:coding:msl
1 Hits, Last modified: 22 months ago
index @en:archiv:tut:basics
1 Hits, Last modified: 22 months ago
Move swap file under XP @en:archiv:windows:performance
1 Hits, Last modified: 22 months ago
index @en:archiv:software:razor5:download
1 Hits, Last modified: 20 months ago