Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

sort specific extension by date

# recursive sort all php files by descending time
# effective for hunting webshell backdoor
find -type f -name *.php -printf '%T+ %p
' | sort -r
Comment

PREVIOUS NEXT
Code Example
Shell :: download ubports-installer 
Shell :: drush user login 
Shell :: file transfer disabled by policy 
Shell :: sh file get runtime 
Shell :: how to clear linux terminal 
Shell :: ring Change the current directory 
Shell :: html5 parser 
Shell :: git checkout stack 
Shell :: cloudflare localhost tunnel 
Shell :: ansible zypper add repository 
Shell :: get specific version of package 
Shell :: /snap/snap-store/518/usr/bin/snap-store: symbol lookup error: /snap/snap-store/518/gnome-platform/usr/lib/x86_64-linux-gnu/libgtk-3.so.0: undefined symbol: atk_plug_set_child 
Shell :: post clone remove line in file 
Shell :: how to create new repository in github via powershell 
Shell :: why i cant choose to install window 10 pro when installing 
Shell :: tableplus 
Shell :: ????author signature 
Shell :: Odoo 11 Development In Ubuntu 18.04 Using Pycharm 
Shell :: virt manager share folder with virtual machine windows 10 
Shell :: linux mint suspend keybinding cli 
Shell :: how to undo a commit sent that was pushed and keep local changes 
Shell :: what is bash os 
Shell :: how to chop large sequences in linux 
Shell :: using both ca cert and certificate between server and client 
Shell :: install kubernetes plg 
Shell :: screen painting ubuntu 
Shell :: debian bin folder symlink to usr/bin 
Shell :: File "/tmp/pip-install-6MDHCx/sentence-transformers/setup.py", line 3, in 
Shell :: bash sum floating point numbers 
Shell :: ansible use host file flag 
ADD CONTENT
Topic
Content
Source link
Name
4+7 =