⚝
One Hat Cyber Team
⚝
Your IP:
216.73.216.247
Server IP:
45.79.8.107
Server:
Linux localhost 5.15.0-140-generic #150-Ubuntu SMP Sat Apr 12 06:00:09 UTC 2025 x86_64
Server Software:
nginx/1.18.0
PHP Version:
8.1.2-1ubuntu2.21
Buat File
|
Buat Folder
Eksekusi
Dir :
~
/
proc
/
self
/
root
/
usr
/
share
/
augeas
/
lenses
/
dist
/
Edit File: cmdline.aug
(* Module: Cmdline Parses /proc/cmdline and /etc/kernel/cmdline Author: Thomas Weißschuh <thomas.weissschuh@amadeus.com> About: License This file is licensed under the LGPL v2+, like the rest of Augeas. *) module Cmdline = autoload xfm let entry = [ key Rx.word . Util.del_str "=" . store Rx.no_spaces ] | [ key Rx.word ] let lns = (Build.opt_list entry Sep.space)? . del /\n?/ "" let filter = incl "/etc/kernel/cmdline" . incl "/proc/cmdline" let xfm = transform lns filter
Simpan