Tag: Delete
Top 10 E-Commerce Security Threats
Related:
can sqlmap be used for insert,delete and update data SQL injection?
Related:
How to allow only for specific sql injection. PHP
Related:
Nosql injection mongodb driver query
Related:
Reporter-VA Delete old local log files
Hi,
For some time I’ve been uploadin CAS logs directly to reporter and instead of deleting them after processing I’ve just renamed them. Now I’d like to delete these old logs, but can’t find out the correct command to do that.
I’ve tried to use the “access-logs delete” command but can’t find the correct syntax as I’m getting either “No files deleted” or “Invalid path”. Maybe there should be more specific path? But I couldn’t find any related info about directory structure, so I’m currently stuck.
reporter# access-logs list-dirs
/: 0 files
/CAS: 25205 files
reporter# access-logs list-files CAS | more
total 122788
-rw-rw—- 1 rpt_data rpt_data 3970 May 28 14:49 CAS_10.0.0.1_20190517123913.log.gz.done
-rw-rw—- 1 rpt_data rpt_data 2465 May 28 14:48 CAS_10.0.0.1_20190517125448.log.gz.done
reporter# access-logs delete CAS
No files deleted.
reporter# access-logs delete CAS_10.0.0.1_20190517201627.log.gz.done
No files deleted.
reporter# access-logs delete /CAS/CAS_10.0.0.1_20190517201627.log.gz.done
Invalid path: /CAS/CAS_10.0.0.1_20190517201627.log.gz.done
reporter# access-logs delete
Value for ” (<file pattern>):
No files deleted.
reporter# access-logs delete /CAS
Invalid path: /CAS
Thanks for any hint.