Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
stellababy2004
/
cyber
like
0
Running
App
Files
Files
Community
main
cyber
Ctrl+K
Ctrl+K
1 contributor
History:
5 commits
stellababy2004
не работи оправи да работи чатбота моля те на трите еззика - Follow Up Deployment
36b6501
verified
3 months ago
.gitattributes
Safe
1.52 kB
initial commit
3 months ago
README.md
Safe
205 Bytes
промених индекса сега ще ти дам да оправиш и другите файлове etch('openphish.txt') <<<<<<< HEAD .then(r => r.ok ? r.text() : Promise.reject()) .then(text => { window.phishList = text.split('\n').map(u=>u.trim()).filter(Boolean); }) .catch(() => { document.getElementById('phishing-result').innerText = '⚠️ Unable to load list'; document.getElementById('url').disabled = true; }); ======= .then(res => { if (!res.ok) throw new Error('List not found'); return res.text(); }) >>>>>>> bca74ca78fd15384b1f9ff7d21bb805b35f6e0f3 document.getElementById('phishing-form').addEventListener('submit', async e => { e.preventDefault(); const url = document.getElementById('url').value; const norm = url.replace(/^https?:\/\//,'').replace(/\/$/,'').toLowerCase(); const isPhish = window.phishList.includes(norm); const resEl = document.getElementById('phishing-result'); if (isPhish) { resEl.innerText = '⚠️ Dangerous/phishing site!'; resEl.style.color = 'red'; } else { resEl.innerText = '✅ Site appears safe.'; resEl.style.color = 'lime'; } }); - Initial Deployment
3 months ago
index.html
Safe
48 kB
не работи оправи да работи чатбота моля те на трите еззика - Follow Up Deployment
3 months ago
style.css
Safe
388 Bytes
initial commit
3 months ago