One Hat Cyber Team
Your IP :
216.73.217.146
Server IP :
50.6.229.107
Server :
Linux server.hostburly.com 5.14.0-611.38.1.el9_7.x86_64 #1 SMP PREEMPT_DYNAMIC Tue Mar 10 17:21:28 EDT 2026 x86_64
Server Software :
Apache
PHP Version :
8.2.30
Buat File
|
Buat Folder
Eksekusi
Dir :
~
/
home
/
andjemzt
/
www
/
okochas
/
routes
/
Edit File:
web.php
<?php use Illuminate\Support\Facades\Route; /* |-------------------------------------------------------------------------- | Web Routes |-------------------------------------------------------------------------- | | Here is where you can register web routes for your application. These | routes are loaded by the RouteServiceProvider within a group which | contains the "web" middleware group. Now create something great! | */ Route::get('/', function () { return view('dashboard'); }); Route::get('encryptdecrypt', 'LetterController@encryptdecrypt'); Route::post('encryptDecryptText', 'LetterController@encryptDecryptText'); Route::get('encryptdecrypt2', 'LetterController@encryptdecrypt2'); Route::get('encryptdecrypt3', 'LetterController@encryptdecrypt3'); Route::get('decryptencrypt', 'LetterController@decryptencrypt'); Route::get('userlogin', 'RSAController@userlogin'); Route::get('rsaencrypt', 'RSAController@rsaencrypt'); Route::post('rsadecrypt', 'RSAController@rsadecrypt'); Route::get('generatepassword', 'RSAController@generatepassword'); Route::get('decryptpassword', 'RSAController@decryptpassword'); Route::post('rsadecryptpassword', 'RSAController@rsadecryptpassword'); Route::post('lawrencedecryptpassword', 'RSAController@lawrencedecryptpassword'); Route::post('adminlogin', 'RSAController@adminlogin'); Route::get('sha1hashing', 'RSAController@sha1hashing'); Route::post('encryptwithrsa', 'RSAController@encryptwithrsa'); Route::get('rsaencrypts', 'RSAController@rsaencrypts'); Route::post('rsadecrypteds', 'RSAController@rsadecrypteds'); Route::get('encryptlawrence', 'RSAController@encryptlawrence'); Route::post('lawrenceencrypted', 'RSAController@lawrenceencrypted'); Route::post('lawrencedecrypt', 'RSAController@lawrencedecrypt'); Route::get('hashsha1', 'RSAController@hashsha1'); Route::post('sha1hashing', 'RSAController@sha1hashing'); Route::get('dashboard', 'RSAController@dashboard');
Simpan