Add
This commit is contained in:
parent
2fbbb39987
commit
5c46f44939
|
|
@ -26,6 +26,9 @@
|
||||||
})->name('hacker.csrf.exploit');
|
})->name('hacker.csrf.exploit');
|
||||||
|
|
||||||
// New Route: Clickjacking Exploit Page
|
// New Route: Clickjacking Exploit Page
|
||||||
|
Route::get('/clickjacking', function () {
|
||||||
|
return view('hacker.clickjacking');
|
||||||
|
})->name('hacker.clickjacking');
|
||||||
|
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user