All public logs
Jump to navigation
Jump to search
Combined display of all available logs of OnnoWiki. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
(newest | oldest) View (newer 50 | older 50) (20 | 50 | 100 | 250 | 500)- 20:33, 2 February 2025 Onnowpurbo talk contribs created page SOC vs CISO (Created page with " **CISO (Chief Information Security Officer)** dan **SOC (Security Operations Center)** adalah dua konsep yang berbeda dalam manajemen keamanan siber, meskipun keduanya bekerj...")
- 16:38, 30 January 2025 Onnowpurbo talk contribs created page Mikrotik: Disable Isolasi WiFi dan LAN (Created page with "Untuk menonaktifkan isolasi pada LAN dan WiFi di perangkat MikroTik menggunakan Terminal CLI, Anda dapat mengikuti langkah-langkah berikut ini. Pastikan Anda memiliki akses ad...")
- 07:17, 18 January 2025 Onnowpurbo talk contribs created page FOTO: Edit Metadata Time (Created page with "Berikut adalah langkah-langkah untuk mengedit metadata waktu pada foto menggunakan **ExifTool** di Ubuntu: ==Install ExifTool== Pastikan ExifTool sudah terpasang di Ubuntu. J...")
- 06:51, 18 January 2025 Onnowpurbo talk contribs created page FOTO: Edit Metadata (Created page with "Mengubah lokasi di metadata foto di Ubuntu dapat dilakukan dengan menggunakan alat **ExifTool**. Berikut adalah langkah-langkahnya: ### 1. **Install ExifTool** Buka terminal...")
- 09:11, 7 January 2025 Onnowpurbo talk contribs created page Ssh: remote execute (en) (Created page with "example ssh user1@server1 command1 ssh user1@server1 'command2' ssh user1@server1 'command1 | command2' ssh user1@server1 date ssh user1@server1 'df -H' ssh root@nas01...")
- 09:05, 7 January 2025 Onnowpurbo talk contribs created page Ssh: automatic login (en) (Created page with "Source: http://wp.uberdose.com/2006/10/16/ssh-automatic-login/ * public ssh key, check if the file id_dsa.pub exists ~/.ssh * if id_dsa.pub does not exist in ~/.ssh, execu...")
- 08:49, 7 January 2025 Onnowpurbo talk contribs created page Ssh (en) (Created page with " Secure Shell (SSH) is a network protocol for secure data communication, remote shell services or command execution, and other secure network services between two c...")
- 08:05, 7 January 2025 Onnowpurbo talk contribs created page FIREWALL: iptables: Setup Default (en) (Created page with "If we want to clear all iptables & ip6tables rules and allow all packets to be accepted: iptables -F ip6tables -F iptables -P INPUT ACCEPT iptables -P OUTPUT ACCEPT ipta...")
- 08:04, 7 January 2025 Onnowpurbo talk contribs created page FIREWALL: iptables: Create DMZ (en) (Created page with "Port forwarding for iptables (DMZ) Posted by Steve on Fri 7 Jan 2005 at 10:52 Tags: iptables, networking, port forwarding If you have a network gateway that is running Linux...")
- 08:02, 7 January 2025 Onnowpurbo talk contribs created page FIREWALL: iptables: Create NAT (en) (Created page with "Make sure the 3G connection is well established first. One of the easiest is Using Vodafone Mobile Connect Card Driver For Linux. Afterwards, we can run this Internet Con...")
- 08:01, 7 January 2025 Onnowpurbo talk contribs created page FIREWALL: iptables: Mini howto (en) (Created page with "iptables is a firewall, which is by default installed in almost all Linux distributions, such as Ubuntu, Kubuntu, Xubuntu, Fedora Core, etc. When we in...")
- 07:57, 7 January 2025 Onnowpurbo talk contribs created page FIREWALL: iptables (en) (Created page with "==References== * http://rootbox.or.id/tips/iptables.html ==Interesting Links== * Mini Howto iptables for Firewall * NAT Proxy Script for 3G Modem * iptables: crea...")
- 07:00, 7 January 2025 Onnowpurbo talk contribs created page FIREWALL: Firewall (en) (Created page with " right|200px|thumb| Figure 3.26: A [[firewall prevents a PC from accessing the Internet directly but allows access via a proxy server.]] A m...")
- 06:34, 7 January 2025 Onnowpurbo talk contribs created page SERVER: MailScanner: Installation (en) (Created page with "Setting up MailScanner on Ubuntu may not work as expected. If you have already installed it, it is advisable to remove it first: /etc/init.d/mailscanner stop apt-get remove...")
- 06:28, 7 January 2025 Onnowpurbo talk contribs created page Linux: mailx command (en) (Created page with "Send emails from the command line The mail command is essential and should be available on any Linux server so that various services and other web applications can generate a...")
- 06:24, 7 January 2025 Onnowpurbo talk contribs created page SERVER: SMTP (en) (Created page with "'''SMTP''' (''Simple Mail Transfer Protocol'') is one of the most commonly used protocols for sending electronic mail on the Internet. This protocol is use...")
- 06:19, 7 January 2025 Onnowpurbo talk contribs created page SERVER: IMAP (en) (Created page with "In computing, the Internet Message Access Protocol (IMAP) is a standard Internet protocol used by email clients to retrieve email messages from a mail server via a TCP/IP conn...")
- 06:18, 7 January 2025 Onnowpurbo talk contribs created page SERVER: POP3 (en) (Created page with "'''POP3''' (''Post Office Protocol version 3'') is a protocol used to retrieve electronic mail (email) from an email server. This protocol is closely...")
- 06:17, 7 January 2025 Onnowpurbo talk contribs created page SERVER: List SMTP Servers various ISP (en) (Created page with "The format here uses the Postfix configuration format so that it can be directly cut-and-pasted into the Postfix configuration at `/etc/postfix/main.cf`: relayhost = smtp.te...")
- 06:15, 7 January 2025 Onnowpurbo talk contribs created page SERVER: Squirrelmail (en) (Created page with "SquirrelMail is a standard web-based webmail package written in PHP. It includes built-in pure PHP support for IMAP and SMTP, and all pages are rendered in pure HTML 4.0 (with...")
- 06:13, 7 January 2025 Onnowpurbo talk contribs created page Postfix: How to Limit Emails (en) (Created page with "==Introduction== If you have followed the basic Postfix guide, you will have a simple Postfix email server that is capable of sending and receiving email. However, you might...")
- 06:09, 7 January 2025 Onnowpurbo talk contribs created page Postfix: SMTP Authentication for Clients with DOVECOT (en) (Created page with "==Prepare Dovecot== Edit to prepare Dovecot as an auth server for Postfix: vim /etc/dovecot/conf.d/10-master.conf Ensure: service auth { ... unix_listener /var/s...")
- 06:03, 7 January 2025 Onnowpurbo talk contribs created page Postfix: Limiting Message Size Reception (en) (Created page with "Do, postconf -e message_size_limit=52428800 or edit /etc/postfix/main.cf Example Parameter: message_size_limit = 50000000 Restart /etc/init.d/postfix restart ==Ref...")
- 05:59, 7 January 2025 Onnowpurbo talk contribs created page Postfix: Delivery Speed Control (en) (Created page with "One of the challenges in sending email is how to send them as quickly as possible while also not overwhelming our neighbors with emails. On the client side, the Postfix SMTP...")
- 05:54, 7 January 2025 Onnowpurbo talk contribs created page Dovecot (e) (Created page with "Dovecot is an open-source IMAP and POP3 email server for Linux/UNIX systems, designed with a focus on security. Dovecot is an excellent choice for both small and large install...")
- 05:53, 7 January 2025 Onnowpurbo talk contribs created page Postfix: Installation (en) (Created page with "Install postfix on Ubuntu can be done using the command: apt update apt -y install postfix During the installation process: * Choose Postfix to operate as an...")
- 05:41, 7 January 2025 Onnowpurbo talk contribs created page SERVER: Postfix (en) (Created page with "What is Postfix? It is a mail server developed by Wietse Venema that started life at IBM research as an alternative to the widely used Sendmail program. Now at Google, Wietse...")
- 15:42, 6 January 2025 Onnowpurbo talk contribs created page SERVER: 20 Linux Server Hardening Security Tips (en) (Redirected page to SECURITY: 20 Linux Server Hardening Security Tips (en)) Tag: New redirect
- 15:41, 6 January 2025 Onnowpurbo talk contribs created page VULNERABILITY: w3af (en) (Created page with "W3AF is a feature-rich web attack application and audit framework that aims to detect and exploit web vulnerabilities. The entire application security assessment process is au...")
- 15:36, 6 January 2025 Onnowpurbo talk contribs created page VULNERABILITY: Grabber: Scan Vulnerability (en) (Created page with "Grabber is a web application scanner that detects various types of vulnerabilities on your site. Grabber is simple, not fast but portable, and very adaptable. This software is...")
- 13:01, 6 January 2025 Onnowpurbo talk contribs created page VULNERABILITY: nikto: Check DVWA (en) (Created page with "Nikto is an Open Source web server scanner (GPL) that performs thorough testing on web servers for multiple items, including more than 6700 potentially dangerous files/program...")
- 12:54, 6 January 2025 Onnowpurbo talk contribs created page VULNERABILITY: nikto: Search Web Vulnerability (en) (Created page with "Before attacking any website, it's crucial to conduct good reconnaissance. A few minutes of reconnaissance can save hours of hacking time. Trying various hacking techniques wi...")
- 12:29, 6 January 2025 Onnowpurbo talk contribs created page VULNERABILITY: Web Directory Traversal Vulnerability (en) (Created page with "==Directory Traversal== Directory traversal (or path traversal) is the exploitation of a lack of security validation/sanitization of user-provided file names, such as charact...")
- 12:16, 6 January 2025 Onnowpurbo talk contribs created page VULNERABILITY: Network Target Penetration Testing Planning (en) (Created page with "==Testing Environment and Platform Selection== In this article, we will discuss the testing environment and how we choose the selected platform. Here we will cover the follow...")
- 11:56, 6 January 2025 Onnowpurbo talk contribs created page SECURITY: Basic OS Security (en) (Created page with "==Disable Services== * Disable Remote Desktop * Check active ports nmap -sT -O localhost netstat -tulpn netstat -ntlupa * Check daemons, in Ubuntu, you can use: ap...")
- 11:52, 6 January 2025 Onnowpurbo talk contribs created page SECURITY: 20 Linux Server Hardening Security Tips (en) (Created page with "Securing your Linux server is essential to protect data, copyrights, and time from the malicious hands of crackers. System administrators are responsible for Linux...")
- 11:37, 6 January 2025 Onnowpurbo talk contribs created page SECURITY: Cyber Defence (en) (Created page with "Proactive cyber defense, or active cyber defense (ACD), involves taking preemptive actions to counteract potential cyber attacks on computers and networks. This approach typic...")
- 11:23, 6 January 2025 Onnowpurbo talk contribs created page SECURITY: Network Security (en) (Created page with "==Theory== * Peta Teknologi Network Security * Cyber Defence * http://www.owasp.org/index.php/Category:Principle - Apps Security Principles * Trend Keamanan Interne...")
- 11:20, 6 January 2025 Onnowpurbo talk contribs created page SECURITY: Cyber Security Technology Map (en) (Created page with "==Theory== * Peta Teknologi Network Security * Cyber Defence * http://www.owasp.org/index.php/Category:Principle - Apps Security Principles * Trend Keamanan Interne...")
- 10:20, 6 January 2025 Onnowpurbo talk contribs created page Keamanan Informasi: Manajemen Resiko IT (Redirected page to Manajemen Resiko IT) Tag: New redirect
- 10:20, 6 January 2025 Onnowpurbo talk contribs created page Keamanan Informasi: Incident Management (Redirected page to KI: Incident Management) Tag: New redirect
- 10:19, 6 January 2025 Onnowpurbo talk contribs created page Keamanan Informasi: Framework (Redirected page to KI: Framework) Tag: New redirect
- 10:14, 6 January 2025 Onnowpurbo talk contribs created page OpenSSL: Membuat RootCA (Redirected page to OpenSSL: Membuat RootCA di Ubuntu) Tag: New redirect
- 10:14, 6 January 2025 Onnowpurbo talk contribs created page OpenSSL: Simple Tutorial (Redirected page to OpenSSL: Tutorial Simple) Tag: New redirect
- 10:13, 6 January 2025 Onnowpurbo talk contribs created page OpenSSL: Mengevaluasi Situs e-Banking (Redirected page to Meneropong Situs e-banking) Tag: New redirect
- 10:13, 6 January 2025 Onnowpurbo talk contribs created page GnuPG: Privacy Handbook (Redirected page to GnuPG Privacy Handbook) Tag: New redirect
- 10:12, 6 January 2025 Onnowpurbo talk contribs created page GnuPG: mini howto (Redirected page to GnuPG Mini Howto) Tag: New redirect
- 10:05, 6 January 2025 Onnowpurbo talk contribs created page GnuPG: GNU Privacy Guard (Redirected page to GNU Privacy Guard) Tag: New redirect
- 10:03, 6 January 2025 Onnowpurbo talk contribs created page IDS: OSSEC HIDS: Ubuntu 18.04 installation (Redirected page to OSSEC: Ubuntu 18.04) Tag: New redirect
- 10:01, 6 January 2025 Onnowpurbo talk contribs created page IDS: OSSEC HIDS (Redirected page to OSSEC) Tag: New redirect