OXIESEC PANEL
- Current Dir:
/
/
home
/
cubot
/
bin
/
utils
Server IP: 139.59.38.164
Upload:
Create Dir:
Name
Size
Modified
Perms
📁
..
-
02/03/2023 08:06:37 AM
rwxr-xr-x
📄
.auditreport.sh.swp
12 KB
02/03/2023 07:34:08 AM
rw-r--r--
📄
CollectReportData.sh
2.17 KB
02/03/2023 07:34:08 AM
rwxr-xr-x
📄
ComapreCubotTableData.sh
1.06 KB
02/03/2023 07:34:08 AM
rwxr-xr-x
📄
VBox.sh
1.59 KB
02/03/2023 07:34:08 AM
rw-r--r--
📄
auditreport.sh
1.35 KB
02/03/2023 07:34:08 AM
rwxr-xr-x
📄
cleanSRCid.sql
386 bytes
02/03/2023 07:34:08 AM
rw-r--r--
📄
cleancache.sh
8.89 KB
02/03/2023 07:34:08 AM
rwxr-xr-x
📄
compare_database.sh
148 bytes
02/03/2023 07:34:08 AM
rwxr-xr-x
📄
compressCSS.sh
262 bytes
02/03/2023 07:34:08 AM
rwxr-xr-x
📄
compressJS.sh
251 bytes
02/03/2023 07:34:08 AM
rwxr-xr-x
📄
cubbackup.sh
1.43 KB
02/03/2023 07:34:08 AM
rwxr-xr-x
📄
cubbackup_sync.sh
314 bytes
02/03/2023 07:34:08 AM
rwxr-xr-x
📄
cubmonitor.sh
3.77 KB
02/03/2023 07:34:08 AM
rwxr-xr-x
📄
cubotmail
29.64 KB
02/03/2023 07:34:08 AM
rwxr-xr-x
📄
esalesforce.pl
1.87 KB
02/03/2023 07:34:08 AM
rw-r--r--
📄
etl_xform_template.sh
543 bytes
02/03/2023 07:34:08 AM
rwxr-xr-x
📄
killrunaway.sh
609 bytes
02/03/2023 07:34:08 AM
rwxr-xr-x
📄
migrateSharedreports.sh
1.14 KB
02/03/2023 07:34:08 AM
rw-r--r--
📄
mysql2pgsql.perl
40.98 KB
02/03/2023 07:34:08 AM
rwxr-xr-x
📄
removenewlinechar.awk
292 bytes
02/03/2023 07:34:08 AM
rw-r--r--
📄
removenewlinechar.pl
534 bytes
02/03/2023 07:34:08 AM
rw-r--r--
📄
removenewlinechar2.awk
82 bytes
02/03/2023 07:34:08 AM
rw-r--r--
📄
renameCubUser.sh
2.38 KB
02/03/2023 07:34:08 AM
rw-r--r--
📄
sendmail.pl
2.13 KB
02/03/2023 07:34:08 AM
rwxr-xr-x
📄
updatealldb.sh
1.08 KB
02/03/2023 07:34:08 AM
rw-r--r--
📄
yuicompressor-2.4.6.jar
832.85 KB
02/03/2023 07:34:08 AM
rwxr-xr-x
📄
zap
1.86 KB
02/03/2023 07:34:08 AM
rwxr-xr-x
Editing: zap
Close
echo "Getting for DataBase Name ..." if [ $1 == "" ]; then db=coats else db=$1 fi echo "$1 Found." echo "Connecting to mysql $1..." echo "Connected." mysql $db << ! delete from data_series; delete from data_seriesvals; delete from data_seriesids; delete from data_xy; delete from data_modifier; delete from ds_stat; delete from cache_hits; delete from graph_series; delete from graph_access; delete from graph_props; delete from graph_def; delete from graph_notes; delete from graph_status; delete from dash_folder; delete from folder_tree where ft_id not in ( select lu_fldroot from login_users where lu_fldroot is not null); delete from folder_properties where fp_id not in ( select lu_fldroot from login_users where lu_fldroot is not null); delete from folder_access where fa_id not in ( select lu_fldroot from login_users where lu_fldroot is not null); update series_seq set ss_seq = 0; update folder_id_seq set fldid_seq = (select max(lu_fldroot)+1 from login_users where lu_fldroot is not null); update login_conn_id set lc_cid = 101; Delete from alert; Delete from alert_action; Delete from alert_conditions; Delete from alert_details; Delete from alert_event; Delete from alert_evt_dtls; Delete from alert_report; Delete from alert_addr; Delete from notify_addr; Delete from notify_attach; Delete from notify_info; Delete from notify_report; Delete from notify_sch; truncate table login_connects; ! echo "delete from graph_def;" echo "delete from data_series;" echo "delete from data_seriesvals;" echo "delete from data_seriesids;" echo "delete from data_xy;" echo "delete from graph_series;" echo "delete from graph_props;" echo "delete from graph_rowxvals;" echo "delete from cache_hits;" echo "delete from dash_folder;" echo "update series_seq set ss_seq = 0;" echo "truncate table login_connects;" echo "truncate table ds_stat;" echo "Deleteing from folder tables" echo "Zap Completed."