One Hat Cyber Team
Your IP :
216.73.216.216
Server IP :
194.44.31.54
Server :
Linux zen.imath.kiev.ua 4.18.0-553.77.1.el8_10.x86_64 #1 SMP Fri Oct 3 14:30:23 UTC 2025 x86_64
Server Software :
Apache/2.4.37 (Rocky Linux) OpenSSL/1.1.1k
PHP Version :
5.6.40
Buat File
|
Buat Folder
Eksekusi
Dir :
~
/
usr
/
share
/
doc
/
urlview
/
View File Name :
sample.urlview
############################################################################### # Urlview configuration file. # man urlview <Man page> # # Put this file in: $HOME/.urlview # Put url_handler.sh in: /usr/bin # # You can call 'urlview' while in 'mutt' by pressing the Ctrl b keys. # Put these macros in your $HOME/.muttrc file. # # macro index \cb |urlview\n # macro pager \cb |urlview\n # # You can call 'urlview' while in 'tin' by pressing | then a for article, # put urlview as the pipe command. # # Regular expression to use to match URLs. #REGEXP (((http|https|ftp|gopher)|mailto):(//)?[^ >"\t]*|www\.[-a-z0-9.]+)[^ .,;\t>">\):] REGEXP (((http|https|ftp|gopher)|mailto)[.:][^ >"\t]*|www\.[-a-z0-9.]+)[^ .,;\t>">\):] # Command to invoke for selected URL. Use lynx, netscape, or url_handler.sh # shell script. Alternatively, you can leave COMMAND unset and set the BROWSER # environment variable instead. #COMMAND lynx %s #COMMAND netscape -remote 'openURL(%s)' COMMAND url_handler.sh # Quit urlview after launch #QUITONLAUNCH