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: renameCubUser.sh
Close
#!/bin/sh/ OLD_USER=$1 NEW_USER=$2 update addr_list set al_create_user_id='$NEW_USER' where al_create_user_id='$OLD_USER'; Update alert set alert_uid='$NEW_USER' where alert_uid='$OLD_USER'; Update alert_report set ar_uid='$NEW_USER' where ar_uid='$OLD_USER'; Update cache_hits set ch_user_id='$NEW_USER' where ch_user_id='$OLD_USER'; Update dash_folder set df_uid='$NEW_USER' where df_uid='$OLD_USER'; update datatemplate_users set dtu_userid='$NEW_USER' where dtu_userid='$OLD_USER'; update etl_strpermission set esp_user='$NEW_USER' where esp_user='$OLD_USER'; Update etl_tasklog set etl_runby='$NEW_USER' where etl_runby='$OLD_USER'; Update etl_upload set eul_user='$NEW_USER' where eul_user='$OLD_USER'; Update filter_header set fh_user='$NEW_USER' where fh_user='$OLD_USER'; Update folder_log set fl_user='$NEW_USER' where fl_user='$OLD_USER'; Update graph_access set ga_access='$NEW_USER' where ga_access='$OLD_USER'; Update graph_def set gf_uid='$NEW_USER' where gf_uid='$OLD_USER'; Update graph_notes set gn_user_id='$NEW_USER' where gn_user_id='$OLD_USER'; Update graph_status set uid_a='$NEW_USER' where uid_a='$OLD_USER'; Update login_connects set lc_uid='$NEW_USER' where lc_uid='$OLD_USER'; Update login_history set lh_id='$NEW_USER' where lh_id='$OLD_USER'; Update login_passwd set pw_id='$NEW_USER' where pw_id='$OLD_USER'; Update login_reminder set lr_id='$NEW_USER' where lr_id='$OLD_USER'; Update login_tree set lt_uid='$NEW_USER' where lt_uid='$OLD_USER'; Update login_user_seq set ls_uid='$NEW_USER' where ls_uid='$OLD_USER'; Update login_users set lu_id='$NEW_USER' where lu_id='$OLD_USER'; Update notify_info set ni_create_user_id='$NEW_USER' where ni_create_user_id='$OLD_USER'; Update pass_history set ph_uname='$NEW_USER' where ph_uname='$OLD_USER'; update session_props set sp_userid='$NEW_USER' where sp_userid='$OLD_USER'; Update trn_cub_response set cr_login_id='$NEW_USER' where cr_login_id='$OLD_USER'; Update user_access set ua_uid='$NEW_USER' where ua_uid='$OLD_USER'; update user_content set uc_userid='$NEW_USER' where uc_userid='$OLD_USER'; update user_groups set user_id='$NEW_USER' where user_id='$OLD_USER'; Update user_mtree set um_uid='$NEW_USER' where um_uid='$OLD_USER'; Update user_settings set us_uid='$NEW_USER' where us_uid='$OLD_USER'; Update user_content set uc_userid='$NEW_USER' where uc_userid='$OLD_USER'; Update user_groups set user_id='$NEW_USER' where user_id='$OLD_USER';