Spaces:
Running on CPU Upgrade
Running on CPU Upgrade
File size: 98,817 Bytes
8b568e7 5ec4071 8b568e7 0f98d89 8b568e7 0f98d89 8b568e7 0f98d89 8b568e7 5d61f8e 8b568e7 5d61f8e 8b568e7 079d29a 8b568e7 079d29a 8b568e7 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 477 478 479 480 481 482 483 484 485 486 487 488 489 490 491 492 493 494 495 496 497 498 499 500 501 502 503 504 505 506 507 508 509 510 511 512 513 514 515 516 517 518 519 520 521 522 523 524 525 526 527 528 529 530 531 532 533 534 535 536 537 538 539 540 541 542 543 544 545 546 547 548 549 550 551 552 553 554 555 556 557 558 559 560 561 562 563 564 565 566 567 568 569 570 571 572 573 574 575 576 577 578 579 580 581 582 583 584 585 586 587 588 589 590 591 592 593 594 595 596 597 598 599 600 601 602 603 604 605 606 607 608 609 610 611 612 613 614 615 616 617 618 619 620 621 622 623 624 625 626 627 628 629 630 631 632 633 634 635 636 637 638 639 640 641 642 643 644 645 646 647 648 649 650 651 652 653 654 655 656 657 658 659 660 661 662 663 664 665 666 667 668 669 670 671 672 673 674 675 676 677 678 679 680 681 682 683 684 685 686 687 688 689 690 691 692 693 694 695 696 697 698 699 700 701 702 703 704 705 706 707 708 709 710 711 712 713 714 715 716 717 718 719 720 721 722 723 724 725 726 727 728 729 730 731 732 733 734 735 736 737 738 739 740 741 742 743 744 745 746 747 748 749 750 751 752 753 754 755 756 757 758 759 760 761 762 763 764 765 766 767 768 769 770 771 772 773 774 775 776 777 778 779 780 781 782 783 784 785 786 787 788 789 790 791 792 793 794 795 796 797 798 799 800 801 802 803 804 805 806 807 808 809 810 811 812 813 814 815 816 817 818 819 820 821 822 823 824 825 826 827 828 829 830 831 832 833 834 835 836 837 838 839 840 841 842 843 844 845 846 847 848 849 850 851 852 853 854 855 856 857 858 859 860 861 862 863 864 865 866 867 868 869 870 871 872 873 874 875 876 877 878 879 880 881 882 883 884 885 886 887 888 889 890 891 892 893 894 895 896 897 898 899 900 901 902 903 904 905 906 907 908 909 910 911 912 913 914 915 916 917 918 919 920 921 922 923 924 925 926 927 928 929 930 931 932 933 934 935 936 937 938 939 940 941 942 943 944 945 946 947 948 949 950 951 952 953 954 955 956 957 958 959 960 961 962 963 964 965 966 967 968 969 970 971 972 973 974 975 976 977 978 979 980 981 982 983 984 985 986 987 988 989 990 991 992 993 994 995 996 997 998 999 1000 1001 1002 1003 1004 1005 1006 1007 1008 1009 1010 1011 1012 1013 1014 1015 1016 1017 1018 1019 1020 1021 1022 1023 1024 1025 1026 1027 1028 1029 1030 1031 1032 1033 1034 1035 1036 1037 1038 1039 1040 1041 1042 1043 1044 1045 1046 1047 1048 1049 1050 1051 1052 1053 1054 1055 1056 1057 1058 1059 1060 1061 1062 1063 1064 1065 1066 1067 1068 1069 1070 1071 1072 1073 1074 1075 1076 1077 1078 1079 1080 1081 1082 1083 1084 1085 1086 1087 1088 1089 1090 1091 1092 1093 1094 1095 1096 1097 1098 1099 1100 1101 1102 1103 1104 1105 1106 1107 1108 1109 1110 1111 1112 1113 1114 1115 1116 1117 1118 1119 1120 1121 1122 1123 1124 1125 1126 1127 1128 1129 1130 1131 1132 1133 1134 1135 1136 1137 1138 1139 1140 1141 1142 1143 1144 1145 1146 1147 1148 1149 1150 1151 1152 1153 1154 1155 1156 1157 1158 1159 1160 1161 1162 1163 1164 1165 1166 1167 1168 1169 1170 1171 1172 1173 1174 1175 1176 1177 1178 1179 1180 1181 1182 1183 1184 1185 1186 1187 1188 1189 1190 1191 1192 1193 1194 1195 1196 1197 1198 1199 1200 1201 1202 1203 1204 1205 1206 1207 1208 1209 1210 1211 1212 1213 1214 1215 1216 1217 1218 1219 1220 1221 1222 1223 1224 1225 1226 1227 1228 1229 1230 1231 1232 1233 1234 1235 1236 1237 1238 1239 1240 1241 1242 1243 1244 1245 1246 1247 1248 1249 1250 1251 1252 1253 1254 1255 1256 1257 1258 1259 1260 1261 1262 1263 1264 1265 1266 1267 1268 1269 1270 1271 1272 1273 1274 1275 1276 1277 1278 1279 1280 1281 1282 1283 1284 1285 1286 1287 1288 1289 1290 1291 1292 1293 1294 1295 1296 1297 1298 1299 1300 1301 1302 1303 1304 1305 1306 1307 1308 1309 1310 1311 1312 1313 1314 1315 1316 1317 1318 1319 1320 1321 1322 1323 1324 1325 1326 1327 1328 1329 1330 1331 1332 1333 1334 1335 1336 1337 1338 1339 1340 1341 1342 1343 1344 1345 1346 1347 1348 1349 1350 1351 1352 1353 1354 1355 1356 1357 1358 1359 1360 1361 1362 1363 1364 1365 1366 1367 1368 1369 1370 1371 1372 1373 1374 1375 1376 1377 1378 1379 1380 1381 1382 1383 1384 1385 1386 1387 1388 1389 1390 1391 1392 1393 1394 1395 1396 1397 1398 1399 1400 1401 1402 1403 1404 1405 1406 1407 1408 1409 1410 1411 1412 1413 1414 1415 1416 1417 1418 1419 1420 1421 1422 1423 1424 1425 1426 1427 1428 1429 1430 1431 1432 1433 1434 1435 1436 1437 1438 1439 1440 1441 1442 1443 1444 1445 1446 1447 1448 1449 1450 1451 1452 1453 1454 1455 1456 1457 1458 1459 1460 1461 1462 1463 1464 1465 1466 1467 1468 1469 1470 1471 1472 1473 1474 1475 1476 1477 1478 1479 1480 1481 1482 1483 1484 1485 1486 1487 1488 1489 1490 1491 1492 1493 1494 1495 1496 1497 1498 1499 1500 1501 1502 1503 1504 1505 1506 1507 1508 1509 1510 1511 1512 1513 1514 1515 1516 1517 1518 1519 1520 1521 1522 1523 1524 1525 1526 1527 1528 1529 1530 1531 1532 1533 1534 1535 1536 1537 1538 1539 1540 1541 1542 1543 1544 1545 1546 1547 1548 1549 1550 1551 1552 1553 1554 1555 1556 1557 1558 1559 1560 1561 1562 1563 1564 1565 1566 1567 1568 1569 1570 1571 1572 1573 1574 1575 1576 1577 1578 1579 1580 1581 1582 1583 1584 1585 1586 1587 1588 1589 1590 1591 1592 1593 1594 1595 1596 1597 1598 1599 1600 1601 1602 1603 1604 1605 1606 1607 1608 1609 1610 1611 1612 1613 1614 1615 1616 1617 1618 1619 1620 1621 1622 1623 1624 1625 1626 1627 1628 1629 1630 1631 1632 1633 1634 1635 1636 1637 1638 1639 1640 1641 1642 1643 1644 1645 1646 1647 1648 1649 1650 1651 1652 1653 1654 1655 1656 1657 1658 1659 1660 1661 1662 1663 1664 1665 1666 1667 1668 1669 1670 1671 1672 1673 1674 1675 1676 1677 1678 1679 1680 1681 1682 1683 1684 1685 1686 1687 1688 1689 1690 1691 1692 1693 1694 1695 1696 1697 1698 1699 1700 1701 1702 1703 1704 1705 1706 1707 1708 1709 1710 1711 1712 1713 1714 1715 1716 1717 1718 1719 1720 1721 1722 1723 1724 1725 1726 1727 1728 1729 1730 1731 1732 1733 1734 1735 1736 1737 1738 1739 1740 1741 1742 1743 1744 1745 1746 1747 1748 1749 1750 1751 1752 1753 1754 1755 1756 1757 1758 1759 1760 1761 1762 1763 1764 1765 1766 1767 1768 1769 1770 1771 1772 1773 1774 1775 1776 1777 1778 1779 1780 1781 1782 1783 1784 1785 1786 1787 1788 1789 1790 1791 1792 1793 1794 1795 1796 1797 1798 1799 1800 1801 1802 1803 1804 1805 1806 1807 1808 1809 1810 1811 1812 1813 1814 1815 1816 1817 1818 1819 1820 1821 1822 1823 1824 1825 1826 1827 1828 1829 1830 1831 1832 1833 1834 1835 1836 1837 1838 1839 1840 1841 1842 1843 1844 1845 1846 1847 1848 1849 1850 1851 1852 1853 1854 1855 1856 1857 1858 1859 1860 1861 1862 1863 1864 1865 1866 1867 1868 1869 1870 1871 1872 1873 1874 1875 1876 1877 1878 1879 1880 1881 1882 1883 1884 1885 1886 1887 1888 1889 1890 1891 1892 1893 1894 1895 1896 1897 1898 1899 1900 1901 1902 1903 1904 1905 1906 1907 1908 1909 1910 1911 1912 1913 1914 1915 1916 1917 1918 1919 1920 1921 1922 1923 1924 1925 1926 1927 1928 1929 1930 1931 1932 1933 1934 1935 1936 1937 1938 1939 1940 1941 1942 1943 1944 1945 1946 1947 1948 1949 1950 1951 1952 1953 1954 1955 1956 1957 1958 1959 1960 1961 1962 1963 1964 1965 1966 1967 1968 1969 1970 1971 1972 1973 1974 1975 1976 1977 1978 1979 1980 1981 1982 1983 1984 1985 1986 1987 1988 1989 1990 1991 1992 1993 1994 1995 1996 1997 1998 1999 2000 2001 2002 2003 2004 2005 2006 2007 2008 2009 2010 2011 2012 2013 2014 2015 2016 2017 2018 2019 2020 2021 2022 2023 2024 2025 2026 2027 2028 2029 2030 2031 2032 2033 2034 2035 2036 2037 2038 2039 2040 2041 2042 2043 2044 2045 2046 2047 2048 2049 2050 2051 2052 2053 2054 2055 2056 2057 2058 2059 2060 2061 2062 2063 2064 2065 2066 2067 2068 2069 2070 2071 2072 2073 2074 2075 2076 2077 2078 2079 2080 2081 2082 2083 2084 2085 2086 2087 2088 2089 2090 2091 2092 2093 2094 2095 2096 2097 2098 2099 2100 2101 2102 2103 2104 2105 2106 2107 2108 2109 2110 2111 2112 2113 2114 2115 2116 2117 2118 2119 2120 2121 2122 2123 2124 2125 2126 2127 2128 2129 2130 2131 2132 2133 2134 2135 2136 2137 2138 2139 2140 2141 2142 2143 2144 2145 2146 2147 2148 2149 2150 2151 2152 2153 2154 2155 2156 2157 2158 2159 2160 2161 2162 2163 2164 2165 2166 2167 2168 2169 2170 2171 2172 2173 2174 2175 2176 2177 2178 2179 2180 2181 2182 2183 2184 2185 2186 2187 2188 2189 2190 2191 2192 2193 2194 2195 2196 2197 2198 2199 2200 2201 2202 2203 2204 2205 2206 2207 2208 2209 2210 2211 2212 2213 2214 2215 2216 2217 2218 2219 2220 2221 2222 2223 2224 2225 2226 2227 2228 2229 2230 2231 2232 2233 2234 2235 2236 2237 2238 2239 2240 2241 2242 2243 2244 2245 2246 2247 2248 2249 2250 2251 2252 2253 2254 2255 2256 2257 2258 2259 2260 2261 2262 2263 2264 2265 2266 2267 2268 2269 2270 2271 2272 2273 2274 2275 2276 2277 2278 2279 2280 2281 2282 2283 2284 2285 2286 2287 2288 2289 2290 2291 2292 2293 2294 2295 2296 2297 2298 2299 2300 2301 2302 2303 2304 2305 2306 2307 2308 2309 2310 2311 2312 2313 2314 2315 2316 2317 2318 2319 2320 2321 2322 2323 2324 2325 2326 2327 2328 2329 2330 2331 2332 2333 2334 2335 2336 2337 2338 2339 2340 2341 2342 2343 2344 2345 2346 2347 2348 2349 2350 2351 2352 2353 2354 2355 2356 2357 2358 2359 2360 2361 2362 2363 2364 2365 2366 2367 2368 2369 2370 2371 2372 2373 2374 2375 2376 2377 2378 2379 2380 2381 2382 2383 2384 2385 2386 2387 2388 2389 2390 2391 2392 2393 2394 2395 2396 2397 2398 2399 2400 2401 2402 2403 2404 2405 2406 2407 2408 2409 2410 2411 2412 2413 2414 2415 2416 2417 2418 2419 2420 2421 2422 2423 2424 2425 2426 2427 2428 2429 2430 2431 2432 2433 2434 2435 2436 2437 2438 2439 2440 2441 2442 2443 2444 2445 2446 2447 2448 2449 2450 2451 2452 2453 2454 2455 2456 2457 2458 2459 2460 2461 2462 2463 2464 2465 2466 2467 2468 2469 2470 2471 2472 2473 2474 2475 2476 2477 2478 2479 2480 2481 2482 2483 2484 2485 2486 2487 2488 2489 2490 2491 2492 2493 2494 2495 2496 2497 2498 2499 2500 2501 2502 2503 2504 2505 2506 2507 2508 2509 2510 2511 2512 2513 2514 2515 2516 2517 2518 2519 2520 2521 2522 2523 2524 2525 2526 2527 2528 2529 2530 2531 2532 2533 2534 2535 2536 2537 2538 2539 2540 2541 2542 2543 2544 2545 2546 2547 2548 2549 2550 2551 2552 2553 2554 2555 2556 2557 2558 2559 2560 2561 2562 2563 2564 2565 2566 2567 2568 2569 2570 2571 2572 2573 2574 2575 2576 2577 2578 2579 2580 2581 2582 2583 2584 2585 2586 2587 2588 | from flask import (
Flask, Blueprint, request, jsonify, current_app, send_from_directory,
send_file, render_template, abort, g, Response, make_response
)
api_bp = Blueprint("api", __name__)
import sys
import os
import re
import time
import json
import math
import uuid
import html
import io
import hashlib
import sqlite3
import socket
import ssl
import base64
import bcrypt
import jwt
import requests
import urllib3
import ipaddress
import queue
import threading
import statistics
import itertools
import traceback
import concurrent.futures
from datetime import datetime, timezone, timedelta
from typing import Any, Callable, Literal
from collections import defaultdict
from functools import wraps
from urllib.parse import urljoin, urlparse
from dotenv import load_dotenv
load_dotenv()
BASE_DIR = os.path.abspath(os.path.join(os.path.dirname(__file__), '..'))
BACKEND_DIR = os.path.join(BASE_DIR, 'backend')
if BASE_DIR not in sys.path:
sys.path.insert(0, BASE_DIR)
if BACKEND_DIR not in sys.path:
sys.path.insert(0, BACKEND_DIR)
from bs4 import BeautifulSoup
from celery import Celery
from celery.schedules import crontab
from scanners.base_scanner import (
active_scan_logs, add_log, get_scan_logs, parse_domain,
cleanup_scan_logs, schedule_log_cleanup, emit_scan_progress
)
from scanners import get_pipeline, get_phases, build_scanner, apply_scan_options
try:
from backend.utils.fuzzer_engine import ContextAwareFuzzer
except ImportError:
from utils.fuzzer_engine import ContextAwareFuzzer
from cryptography import x509
from cryptography.hazmat.backends import default_backend
import stripe
from werkzeug.utils import secure_filename
from flask_cors import CORS
from flask_limiter import Limiter
from flask_limiter.util import get_remote_address
from flask_socketio import SocketIO, emit, join_room, leave_room
from flask_sqlalchemy import SQLAlchemy
from markupsafe import escape
from reportlab.lib import colors
from reportlab.lib.pagesizes import letter
from reportlab.lib.styles import getSampleStyleSheet, ParagraphStyle
from reportlab.pdfgen import canvas
from reportlab.platypus import (
SimpleDocTemplate, Paragraph, Spacer, Table, TableStyle, PageBreak, Image, Flowable
)
from reportlab.graphics.shapes import Drawing
from reportlab.graphics.charts.barcharts import VerticalBarChart
from sqlalchemy import event, func, inspect, text
from sqlalchemy.engine import Engine
try:
from backend.utils.email_service import (
send_welcome_email,
send_scan_started,
send_scan_completed,
send_scan_failed,
send_critical_alert
)
except ImportError:
from utils.email_service import (
send_welcome_email,
send_scan_started,
send_scan_completed,
send_scan_failed,
send_critical_alert
)
try:
from .extensions import db, celery, socketio, limiter, cache
from .models import *
from .middleware import *
from .scanners_core import *
except ImportError:
from extensions import db, celery, socketio, limiter, cache
from models import *
from middleware import *
from scanners_core import *
# --- From auth.py ---
auth_bp = Blueprint('auth', __name__)
JWT_SECRET = os.getenv('JWT_SECRET', 'fallback_secret')
JWT_EXPIRY_MINUTES = int(os.getenv('JWT_EXPIRY_MINUTES', '1440'))
JWT_REFRESH_EXPIRY_DAYS = int(os.getenv('JWT_REFRESH_EXPIRY_DAYS', '7'))
# Account lockout config
MAX_LOGIN_ATTEMPTS = 5
LOCKOUT_MINUTES = 15
def format_iso_timestamp(dt):
if not dt:
return None
if isinstance(dt, str):
return dt
if dt.tzinfo is not None:
return dt.isoformat()
return dt.isoformat() + 'Z'
def token_required(f):
@wraps(f)
def decorated(*args, **kwargs):
token = None
if 'X-API-Key' in request.headers:
api_key = request.headers['X-API-Key']
org = Organization.query.filter_by(api_key=api_key).first()
if org:
org_admin = User.query.filter_by(org_id=org.id, role='org_admin').first()
if org_admin:
return f(org_admin, *args, **kwargs)
else:
return jsonify({'message': 'No organization admin found for this API key!'}), 401
else:
return jsonify({'message': 'Invalid API Key!'}), 401
if 'Authorization' in request.headers:
auth_header = request.headers['Authorization']
if auth_header.startswith('Bearer '):
token = auth_header.split(' ')[1]
if not token:
return jsonify({'message': 'Authentication token is missing!'}), 401
try:
data = jwt.decode(token, JWT_SECRET, algorithms=['HS256'])
# Reject refresh tokens used as access tokens
if data.get('type') != 'access':
return jsonify({'message': 'Invalid token type - use access token!'}), 401
current_user = db.session.get(User, data['user_id'])
if not current_user:
return jsonify({'message': 'Invalid authentication session!'}), 401
except jwt.ExpiredSignatureError:
return jsonify({'message': 'Token has expired!'}), 401
except jwt.InvalidTokenError:
return jsonify({'message': 'Invalid token!'}), 401
return f(current_user, *args, **kwargs)
return decorated
def admin_required(f):
@wraps(f)
def decorated(*args, **kwargs):
token = None
if 'Authorization' in request.headers:
auth_header = request.headers['Authorization']
if auth_header.startswith('Bearer '):
token = auth_header.split(' ')[1]
if not token:
return jsonify({'message': 'Authentication token is missing!'}), 401
try:
data = jwt.decode(token, JWT_SECRET, algorithms=['HS256'])
if data.get('type') != 'access':
return jsonify({'message': 'Invalid token type - use access token!'}), 401
current_user = db.session.get(User, data['user_id'])
if not current_user:
return jsonify({'message': 'Invalid authentication session!'}), 401
if current_user.role != 'super_admin':
return jsonify({'message': 'Admin privileges required!'}), 403
except jwt.ExpiredSignatureError:
return jsonify({'message': 'Token has expired!'}), 401
except jwt.InvalidTokenError:
return jsonify({'message': 'Invalid token!'}), 401
return f(current_user, *args, **kwargs)
return decorated
def _generate_tokens(user_id: str) -> dict:
now = datetime.now(timezone.utc)
access_token = jwt.encode({
'user_id': user_id,
'type': 'access',
'iat': now,
'exp': now + timedelta(minutes=JWT_EXPIRY_MINUTES),
}, JWT_SECRET, algorithm='HS256')
refresh_token = jwt.encode({
'user_id': user_id,
'type': 'refresh',
'iat': now,
'exp': now + timedelta(days=JWT_REFRESH_EXPIRY_DAYS),
}, JWT_SECRET, algorithm='HS256')
return {'access_token': access_token, 'refresh_token': refresh_token}
def _is_account_locked(user) -> tuple[bool, int]:
# Disabled account lockout mechanism per user request
return False, 0
def _record_failed_attempt(user):
user.failed_login_attempts = (user.failed_login_attempts or 0) + 1
if user.failed_login_attempts >= MAX_LOGIN_ATTEMPTS:
user.locked_until = datetime.now(timezone.utc) + timedelta(minutes=LOCKOUT_MINUTES)
db.session.commit()
def _reset_lockout(user):
user.failed_login_attempts = 0
user.locked_until = None
db.session.commit()
# --- RBAC Decorators ---
def require_role(roles):
def decorator(f):
@wraps(f)
def decorated_function(*args, **kwargs):
user = getattr(g, 'user', None)
if not user and args:
user = args[0]
if not user:
return jsonify({'message': 'Authentication required'}), 401
if user.role not in roles:
return jsonify({'message': 'Insufficient permissions'}), 403
return f(*args, **kwargs)
return decorated_function
return decorator
@auth_bp.route('/register', methods=['POST'])
@limiter.limit("5 per hour")
def register():
data = request.get_json() or {}
raw_email = data.get('email')
password = data.get('password')
if not raw_email or not password:
return jsonify({'message': 'Email and password are required!'}), 400
email_clean = str(raw_email).strip().lower()
if len(password) < 8:
return jsonify({'message': 'Password must be at least 8 characters!'}), 400
if User.query.filter(func.lower(User.email) == email_clean).first():
return jsonify({'message': 'User with this email already exists!'}), 400
try:
org_name = email_clean.split('@')[0].capitalize() + " Organization"
new_org = Organization(name=org_name)
db.session.add(new_org)
db.session.flush()
new_user = User(email=email_clean, org_id=new_org.id)
new_user.set_password(password)
db.session.add(new_user)
db.session.flush()
alert_settings = AlertSettings(user_id=new_user.id)
db.session.add(alert_settings)
db.session.commit()
try:
send_welcome_email(email, org_name)
except Exception as e:
print(f"[Email] Failed to send welcome email: {e}")
tokens = _generate_tokens(new_user.id)
return jsonify({
'message': 'Registration successful!',
**tokens,
'user': {
'id': new_user.id,
'email': new_user.email,
'role': new_user.role,
'org_id': new_user.org_id
}
}), 201
except Exception as e:
db.session.rollback()
return jsonify({'message': f'Server error: {str(e)}'}), 500
@auth_bp.route('/login', methods=['POST'])
@limiter.limit("10 per minute")
def login():
data = request.get_json() or {}
raw_email = data.get('email')
password = data.get('password')
if not raw_email or not password:
return jsonify({'message': 'Email and password are required!'}), 400
email_clean = str(raw_email).strip().lower()
user = User.query.filter(func.lower(User.email) == email_clean).first()
# BUG-5 / SEC-1 FIX: Check lockout BEFORE verifying password.
# Previously the order was reversed - a locked account would still call
# check_password() and _record_failed_attempt(), incrementing the counter
# and creating a timing side-channel revealing account existence.
if user:
locked, remaining = _is_account_locked(user)
if locked:
return jsonify({
'message': f'Account locked due to too many failed attempts. Try again in {remaining} seconds.',
'retry_after': remaining,
}), 429
if not user or not user.check_password(password):
if user:
_record_failed_attempt(user)
# Return identical message for both "user not found" and "wrong password"
# to prevent user enumeration via error messages
return jsonify({'message': 'Invalid email or password!'}), 401
_reset_lockout(user)
log = AuditLog(admin_id=user.id, action=f"User {user.email} logged in", target_id=user.id)
db.session.add(log)
db.session.commit()
org_name = None
if user.org_id:
org = db.session.get(Organization, user.org_id)
if org:
org_name = org.name
tokens = _generate_tokens(user.id)
resp = make_response(jsonify({
'message': 'Login successful!',
**tokens,
'user': {
'id': user.id,
'email': user.email,
'role': user.role,
'subscription_tier': user.subscription_tier,
'org_id': user.org_id,
'org_name': org_name
}
}), 200)
# Set refresh token as HttpOnly cookie (30 days) so it survives localStorage
# clears and tab closures without being accessible to JS (XSS protection)
resp.set_cookie(
'wss_refresh',
tokens['refresh_token'],
httponly=True,
secure=False, # set True in production with HTTPS
samesite='Lax',
max_age=60 * 60 * 24 * JWT_REFRESH_EXPIRY_DAYS,
path='/api/auth/refresh'
)
return resp
@auth_bp.route('/refresh', methods=['POST'])
def refresh():
data = request.get_json() or {}
# Accept refresh token from JSON body OR HttpOnly cookie (fallback)
refresh_token = data.get('refresh_token') or request.cookies.get('wss_refresh')
if not refresh_token:
return jsonify({'message': 'Refresh token is required!'}), 400
try:
payload = jwt.decode(refresh_token, JWT_SECRET, algorithms=['HS256'])
if payload.get('type') != 'refresh':
return jsonify({'message': 'Invalid token type!'}), 401
user = db.session.get(User, payload['user_id'])
if not user:
return jsonify({'message': 'User not found!'}), 401
tokens = _generate_tokens(user.id)
resp = make_response(jsonify({'message': 'Tokens refreshed!', **tokens}), 200)
# Rotate the cookie too
resp.set_cookie(
'wss_refresh',
tokens['refresh_token'],
httponly=True,
secure=False,
samesite='Lax',
max_age=60 * 60 * 24 * JWT_REFRESH_EXPIRY_DAYS,
path='/api/auth/refresh'
)
return resp
except jwt.ExpiredSignatureError:
return jsonify({'message': 'Refresh token has expired! Please login again.'}), 401
except jwt.InvalidTokenError:
return jsonify({'message': 'Invalid refresh token!'}), 401
@auth_bp.route('/profile', methods=['GET'])
@token_required
def get_profile(current_user):
org_name = None
if current_user.org_id:
org = db.session.get(Organization, current_user.org_id)
if org:
org_name = org.name
return jsonify({
'user': {
'id': current_user.id,
'email': current_user.email,
'first_name': getattr(current_user, 'first_name', ''),
'last_name': getattr(current_user, 'last_name', ''),
'role': current_user.role,
'org_name': org_name,
'subscription_tier': current_user.subscription_tier,
'subscription_status': getattr(current_user, 'subscription_status', 'active'),
'created_at': current_user.created_at.isoformat() + 'Z' if current_user.created_at else None,
'org_id': current_user.org_id,
'org_name': org_name
}
}), 200
@auth_bp.route('/password', methods=['PUT'])
@token_required
@limiter.limit("50 per hour")
def update_password(current_user):
if current_user.role in ('soc_analyst', 'executive_user'):
return jsonify({'message': 'Permission denied. Please contact your organization administrator to change your password.'}), 403
data = request.get_json() or {}
current_password = data.get('currentPassword')
new_password = data.get('newPassword')
if not current_password or not new_password:
return jsonify({'message': 'Missing required fields'}), 400
print(f"DEBUG: Password change for {current_user.email}, provided current password: '{current_password}'")
is_valid = current_user.check_password(current_password)
print(f"DEBUG: check_password returned {is_valid}")
if not is_valid:
# We can also rate limit or add lockout here if desired,
# but the route limiter handles basic brute force prevention.
return jsonify({'message': 'Incorrect current password'}), 401
if len(new_password) < 6:
return jsonify({'message': 'New password must be at least 6 characters'}), 400
current_user.set_password(new_password)
db.session.commit()
# Log the action
log = AuditLog(admin_id=current_user.id, action="Changed password", target_id=current_user.org_id)
db.session.add(log)
db.session.commit()
return jsonify({'message': 'Password updated successfully'}), 200
@auth_bp.route('/organizations/<org_id>/users', methods=['GET'])
@token_required
def get_org_users(current_user, org_id):
if current_user.role not in ['super_admin', 'admin'] and current_user.org_id != org_id:
return jsonify({'message': 'Unauthorized access to organization users.'}), 403
org_users = User.query.filter_by(org_id=org_id).filter(User.role != 'super_admin').all()
return jsonify({
'users': [{
'id': u.id,
'email': u.email,
'role': u.role,
'first_name': u.first_name,
'last_name': u.last_name,
'created_at': u.created_at.isoformat() + 'Z' if u.created_at else None,
'status': 'Active' if getattr(u, 'is_active', True) else 'Suspended'
} for u in org_users]
}), 200
@auth_bp.route('/users/invite', methods=['POST'])
@token_required
def invite_user(current_user):
if current_user.role not in ('org_admin', 'super_admin', 'admin'):
return jsonify({'message': 'Permission denied'}), 403
data = request.get_json()
email = data.get('email')
role = data.get('role', 'soc_analyst')
first_name = data.get('first_name')
last_name = data.get('last_name')
if not email:
return jsonify({'message': 'Email is required'}), 400
existing_user = User.query.filter_by(email=email).first()
if existing_user:
return jsonify({'message': 'User already exists'}), 400
import string, random
# Use provided password or generate a temporary password
provided_password = data.get('password')
temp_password = provided_password if provided_password else ''.join(random.choices(string.ascii_letters + string.digits, k=10))
try:
new_user = User(
id=str(uuid.uuid4()),
email=email,
role=role,
org_id=current_user.org_id,
first_name=first_name,
last_name=last_name
)
new_user.set_password(temp_password)
db.session.add(new_user)
log = AuditLog(admin_id=current_user.id, action=f"Invited user {email} with role {role}", target_id=current_user.org_id)
db.session.add(log)
db.session.commit()
return jsonify({
'message': 'User invited successfully',
'temp_password': temp_password,
'user': {
'id': new_user.id,
'email': new_user.email,
'role': new_user.role,
'status': 'Active'
}
}), 201
except Exception as e:
db.session.rollback()
import traceback
error_info = traceback.format_exc()
return jsonify({'message': f'Server error: {str(e)}\n\nTraceback:\n{error_info}'}), 500
@auth_bp.route('/users/<user_id>/role', methods=['PUT'])
@token_required
def update_user_role(current_user, user_id):
if current_user.role not in ('org_admin', 'super_admin', 'admin'):
return jsonify({'message': 'Permission denied'}), 403
user = db.session.get(User, user_id)
if not user:
return jsonify({'message': 'User not found'}), 404
if current_user.role == 'org_admin' and user.org_id != current_user.org_id:
return jsonify({'message': 'Permission denied. Cannot modify users outside your organization.'}), 403
data = request.get_json()
new_role = data.get('role')
new_org_id = data.get('org_id')
if not new_role:
return jsonify({'message': 'Role is required'}), 400
user.role = new_role
if new_org_id is not None:
user.org_id = new_org_id if new_org_id != '' else None
log = AuditLog(admin_id=current_user.id, action=f"Updated role to {new_role}", target_id=user.id)
db.session.add(log)
db.session.commit()
return jsonify({'message': 'User details updated successfully'}), 200
@auth_bp.route('/users/<user_id>/credentials', methods=['PUT'])
@token_required
def update_user_credentials(current_user, user_id):
if current_user.role not in ('org_admin', 'super_admin', 'admin'):
return jsonify({'message': 'Permission denied'}), 403
user = db.session.get(User, user_id)
if not user:
return jsonify({'message': 'User not found'}), 404
if current_user.role == 'org_admin' and user.org_id != current_user.org_id:
return jsonify({'message': 'Permission denied. Cannot modify users outside your organization.'}), 403
data = request.get_json()
new_email = data.get('email')
new_password = data.get('password')
first_name = data.get('first_name')
last_name = data.get('last_name')
updates = []
if new_email and new_email != user.email:
# Check if new email is already taken
existing_user = User.query.filter_by(email=new_email).first()
if existing_user:
return jsonify({'message': 'Email already in use'}), 400
user.email = new_email
updates.append('email')
if new_password:
user.set_password(new_password)
updates.append('password')
if first_name is not None and first_name != user.first_name:
user.first_name = first_name
updates.append('first_name')
if last_name is not None and last_name != user.last_name:
user.last_name = last_name
updates.append('last_name')
if updates:
log = AuditLog(admin_id=current_user.id, action=f"Updated user {user.id} credentials ({', '.join(updates)})", target_id=user.id)
db.session.add(log)
db.session.commit()
return jsonify({'message': 'User credentials updated successfully'}), 200
@auth_bp.route('/organizations/<org_id>/quotas', methods=['GET', 'POST'])
@token_required
def manage_org_quotas(current_user, org_id):
if request.method == 'POST' and current_user.role not in ['super_admin', 'admin']:
return jsonify({'message': 'Permission denied'}), 403
if request.method == 'GET':
quotas = OrganizationScanQuota.query.filter_by(org_id=org_id).all()
quota_dict = {q.scan_type: q for q in quotas}
default_types = ['Quick', 'Advanced', 'Deep']
result = []
for stype in default_types:
if stype in quota_dict:
q = quota_dict[stype]
result.append({
'scan_type': q.scan_type,
'allocated_count': q.allocated_count,
'used_count': q.used_count
})
else:
result.append({
'scan_type': stype,
'allocated_count': 0,
'used_count': 0
})
# Return only standard scan types (Quick, Advanced, Deep)
return jsonify({'quotas': result}), 200
if request.method == 'POST':
data = request.get_json()
scan_type = data.get('scan_type')
count = data.get('count')
if not scan_type or count is None:
return jsonify({'message': 'scan_type and count are required'}), 400
try:
count = int(count)
except ValueError:
return jsonify({'message': 'count must be an integer'}), 400
quota = OrganizationScanQuota.query.filter_by(org_id=org_id, scan_type=scan_type).first()
if not quota:
quota = OrganizationScanQuota(org_id=org_id, scan_type=scan_type, allocated_count=count)
db.session.add(quota)
else:
quota.allocated_count += count
db.session.commit()
return jsonify({'message': 'Scan quota updated successfully'}), 200
@auth_bp.route('/organizations', methods=['GET', 'POST'])
@token_required
def manage_organizations(current_user):
if current_user.role not in ['super_admin', 'admin']:
return jsonify({'message': 'Permission denied'}), 403
if request.method == 'GET':
orgs = Organization.query.all()
# Fetch all quotas in one go for efficiency
quotas = OrganizationScanQuota.query.all()
quota_map = {}
for q in quotas:
if q.org_id not in quota_map:
quota_map[q.org_id] = {}
quota_map[q.org_id][q.scan_type] = q
default_types = ['Quick', 'Advanced', 'Deep']
org_list = []
for o in orgs:
org_quotas = []
q_dict = quota_map.get(o.id, {})
for stype in default_types:
if stype in q_dict:
org_quotas.append({
'scan_type': stype,
'allocated_count': q_dict[stype].allocated_count,
'used_count': q_dict[stype].used_count
})
else:
org_quotas.append({
'scan_type': stype,
'allocated_count': 0,
'used_count': 0
})
org_list.append({
'id': o.id,
'name': o.name,
'subscription_tier': o.subscription_tier,
'is_active': o.status == 'active' if hasattr(o, 'status') else True,
'created_at': o.created_at.isoformat() + 'Z' if o.created_at else None,
'quotas': org_quotas
})
return jsonify({'organizations': org_list}), 200
if current_user.role not in ['super_admin', 'admin']:
return jsonify({'message': 'Permission denied'}), 403
data = request.get_json() or {}
org_name = data.get('name')
tier = data.get('tier', 'free')
admin_email = data.get('admin_email')
if not org_name:
return jsonify({'message': 'Organization name is required'}), 400
org = Organization(name=org_name, subscription_tier=tier)
db.session.add(org)
db.session.commit()
# Optional admin email link or creation
if admin_email and str(admin_email).strip():
email_clean = str(admin_email).strip().lower()
existing_user = User.query.filter_by(email=email_clean).first()
if existing_user:
existing_user.org_id = org.id
if existing_user.role not in ['super_admin', 'admin', 'support_engineer']:
existing_user.role = 'org_admin'
db.session.commit()
else:
import secrets
temp_pw = secrets.token_urlsafe(8)
new_user = User(
email=email_clean,
role='org_admin',
org_id=org.id
)
new_user.set_password(temp_pw)
db.session.add(new_user)
db.session.commit()
# Needs to be after commit to get org.id
log = AuditLog(admin_id=current_user.id, action="Provisioned new tenant", target_id=org.id)
db.session.add(log)
db.session.commit()
return jsonify({'message': 'Tenant provisioned successfully', 'org_id': org.id}), 201
@auth_bp.route('/organizations/<org_id>', methods=['PUT', 'DELETE'])
@token_required
def manage_single_organization(current_user, org_id):
if current_user.role not in ('super_admin', 'admin', 'org_admin'):
return jsonify({'message': 'Permission denied'}), 403
if current_user.role == 'org_admin' and str(current_user.org_id) != str(org_id):
return jsonify({'message': 'Permission denied: Cannot modify other organizations'}), 403
org = db.session.get(Organization, org_id)
if not org:
return jsonify({'message': 'Organization not found'}), 404
if request.method == 'DELETE':
if current_user.role not in ('super_admin', 'admin'):
return jsonify({'message': 'Permission denied: Only Admin or Super Admin can delete organizations'}), 403
db.session.delete(org)
log = AuditLog(admin_id=current_user.id, action="Deleted tenant", target_id=org.id)
db.session.add(log)
db.session.commit()
return jsonify({'message': 'Tenant deleted successfully'}), 200
# PUT method
data = request.get_json() or {}
if 'name' in data:
org.name = data['name']
if 'tier' in data:
if current_user.role not in ('super_admin', 'admin'):
return jsonify({'message': 'Permission denied: Only Admin or Super Admin can change tier'}), 403
org.subscription_tier = data['tier']
log = AuditLog(admin_id=current_user.id, action="Updated tenant configuration", target_id=org.id)
db.session.add(log)
db.session.commit()
return jsonify({'message': 'Tenant updated successfully'}), 200
@auth_bp.route('/organizations/logo', methods=['POST', 'DELETE'])
@token_required
def upload_organization_logo(current_user):
if current_user.role not in ('org_admin', 'super_admin', 'admin'):
return jsonify({'message': 'Permission denied'}), 403
org = None
if current_user.org_id:
org = db.session.get(Organization, current_user.org_id)
if not org and current_user.role in ('super_admin', 'admin'):
org = db.session.query(Organization).first()
if not org:
return jsonify({'message': 'Organization not found'}), 404
if request.method == 'DELETE':
org.report_logo_url = None
db.session.commit()
return jsonify({'message': 'Logo removed successfully', 'report_logo_url': None}), 200
file_bytes = None
content_type = 'image/png'
ext = 'png'
# 1. Direct File Upload (Multipart Form Data)
if 'logo' in request.files and request.files['logo'].filename != '':
file = request.files['logo']
filename_raw = secure_filename(file.filename) or "logo.png"
file_bytes = file.read()
content_type = file.content_type or 'image/png'
if '.' in filename_raw:
ext = filename_raw.rsplit('.', 1)[1].lower()
else:
# 2. Web Image URL Download Fallback (JSON or Form Data)
data = request.get_json(silent=True) or request.form or {}
logo_url_input = data.get('logo_url') or data.get('image_url')
if logo_url_input and (logo_url_input.startswith('http://') or logo_url_input.startswith('https://')):
try:
resp = requests.get(
logo_url_input,
timeout=10,
headers={'User-Agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36'}
)
if resp.status_code == 200 and resp.content:
file_bytes = resp.content
content_type = resp.headers.get('Content-Type', 'image/png').split(';')[0].strip()
if 'jpeg' in content_type: ext = 'jpg'
elif 'webp' in content_type: ext = 'webp'
elif 'svg' in content_type: ext = 'svg'
elif 'gif' in content_type: ext = 'gif'
else: ext = 'png'
except Exception as e:
current_app.logger.warn(f"Failed to fetch logo_url: {e}")
if not file_bytes:
return jsonify({'message': 'No valid logo file or URL provided'}), 400
try:
from backend.utils.firebase_storage import is_available, upload_bytes
except ImportError:
from utils.firebase_storage import is_available, upload_bytes
filename = secure_filename(f"org_{org.id}_{int(time.time())}.{ext}")
logo_url = None
try:
if is_available():
# Upload to Firebase Cloud Storage
blob_path = f"logos/{org.id}/{filename}"
logo_url = upload_bytes(file_bytes, content_type, blob_path)
if not logo_url:
current_app.logger.warning(f"[Firebase] Upload failed for {blob_path}. Falling back to local disk storage.")
except Exception as fb_err:
current_app.logger.warning(f"[Firebase] Storage check/upload skipped: {fb_err}")
if not logo_url:
# Fallback: save to local disk
upload_folder = current_app.config.get('UPLOAD_FOLDER', os.path.join(os.getcwd(), 'uploads', 'logos'))
os.makedirs(upload_folder, exist_ok=True)
file_path = os.path.join(upload_folder, filename)
with open(file_path, 'wb') as f:
f.write(file_bytes)
logo_url = f"/uploads/logos/{filename}"
org.report_logo_url = logo_url
db.session.commit()
return jsonify({'message': 'Logo uploaded successfully', 'report_logo_url': logo_url}), 200
@auth_bp.route('/uploads/logos/<filename>', methods=['GET'])
@auth_bp.route('/uploads/<path:filename>', methods=['GET'])
def serve_uploaded_logo(filename):
upload_folder = current_app.config.get('UPLOAD_FOLDER', os.path.join(os.getcwd(), 'uploads', 'logos'))
# Direct check in logos directory
if os.path.exists(os.path.join(upload_folder, filename)):
return send_from_directory(upload_folder, filename)
# Parent uploads directory check
base_uploads = os.path.abspath(os.path.join(upload_folder, '..'))
if os.path.exists(os.path.join(base_uploads, filename)):
return send_from_directory(base_uploads, filename)
return jsonify({'message': 'File not found'}), 404
@auth_bp.route('/organizations/webhook', methods=['GET', 'PUT'])
@token_required
def manage_webhook(current_user):
if current_user.role not in ('org_admin', 'super_admin', 'admin'):
return jsonify({'message': 'Permission denied'}), 403
org = None
if current_user.org_id:
org = db.session.get(Organization, current_user.org_id)
if not org and current_user.role in ('super_admin', 'admin'):
org = db.session.query(Organization).first()
if not org:
return jsonify({'message': 'Organization not found'}), 404
if request.method == 'GET':
return jsonify({
'webhook_url': org.webhook_url,
'report_logo_url': org.report_logo_url,
'name': org.name
}), 200
data = request.get_json()
if 'webhook_url' in data:
org.webhook_url = data['webhook_url']
if 'report_logo_url' in data:
org.report_logo_url = data['report_logo_url']
db.session.commit()
return jsonify({'message': 'Organization settings updated successfully', 'webhook_url': org.webhook_url, 'report_logo_url': org.report_logo_url}), 200
@auth_bp.route('/organizations/<org_id>/suspend', methods=['POST'])
@token_required
def suspend_organization(current_user, org_id):
if current_user.role != 'super_admin':
return jsonify({'message': 'Permission denied'}), 403
org = db.session.get(Organization, org_id)
if not org:
return jsonify({'message': 'Organization not found'}), 404
if getattr(org, 'status', 'active') == 'suspended':
org.status = 'active'
else:
org.status = 'suspended'
log = AuditLog(admin_id=current_user.id, action=f"{org.status.capitalize()} organization", target_id=org_id)
db.session.add(log)
db.session.commit()
return jsonify({'message': f'Organization status changed to {org.status}', 'status': org.status}), 200
@auth_bp.route('/impersonate/<org_id>', methods=['POST'])
@token_required
def impersonate_org(current_user, org_id):
if current_user.role not in ['super_admin', 'admin', 'support_engineer']:
return jsonify({'message': 'Permission denied'}), 403
target_user = User.query.filter_by(org_id=org_id, role='org_admin').first()
if not target_user:
target_user = User.query.filter_by(org_id=org_id).filter(User.role != 'super_admin').first()
if not target_user:
# Create a dummy user so super admins can view empty organizations
import uuid
target_user = User(
id=str(uuid.uuid4()),
email=f'impersonated_{org_id[:8]}@larxius.internal',
password_hash='',
role='org_admin',
org_id=org_id
)
db.session.add(target_user)
db.session.commit()
log = AuditLog(admin_id=current_user.id, action=f"Impersonated org {org_id}", target_id=target_user.id)
db.session.add(log)
db.session.commit()
tokens = _generate_tokens(target_user.id)
target_org = db.session.get(Organization, target_user.org_id) if target_user.org_id else None
return jsonify({
'message': f'Impersonating {target_user.email}',
'access_token': tokens['access_token'],
'user': {
'id': target_user.id,
'email': target_user.email,
'role': target_user.role,
'org_id': target_user.org_id,
'org_name': target_org.name if target_org else 'Organization'
}
}), 200
@auth_bp.route('/users', methods=['GET', 'POST'])
@token_required
def manage_users(current_user):
if current_user.role not in ('super_admin', 'admin'):
return jsonify({'message': 'Permission denied'}), 403
if request.method == 'GET':
if current_user.role == 'admin':
users = User.query.filter(User.role != 'super_admin').all()
else:
users = User.query.all()
return jsonify({
'users': [{
'id': u.id,
'email': u.email,
'role': u.role,
'org_id': u.org_id,
'first_name': u.first_name,
'last_name': u.last_name,
'created_at': u.created_at.isoformat() + 'Z' if u.created_at else None,
'failed_login_attempts': u.failed_login_attempts or 0,
'locked_until': u.locked_until.isoformat() + 'Z' if u.locked_until else None,
'status': 'Active' if getattr(u, 'is_active', True) else 'Suspended'
} for u in users]
}), 200
# POST method - Create/Add new member
if current_user.role == 'support_engineer':
return jsonify({'message': 'Permission denied. Support Engineers cannot create new members.'}), 403
data = request.get_json() or {}
email = data.get('email')
role = data.get('role', 'admin')
org_id = data.get('org_id')
password = data.get('password')
if not email or not str(email).strip():
return jsonify({'message': 'User email is required'}), 400
email_clean = str(email).strip().lower()
existing = User.query.filter_by(email=email_clean).first()
if existing:
return jsonify({'message': f'User with email "{email_clean}" already exists'}), 400
import secrets, uuid
temp_pw = password if password else secrets.token_urlsafe(10)
target_org_id = None
if org_id and str(org_id).strip() and str(org_id).lower() not in ('none', 'null', ''):
org = db.session.get(Organization, org_id)
if org:
target_org_id = org.id
try:
new_user = User(
id=str(uuid.uuid4()),
email=email_clean,
role=role,
org_id=target_org_id
)
new_user.set_password(temp_pw)
db.session.add(new_user)
log = AuditLog(admin_id=current_user.id, action=f"Created new member {email_clean} ({role})", target_id=target_org_id or current_user.id)
db.session.add(log)
db.session.commit()
return jsonify({
'message': 'Member added successfully',
'temp_password': temp_pw,
'user': {
'id': new_user.id,
'email': new_user.email,
'role': new_user.role,
'org_id': new_user.org_id
}
}), 201
except Exception as e:
db.session.rollback()
current_app.logger.error(f"Error adding member: {e}")
return jsonify({'message': f'Failed to add member: {str(e)}'}), 500
@auth_bp.route('/email-logs', methods=['GET'])
@token_required
@require_role(['super_admin', 'admin', 'support_engineer'])
def get_email_logs(current_user):
try:
logs = EmailLog.query.order_by(EmailLog.sent_at.desc()).all()
result = []
for log in logs:
result.append({
"id": log.id,
"recipient": log.recipient,
"subject": log.subject,
"status": log.status,
"error_message": log.error_message,
"sent_at": log.sent_at.isoformat() + "Z" if log.sent_at else None
})
return jsonify({"status": "success", "logs": result}), 200
except Exception as e:
current_app.logger.error(f"Failed to fetch email logs: {e}")
return jsonify({"error": "Failed to fetch email logs"}), 500
@auth_bp.route('/global-stats', methods=['GET'])
@token_required
@require_role(['super_admin', 'admin', 'support_engineer'])
def get_global_stats(current_user):
# Calculate stats
total_orgs = Organization.query.count()
total_users = User.query.count()
active_licenses = Organization.query.filter(Organization.subscription_tier != 'free').count()
# Real ARR Calculation
arr = 0
paid_orgs = Organization.query.filter(Organization.subscription_tier != 'free').all()
for o in paid_orgs:
tier = (o.subscription_tier or "").lower()
if tier == 'enterprise':
arr += 999 * 12
elif tier == 'advanced':
arr += 299 * 12
else:
arr += 99 * 12
# Scans metrics
active_scans = Scan.query.filter_by(status='scanning').count()
queued_scans = Scan.query.filter_by(status='queued').count()
total_scans_today = Scan.query.filter(Scan.started_at >= datetime.now(timezone.utc) - timedelta(days=1)).count()
# Fetch all quotas in one go for efficiency
quotas = OrganizationScanQuota.query.all()
quota_map = {}
for q in quotas:
if q.org_id not in quota_map:
quota_map[q.org_id] = {}
quota_map[q.org_id][q.scan_type] = q
default_types = ['Quick', 'Advanced', 'Deep']
# Fetch organizations with user counts and quotas
orgs_data = []
orgs = Organization.query.all()
for org in orgs:
org_users = User.query.filter_by(org_id=org.id).count()
org_quotas = []
q_dict = quota_map.get(org.id, {})
for stype in default_types:
if stype in q_dict:
org_quotas.append({
'scan_type': stype,
'allocated_count': q_dict[stype].allocated_count,
'used_count': q_dict[stype].used_count
})
else:
org_quotas.append({
'scan_type': stype,
'allocated_count': 0,
'used_count': 0
})
orgs_data.append({
'id': org.id,
'name': org.name,
'tier': org.subscription_tier.capitalize() if org.subscription_tier else 'Free',
'users': org_users,
'status': getattr(org, 'status', 'active'),
'created': org.created_at.strftime('%Y-%m-%d') if org.created_at else 'Unknown',
'quotas': org_quotas
})
# Fetch recent payments
payments_data = []
recent_payments = Payment.query.order_by(Payment.created_at.desc()).limit(20).all()
for p in recent_payments:
# Get org name if available
org = db.session.get(Organization, p.org_id)
org_name = org.name if org else "Unknown"
user = db.session.get(User, p.user_id)
user_email = user.email if user else "Unknown"
payments_data.append({
'id': p.id,
'org_name': org_name,
'user_email': user_email,
'amount': p.amount / 100 if p.amount else 0, # Assuming amount is in cents/paise
'currency': p.currency,
'tier_id': p.tier_id,
'status': p.status,
'created_at': p.created_at.isoformat() + 'Z' if p.created_at else None
})
# Get global vulnerability trends enriched with details
trends_query = db.session.query(
Vulnerability.title,
db.func.count(Vulnerability.id).label('count')
).filter(Vulnerability.is_false_positive.isnot(True))\
.group_by(Vulnerability.title).order_by(db.func.count(Vulnerability.id).desc()).limit(15).all()
trends_data = []
for title, count in trends_query:
sample = Vulnerability.query.filter_by(title=title).filter(Vulnerability.is_false_positive.isnot(True)).first()
affected_scans = db.session.query(Scan.target_url)\
.join(Vulnerability, Vulnerability.scan_id == Scan.id)\
.filter(Vulnerability.title == title)\
.distinct().limit(5).all()
affected_urls = [s[0] for s in affected_scans if s[0]]
trends_data.append({
'title': title,
'count': count,
'severity': sample.severity if sample else 'Medium',
'category': sample.category if sample else 'Security Audit',
'description': sample.description if sample else f'Global vulnerability "{title}" identified across multiple scanned targets.',
'remediation': sample.remediation if sample else 'Review server configuration files, apply security patches, and enforce strict HTTP security headers.',
'cvss_score': sample.cvss_score if (sample and sample.cvss_score) else 5.0,
'owasp_category': getattr(sample, 'owasp_category', None) or 'A05:2021 - Security Misconfiguration',
'cwe_ids': getattr(sample, 'cwe_ids', None) or [],
'evidence': getattr(sample, 'evidence', None) or '',
'affected_targets': affected_urls
})
# Get recent audit logs enriched with user emails and target names (limit 10 for dashboard preview)
audit_logs_query = AuditLog.query.order_by(AuditLog.created_at.desc()).limit(10).all()
user_ids = {a.admin_id for a in audit_logs_query if a.admin_id and a.admin_id != 'System'}
target_ids = {a.target_id for a in audit_logs_query if a.target_id}
all_uids = list(user_ids | target_ids)
users_dict = {u.id: u.email for u in User.query.filter(User.id.in_(all_uids)).all()} if all_uids else {}
orgs_dict = {o.id: o.name for o in Organization.query.all()}
audit_data = []
for a in audit_logs_query:
resolved_email = users_dict.get(a.admin_id) or users_dict.get(a.target_id)
if not resolved_email and a.action:
import re
m = re.search(r'[\w\.-]+@[\w\.-]+\.\w+', a.action)
if m:
resolved_email = m.group(0)
user_email = resolved_email if resolved_email else (a.admin_id if a.admin_id and a.admin_id != 'System' else 'System')
target_name = users_dict.get(a.target_id) or orgs_dict.get(a.target_id) or a.target_id
action_text = a.action
if action_text == "User logged in" and resolved_email:
action_text = f"User {resolved_email} logged in"
elif "logged in" in action_text and resolved_email and resolved_email not in action_text:
action_text = f"User {resolved_email} logged in"
audit_data.append({
'id': a.id,
'action': action_text,
'admin_id': a.admin_id,
'user_email': user_email,
'target_id': a.target_id,
'target_name': target_name,
'timestamp': format_iso_timestamp(a.created_at)
})
# Get all users for Members tab based on privacy rules
users_data = []
if current_user.role == 'super_admin':
all_users = User.query.all()
elif current_user.role == 'admin':
all_users = User.query.filter(User.role != 'super_admin').all()
else:
all_users = User.query.filter(~User.role.in_(['super_admin', 'admin'])).all()
for u in all_users:
org = db.session.get(Organization, u.org_id) if u.org_id else None
if org:
org_name = org.name
elif u.role == 'super_admin':
org_name = 'No Org (Super Admin)'
elif u.role == 'admin':
org_name = 'No Org (Admin)'
elif u.role == 'support_engineer':
org_name = 'No Org (Support Engineer)'
elif u.role == 'soc_analyst':
org_name = 'No Org (SOC Analyst)'
elif u.role == 'executive_user':
org_name = 'No Org (Executive)'
else:
org_name = 'No Org'
users_data.append({
'id': u.id,
'email': u.email,
'role': u.role,
'org_id': u.org_id,
'org_name': org_name,
'created_at': u.created_at.isoformat() + 'Z' if u.created_at else None
})
return jsonify({
'metrics': {
'total_tenants': total_orgs,
'active_licenses': active_licenses,
'global_users': total_users,
'active_scanners': active_scans,
'total_scanners': 50, # Max capacity
'arr': arr,
'db_connections': 14 + active_scans * 2, # Simulated DB connection load based on active scans
'db_query_time': 0.02,
'queue_size': queued_scans,
'active_threads': active_scans * 4 # Simulating thread usage
},
'organizations': orgs_data,
'recent_payments': payments_data,
'trends': trends_data,
'audit_logs': audit_data,
'users': users_data
}), 200
@auth_bp.route('/audit-logs', methods=['GET'])
@token_required
def get_all_audit_logs(current_user):
"""Retrieve all system audit logs with optional search filtering."""
try:
limit = request.args.get('limit', default=500, type=int)
search_query = request.args.get('q', default='', type=str).strip().lower()
logs_query = AuditLog.query.order_by(AuditLog.created_at.desc())
if limit and limit > 0:
logs_query = logs_query.limit(min(limit, 1000))
audit_logs = logs_query.all()
user_ids = {a.admin_id for a in audit_logs if a.admin_id and a.admin_id != 'System'}
target_ids = {a.target_id for a in audit_logs if a.target_id}
all_uids = list(user_ids | target_ids)
users_dict = {u.id: u.email for u in User.query.filter(User.id.in_(all_uids)).all()} if all_uids else {}
orgs_dict = {o.id: o.name for o in Organization.query.all()}
audit_data = []
for a in audit_logs:
resolved_email = users_dict.get(a.admin_id) or users_dict.get(a.target_id)
if not resolved_email and a.action:
import re
m = re.search(r'[\w\.-]+@[\w\.-]+\.\w+', a.action)
if m:
resolved_email = m.group(0)
user_email = resolved_email if resolved_email else (a.admin_id if a.admin_id and a.admin_id != 'System' else 'System')
target_name = users_dict.get(a.target_id) or orgs_dict.get(a.target_id) or a.target_id
action_text = a.action
if action_text == "User logged in" and resolved_email:
action_text = f"User {resolved_email} logged in"
elif "logged in" in action_text and resolved_email and resolved_email not in action_text:
action_text = f"User {resolved_email} logged in"
item = {
'id': a.id,
'action': action_text,
'admin_id': a.admin_id,
'user_email': user_email,
'target_id': a.target_id,
'target_name': target_name,
'timestamp': format_iso_timestamp(a.created_at)
}
if search_query:
if (search_query in action_text.lower() or
search_query in user_email.lower() or
search_query in (target_name or '').lower() or
search_query in (a.target_id or '').lower()):
audit_data.append(item)
else:
audit_data.append(item)
return jsonify({'audit_logs': audit_data, 'total': len(audit_data)}), 200
except Exception as e:
return jsonify({'message': f'Failed to fetch audit logs: {str(e)}'}), 500
@auth_bp.route('/notifications', methods=['GET'])
@token_required
def get_notifications(current_user):
notifications = []
# 1. Recent Scans
scans = Scan.query.filter_by(org_id=current_user.org_id).order_by(Scan.started_at.desc()).limit(10).all()
for s in scans:
if s.status == 'completed':
notifications.append({
'id': f"scan_{s.id}",
'title': 'Scan Completed',
'message': f"Scan for {s.target_url} finished. Score: {s.security_score or 'N/A'}",
'timestamp': s.completed_at.isoformat() + 'Z' if s.completed_at else s.started_at.isoformat() + 'Z',
'icon': 'verified_user',
'color': 'text-green-500',
'bg': 'bg-green-500/10'
})
elif s.status == 'failed':
notifications.append({
'id': f"scan_{s.id}",
'title': 'Scan Failed',
'message': f"Scan for {s.target_url} encountered an error.",
'timestamp': s.completed_at.isoformat() + 'Z' if s.completed_at else s.started_at.isoformat() + 'Z',
'icon': 'error',
'color': 'text-error',
'bg': 'bg-error/10'
})
# 2. Recent Audit Logs
logs = AuditLog.query.filter_by(target_id=current_user.org_id).order_by(AuditLog.created_at.desc()).limit(5).all()
for l in logs:
if "logged in" not in l.action and "Changed password" not in l.action:
notifications.append({
'id': f"audit_{l.id}",
'title': 'System Notification',
'message': l.action,
'timestamp': l.created_at.isoformat() + 'Z',
'icon': 'info',
'color': 'text-primary',
'bg': 'bg-primary/10'
})
notifications.sort(key=lambda x: x['timestamp'], reverse=True)
return jsonify({'notifications': notifications[:15]}), 200
@auth_bp.route('/users/<user_id>/unlock', methods=['POST'])
@admin_required
def unlock_user(current_user, user_id):
target = db.session.get(User, user_id)
if not target:
return jsonify({'message': 'User not found!'}), 404
if current_user.role == 'admin' and target.role == 'super_admin':
return jsonify({'message': 'Permission denied. Admins cannot modify Super Admin accounts.'}), 403
if current_user.role not in ('super_admin', 'admin') and target.role in ('super_admin', 'admin'):
return jsonify({'message': 'Permission denied.'}), 403
_reset_lockout(target)
return jsonify({'message': 'User unlocked!'}), 200
@auth_bp.route('/users/<user_id>', methods=['PUT'])
@token_required
def update_user(current_user, user_id):
target = db.session.get(User, user_id)
if not target:
return jsonify({'message': 'User not found!'}), 404
if current_user.role not in ('org_admin', 'super_admin', 'admin'):
return jsonify({'message': 'Permission denied. Support Engineers have read-only access to members.'}), 403
if current_user.role == 'org_admin' and target.org_id != current_user.org_id:
return jsonify({'message': 'Unauthorized to modify this user!'}), 403
data = request.get_json() or {}
if current_user.role == 'admin':
if target.role == 'super_admin' or data.get('role') == 'super_admin':
return jsonify({'message': 'Permission denied. Admins cannot view, modify, or assign Super Admin accounts.'}), 403
elif current_user.role not in ('super_admin', 'admin'):
if target.role in ('super_admin', 'admin') or data.get('role') in ('super_admin', 'admin'):
return jsonify({'message': 'Permission denied.'}), 403
if 'first_name' in data:
target.first_name = data['first_name']
if 'last_name' in data:
target.last_name = data['last_name']
if 'email' in data:
new_email = data['email']
if new_email and new_email != target.email:
email_clean = str(new_email).strip().lower()
if User.query.filter(func.lower(User.email) == email_clean).first():
return jsonify({'message': 'Email already in use'}), 400
target.email = email_clean
if 'password' in data and data['password'] and str(data['password']).strip():
if current_user.role == 'support_engineer':
return jsonify({'message': 'Permission denied. Support Engineers cannot modify user passwords.'}), 403
target.set_password(str(data['password']).strip())
if 'role' in data and data['role']:
target.role = data['role']
if 'org_id' in data:
new_org_id = data['org_id']
target.org_id = new_org_id if new_org_id not in ('', 'none', 'null', None) else None
log = AuditLog(admin_id=current_user.id, action=f"Updated user details/role for {target.email}", target_id=target.org_id)
db.session.add(log)
db.session.commit()
return jsonify({'message': 'User updated successfully!'}), 200
@auth_bp.route('/users/<user_id>', methods=['DELETE'])
@token_required
def delete_user(current_user, user_id):
target = db.session.get(User, user_id)
if not target:
return jsonify({'message': 'User not found!'}), 404
if current_user.role == 'support_engineer':
return jsonify({'message': 'Permission denied. Support Engineers cannot delete members.'}), 403
if current_user.role == 'admin' and target.role == 'super_admin':
return jsonify({'message': 'Permission denied. Admins cannot delete Super Admin accounts.'}), 403
if current_user.role not in ('super_admin', 'admin') and target.role in ('super_admin', 'admin'):
return jsonify({'message': 'Permission denied.'}), 403
if current_user.role not in ('super_admin', 'admin') and target.org_id != current_user.org_id:
return jsonify({'message': 'Unauthorized to delete this user!'}), 403
log = AuditLog(admin_id=current_user.id, action=f"Deleted user {target.email}", target_id=target.org_id)
db.session.delete(target)
db.session.add(log)
db.session.commit()
return jsonify({'message': 'User deleted successfully!'}), 200
import secrets
@auth_bp.route('/organizations/<org_id>/api-key', methods=['GET', 'POST'])
@admin_required
def manage_api_key(current_user, org_id):
if current_user.role != 'super_admin' and current_user.org_id != org_id:
return jsonify({'message': 'Unauthorized!'}), 403
org = db.session.get(Organization, org_id)
if not org:
return jsonify({'message': 'Organization not found!'}), 404
if request.method == 'GET':
return jsonify({'api_key': org.api_key}), 200
new_key = f"lx_{secrets.token_hex(24)}"
org.api_key = new_key
db.session.commit()
log = AuditLog(admin_id=current_user.id, action=f"Generated new API Key", target_id=org_id)
db.session.add(log)
db.session.commit()
return jsonify({'message': 'API Key generated successfully!', 'api_key': new_key}), 200
# --- From scans.py ---
scans_bp = Blueprint("scans", __name__)
@scans_bp.route("/active", methods=["GET"])
@token_required
def get_active_scans(current_user):
# If not admin/super admin, only show their own org's scans
query = Scan.query.filter(Scan.status.in_(['queued', 'scanning']))
if current_user.role not in ('super_admin', 'admin', 'support_engineer'):
query = query.filter_by(org_id=current_user.org_id)
scans = query.order_by(Scan.started_at.desc()).all()
return jsonify({
'scans': [{
'id': s.id,
'target_url': s.target_url,
'status': s.status,
'started_at': s.started_at.isoformat() + 'Z' if s.started_at else None,
'org_id': s.org_id
} for s in scans]
}), 200
@scans_bp.route("/<scan_id>/terminate", methods=["POST"])
@token_required
def terminate_scan(current_user, scan_id):
scan = db.session.get(Scan, scan_id)
if not scan:
return jsonify({'message': 'Scan not found'}), 404
if current_user.role not in ('super_admin', 'admin', 'support_engineer') and scan.org_id != current_user.org_id:
return jsonify({'message': 'Permission denied'}), 403
scan.status = 'terminated'
db.session.commit()
# Log the action
if current_user.role in ('super_admin', 'admin', 'support_engineer'):
log = AuditLog(admin_id=current_user.id, action=f"Terminated scan {scan_id}", target_id=scan.org_id)
db.session.add(log)
db.session.commit()
return jsonify({'message': 'Scan terminated successfully', 'status': scan.status}), 200
def is_valid_target_url(url: str) -> bool:
try:
# Require http or https
if not (url.startswith("http://") or url.startswith("https://")):
return False
parsed = urllib.parse.urlparse(url)
if parsed.scheme not in ("http", "https"):
return False
hostname = parsed.hostname
if not hostname:
return False
# Reject localhost
if hostname.lower() == "localhost":
return False
# Check if it's an IP address
try:
ip = ipaddress.ip_address(hostname)
# Must be a public, globally routable IP
if ip.is_private or ip.is_loopback or ip.is_link_local or ip.is_multicast or ip.is_reserved:
return False
except ValueError:
# Not an IP address, which is fine (it's a domain name)
# Ensure the domain has at least one dot (basic validity)
if "." not in hostname:
return False
return True
except Exception:
return False
@scans_bp.route("/new", methods=["POST"])
@token_required
@limiter.limit("5 per minute")
def create_scan(current_user):
data = request.get_json() or {}
target_url = data.get("target_url")
scan_type = data.get("scan_type", "Advanced")
auth_headers = data.get("auth_headers", {})
exclude_raw = data.get("exclude_paths", "")
if isinstance(exclude_raw, str):
exclude_paths = [p.strip() for p in exclude_raw.split(",") if p.strip()]
else:
exclude_paths = exclude_raw or []
try:
crawl_depth = int(data.get("crawl_depth", 10))
crawl_depth = max(1, min(crawl_depth, 20))
except (TypeError, ValueError):
crawl_depth = 10
scan_options = {
"crawl_depth": crawl_depth,
"exclude_paths": exclude_paths,
"enable_red_team": bool(data.get("enable_red_team", False)),
}
if not target_url:
return jsonify({"message": "Target website URL is required!"}), 400
scan_tier_levels = {"quick": 1, "standard": 2, "advanced": 2, "deep": 3, "full": 2}
user_tier_levels = {"free": 0, "quick": 1, "standard": 2, "pro": 2, "advanced": 2, "enterprise": 3}
requested_level = scan_tier_levels.get(scan_type.lower(), 1)
user_level = user_tier_levels.get((current_user.subscription_tier or "free").lower(), 0)
quota = None
has_quota = False
is_unlimited = False
if current_user.role in ['admin', 'super_admin']:
has_quota = True
is_unlimited = True
elif current_user.org_id:
# Match case-insensitively just in case
quota = OrganizationScanQuota.query.filter(
OrganizationScanQuota.org_id == current_user.org_id,
func.lower(OrganizationScanQuota.scan_type) == scan_type.lower()
).first()
if quota:
if quota.allocated_count == -1:
has_quota = True
is_unlimited = True
elif quota.used_count < quota.allocated_count:
has_quota = True
elif user_level >= requested_level:
has_quota = True
if not has_quota:
return jsonify({"message": f"Quota exceeded: You do not have enough quota for a {scan_type} Scan. Please upgrade your plan."}), 403
if not target_url:
return jsonify({"message": "Target website URL is required!"}), 400
if not (
target_url.startswith("http://") or target_url.startswith("https://")
):
target_url = "https://" + target_url
if not is_valid_target_url(target_url):
return jsonify({"message": "Invalid target URL. Please enter a valid public domain or IP address."}), 400
effective_org_id = current_user.org_id
if not effective_org_id:
first_org = Organization.query.first()
if not first_org:
first_org = Organization(name="Default System Tenant", subscription_tier="enterprise")
db.session.add(first_org)
db.session.commit()
effective_org_id = first_org.id
current_user.org_id = effective_org_id
try:
db.session.commit()
except Exception:
db.session.rollback()
try:
new_scan = Scan(
user_id=current_user.id,
org_id=effective_org_id,
target_url=target_url,
scan_type=scan_type,
status="queued",
auth_headers=auth_headers,
scan_options=scan_options,
started_at=datetime.now(timezone.utc),
)
db.session.add(new_scan)
if quota and not is_unlimited:
quota.used_count += 1
log = AuditLog(admin_id=current_user.id, action=f"Initiated manual {scan_type} scan for {target_url}", target_id=effective_org_id)
db.session.add(log)
db.session.commit()
flask_app = current_app._get_current_object() # type: ignore
launch_scan(flask_app, new_scan.id)
try:
send_scan_started(
current_user.email,
current_user.email.split('@')[0].capitalize(),
target_url,
scan_type
)
except Exception as e:
print(f"[Email] Failed to send scan started email: {e}")
return (
jsonify(
{
"message": "Scan queued successfully!",
"scan": {
"id": new_scan.id,
"target_url": new_scan.target_url,
"scan_type": new_scan.scan_type,
"status": new_scan.status,
"started_at": format_iso_timestamp(new_scan.started_at),
},
}
),
201,
)
except Exception as e:
db.session.rollback()
return jsonify({"message": f"Server error: {str(e)}"}), 500
@scans_bp.route("/<scan_id>/logs", methods=["GET"])
@token_required
def fetch_scan_logs(current_user, scan_id):
try:
scan = get_scan_for_user(scan_id, current_user)
if not scan:
return jsonify({"status": "error", "message": "Scan not found or access denied"}), 404
logs = get_scan_logs(scan_id)
# If no logs yet (scan just queued), return a minimal status line
if not logs:
if scan.status in ('queued', 'scanning'):
logs = [f"[INFO] Scan {scan_id[:8]}... is {scan.status}. Logs will appear shortly..."]
return jsonify({
"status": scan.status,
"logs": logs
}), 200
except Exception as e:
return jsonify({"status": "error", "message": str(e)}), 500
@scans_bp.route("/history", methods=["GET"])
@token_required
def get_scans_history(current_user):
try:
limit_val = min(request.args.get('limit', 100, type=int), 200)
org_id_param = request.args.get('org_id')
is_global = request.args.get('global') == 'true'
if org_id_param and current_user.role in ['super_admin', 'admin', 'support_engineer']:
scans_query = Scan.query.filter_by(org_id=org_id_param)
elif current_user.role in ['super_admin', 'admin', 'support_engineer']:
scans_query = Scan.query
elif current_user.org_id:
scans_query = Scan.query.filter_by(org_id=current_user.org_id)
else:
scans_query = Scan.query.filter_by(user_id=current_user.id)
scans = scans_query.order_by(Scan.started_at.desc()).limit(limit_val).all()
scan_ids = [s.id for s in scans]
counts_map = {
s.id: {"critical": 0, "high": 0, "medium": 0, "low": 0} for s in scans
}
if scan_ids:
vuln_counts = (
db.session.query(
Vulnerability.scan_id,
Vulnerability.severity,
func.count(Vulnerability.id),
)
.filter(
Vulnerability.scan_id.in_(scan_ids),
Vulnerability.is_false_positive.isnot(True),
)
.group_by(Vulnerability.scan_id, Vulnerability.severity)
.all()
)
for scan_id, severity, count in vuln_counts:
counts_map[scan_id][severity.lower()] = count
orgs = Organization.query.all()
org_map = {org.id: org.name for org in orgs}
scans_list = []
for s in scans:
counts = counts_map[s.id]
effective_score = s.security_score
if s.status == "completed":
effective_score = calculate_security_score_from_counts(counts)
scans_list.append(
{
"id": s.id,
"target_url": s.target_url,
"scan_type": s.scan_type,
"status": s.status,
"org_id": s.org_id,
"org_name": org_map.get(s.org_id, "Unknown"),
"security_score": effective_score,
"started_at": format_iso_timestamp(s.started_at),
"completed_at": format_iso_timestamp(s.completed_at),
"vulnerabilities_count": {
"critical": counts["critical"],
"high": counts["high"],
"medium": counts["medium"],
"low": counts["low"],
"total": sum(counts.values()),
},
}
)
return jsonify({"scans": scans_list}), 200
except Exception as e:
return jsonify({"message": f"Server error: {str(e)}"}), 500
@scans_bp.route("/<scan_id>", methods=["GET"])
@token_required
def get_scan_details(current_user, scan_id):
try:
scan = get_scan_for_user(scan_id, current_user)
if not scan:
return jsonify({"message": "Scan session not found!"}), 404
counts = {"critical": 0, "high": 0, "medium": 0, "low": 0}
vuln_counts = (
db.session.query(
Vulnerability.severity,
func.count(Vulnerability.id)
)
.filter(
Vulnerability.scan_id == scan.id,
Vulnerability.is_false_positive.isnot(True)
)
.group_by(Vulnerability.severity)
.all()
)
for severity, count in vuln_counts:
if severity and severity.lower() in counts:
counts[severity.lower()] = count
crit = counts["critical"]
high = counts["high"]
med = counts["medium"]
low = counts["low"]
effective_score = scan.security_score
if scan.status == "completed":
effective_score = calculate_security_score_from_counts(counts)
return (
jsonify(
{
"scan": {
"id": scan.id,
"target_url": scan.target_url,
"scan_type": scan.scan_type,
"status": scan.status,
"security_score": effective_score,
"started_at": format_iso_timestamp(scan.started_at),
"completed_at": format_iso_timestamp(scan.completed_at),
"vulnerabilities_count": {
"critical": crit,
"high": high,
"medium": med,
"low": low,
"total": crit + high + med + low,
},
}
}
),
200,
)
except Exception as e:
return jsonify({"message": f"Server error: {str(e)}"}), 500
@scans_bp.route("/<scan_id>/logs", methods=["GET"])
@token_required
@limiter.exempt # Polled frequently during active scans - exempt from rate limits
def get_scan_live_logs(current_user, scan_id):
scan = get_scan_for_user(scan_id, current_user)
if not scan:
return jsonify({"message": "Scan session not found!"}), 404
logs = get_scan_logs(scan_id)
return jsonify({"scan_id": scan_id, "status": scan.status, "logs": logs}), 200
@scans_bp.route("/<scan_id>/vulnerabilities", methods=["GET"])
@token_required
def get_scan_vulnerabilities(current_user, scan_id):
scan = get_scan_for_user(scan_id, current_user)
if not scan:
return jsonify({"message": "Scan session not found!"}), 404
try:
page = request.args.get('page', 1, type=int)
limit = request.args.get('limit', 50, type=int)
pagination = (
Vulnerability.query.filter_by(scan_id=scan_id)
.order_by(Vulnerability.cvss_score.desc())
.paginate(page=page, per_page=limit, error_out=False)
)
vulns_list = []
for v in pagination.items:
vulns_list.append(
{
"id": v.id,
"title": v.title,
"severity": v.severity,
"category": v.category,
"cvss_score": v.cvss_score,
"description": v.description,
"remediation": v.remediation,
"detected_at": format_iso_timestamp(v.detected_at),
"evidence": v.evidence or "",
"payload": v.payload or "",
"request_details": v.request_details or "",
"response_details": v.response_details or "",
"is_false_positive": v.is_false_positive or False,
"cwe_ids": v.cwe_ids or [],
"owasp_category": v.owasp_category or "",
"exploit_poc": v.exploit_poc or None,
"remediation_code": v.remediation_code or "",
}
)
return jsonify({
"vulnerabilities": vulns_list,
"total_items": pagination.total,
"total_pages": pagination.pages,
"current_page": page,
"has_next": pagination.has_next,
"has_prev": pagination.has_prev
}), 200
except Exception as e:
return jsonify({"message": f"Server error: {str(e)}"}), 500
@scans_bp.route("/schedule", methods=["GET", "POST"])
@token_required
def handle_scheduled_scans(current_user):
if current_user.subscription_tier == "Free":
return jsonify({'message': 'Scheduled scans require a premium subscription.'}), 403
if request.method == "GET":
if current_user.role in ['super_admin', 'support_engineer'] and not current_user.org_id:
schedules = ScheduledScan.query.all()
elif current_user.org_id:
schedules = ScheduledScan.query.filter_by(org_id=current_user.org_id).all()
else:
schedules = ScheduledScan.query.filter_by(user_id=current_user.id).all()
return jsonify({
'schedules': [{
'id': s.id,
'target_url': s.target_url,
'scan_type': s.scan_type,
'frequency': s.frequency,
'schedule_time': s.schedule_time,
'day_of_week': s.day_of_week,
'day_of_month': s.day_of_month,
'specific_date': s.specific_date,
'is_active': s.is_active,
'last_run_at': s.last_run_at.isoformat() + 'Z' if s.last_run_at else None,
'created_at': s.created_at.isoformat() + 'Z'
} for s in schedules]
}), 200
if request.method == "POST":
data = request.get_json() or {}
target_url = data.get('target_url')
schedule_time = data.get('schedule_time') # e.g. "20:00"
if not target_url or not schedule_time:
return jsonify({'message': 'Target URL and schedule time are required.'}), 400
if not (target_url.startswith("http://") or target_url.startswith("https://")):
target_url = "https://" + target_url
if not is_valid_target_url(target_url):
return jsonify({"message": "Invalid target URL. Please enter a valid public domain or IP address."}), 400
new_schedule = ScheduledScan(
user_id=current_user.id,
org_id=current_user.org_id,
target_url=target_url,
scan_type=data.get('scan_type', 'Advanced'),
frequency=data.get('frequency', 'daily'),
schedule_time=schedule_time,
day_of_week=data.get('day_of_week'),
day_of_month=data.get('day_of_month'),
specific_date=data.get('specific_date')
)
db.session.add(new_schedule)
log = AuditLog(admin_id=current_user.id, action=f"Scheduled {new_schedule.frequency} scan for {target_url}", target_id=current_user.org_id)
db.session.add(log)
db.session.commit()
return jsonify({'message': 'Scan scheduled successfully.', 'id': new_schedule.id}), 201
@scans_bp.route("/schedule/<schedule_id>", methods=["DELETE"])
@token_required
def delete_scheduled_scan(current_user, schedule_id):
if current_user.role in ['super_admin', 'support_engineer']:
schedule = ScheduledScan.query.filter_by(id=schedule_id).first()
elif current_user.org_id:
schedule = ScheduledScan.query.filter_by(id=schedule_id, org_id=current_user.org_id).first()
else:
schedule = ScheduledScan.query.filter_by(id=schedule_id, user_id=current_user.id).first()
if not schedule:
return jsonify({'message': 'Scheduled scan not found.'}), 404
db.session.delete(schedule)
log = AuditLog(admin_id=current_user.id, action=f"Deleted scheduled scan for {schedule.target_url}", target_id=current_user.org_id)
db.session.add(log)
db.session.commit()
return jsonify({'message': 'Scheduled scan deleted.'}), 200
@scans_bp.route("/schedule/<schedule_id>", methods=["PUT"])
@token_required
def edit_scheduled_scan(current_user, schedule_id):
if current_user.role in ['super_admin', 'support_engineer']:
schedule = ScheduledScan.query.filter_by(id=schedule_id).first()
elif current_user.org_id:
schedule = ScheduledScan.query.filter_by(id=schedule_id, org_id=current_user.org_id).first()
else:
schedule = ScheduledScan.query.filter_by(id=schedule_id, user_id=current_user.id).first()
if not schedule:
return jsonify({'message': 'Scheduled scan not found.'}), 404
data = request.get_json() or {}
target_url = data.get('target_url')
schedule_time = data.get('schedule_time')
if 'target_url' in data:
target_url = data['target_url']
if not (target_url.startswith("http://") or target_url.startswith("https://")):
target_url = "https://" + target_url
if not is_valid_target_url(target_url):
return jsonify({"message": "Invalid target URL. Please enter a valid public domain or IP address."}), 400
schedule.target_url = target_url
if schedule_time:
schedule.schedule_time = schedule_time
if 'scan_type' in data:
schedule.scan_type = data['scan_type']
if 'frequency' in data:
schedule.frequency = data['frequency']
if 'day_of_week' in data:
schedule.day_of_week = data['day_of_week']
if 'day_of_month' in data:
schedule.day_of_month = data['day_of_month']
if 'specific_date' in data:
schedule.specific_date = data['specific_date']
log = AuditLog(admin_id=current_user.id, action=f"Edited scheduled scan for {schedule.target_url}", target_id=current_user.org_id)
db.session.add(log)
db.session.commit()
return jsonify({'message': 'Scheduled scan updated.'}), 200
@scans_bp.route("/vulnerability/<vuln_id>/false-positive", methods=["PUT"])
@token_required
def toggle_false_positive(current_user, vuln_id):
vuln = db.session.get(Vulnerability, vuln_id)
if not vuln:
return jsonify({"message": "Vulnerability not found!"}), 404
scan = get_scan_for_user(vuln.scan_id, current_user)
if not scan:
return jsonify({"message": "Unauthorized!"}), 403
data = request.get_json() or {}
vuln.is_false_positive = data.get("is_false_positive", True)
db.session.commit()
return jsonify({"message": "Updated", "is_false_positive": vuln.is_false_positive}), 200
# --- From vulnerabilities.py ---
vuln_bp = Blueprint('vulnerabilities', __name__)
@vuln_bp.route('/summary', methods=['GET'])
@token_required
def get_vulnerabilities_summary(current_user):
try:
org_id_param = request.args.get('org_id')
is_global = request.args.get('global') == 'true'
if org_id_param and current_user.role in ['super_admin', 'admin', 'support_engineer']:
scan_filter = (Scan.org_id == org_id_param,)
elif current_user.role in ['super_admin', 'admin', 'support_engineer']:
scan_filter = (Scan.id.isnot(None),)
elif current_user.org_id:
scan_filter = (Scan.org_id == current_user.org_id,)
else:
scan_filter = (Scan.user_id == current_user.id,)
scans_count = db.session.query(func.count(Scan.id)).filter(*scan_filter).scalar() or 0
if scans_count == 0:
return jsonify({
'summary': {
'vulnerabilities_count': {'critical': 0, 'high': 0, 'medium': 0, 'low': 0, 'total': 0},
'scans_count': 0,
'average_security_score': None,
'by_category': {},
'score_history': []
}
}), 200
# Global counts using join
vuln_counts = db.session.query(
Vulnerability.severity,
func.count(Vulnerability.id)
).join(Scan, Vulnerability.scan_id == Scan.id)\
.filter(*scan_filter, Vulnerability.is_false_positive.isnot(True))\
.group_by(Vulnerability.severity).all()
crit = high = med = low = 0
for severity, count in vuln_counts:
if severity == 'Critical': crit = count
elif severity == 'High': high = count
elif severity == 'Medium': med = count
elif severity == 'Low': low = count
# Avg score
avg_score_raw = db.session.query(func.avg(Scan.security_score)).filter(*scan_filter, Scan.security_score.isnot(None)).scalar()
avg_score = int(avg_score_raw) if avg_score_raw is not None else None
# Categories breakdown
cat_counts = db.session.query(
Vulnerability.category,
func.count(Vulnerability.id)
).join(Scan, Vulnerability.scan_id == Scan.id)\
.filter(*scan_filter, Vulnerability.is_false_positive.isnot(True))\
.group_by(Vulnerability.category).all()
by_category = {cat: count for cat, count in cat_counts if cat}
# Score history (last 20 scans)
recent_scans = Scan.query.filter(*scan_filter, Scan.security_score.isnot(None))\
.order_by(Scan.started_at.desc()).limit(20).all()
recent_scans.reverse()
score_history = []
for s in recent_scans:
score_history.append({
'scan_id': s.id,
'target_url': s.target_url,
'security_score': s.security_score,
'completed_at': (s.completed_at.isoformat() + 'Z') if s.completed_at else (s.started_at.isoformat() + 'Z')
})
return jsonify({
'summary': {
'vulnerabilities_count': {
'critical': crit,
'high': high,
'medium': med,
'low': low,
'total': crit + high + med + low
},
'scans_count': scans_count,
'average_security_score': avg_score,
'by_category': by_category,
'score_history': score_history
}
}), 200
except Exception as e:
return jsonify({'message': f'Server error: {str(e)}'}), 500
@vuln_bp.route('/settings', methods=['GET', 'POST'])
@token_required
def manage_alert_settings(current_user):
settings = AlertSettings.query.filter_by(user_id=current_user.id).first()
if not settings:
# Create default if missing
settings = AlertSettings(user_id=current_user.id)
db.session.add(settings)
db.session.commit()
if request.method == 'GET':
return jsonify({
'settings': {
'email_notifications': settings.email_notifications,
'webhook_url': settings.webhook_url,
'severity_threshold': settings.severity_threshold
}
}), 200
if request.method == 'POST':
data = request.get_json() or {}
settings.email_notifications = data.get('email_notifications', settings.email_notifications)
settings.webhook_url = data.get('webhook_url', settings.webhook_url)
settings.severity_threshold = data.get('severity_threshold', settings.severity_threshold)
try:
db.session.commit()
return jsonify({
'message': 'Alert preferences updated successfully!',
'settings': {
'email_notifications': settings.email_notifications,
'webhook_url': settings.webhook_url,
'severity_threshold': settings.severity_threshold
}
}), 200
except Exception as e:
db.session.rollback()
return jsonify({'message': f'Server error: {str(e)}'}), 500
# --- From reports.py ---
def get_scan_for_user(scan_id, current_user):
"""
Retrieve scan object with role-based access permissions:
- Super Admins, Admins & Support Engineers: full system-wide access to all scans.
- Org Members: access to all scans created in their organization.
- Standard Users: access to scans they created.
"""
scan = db.session.get(Scan, scan_id)
if not scan:
return None
if current_user.role in ('super_admin', 'admin', 'support_engineer'):
return scan
if current_user.org_id and scan.org_id == current_user.org_id:
return scan
if scan.user_id == current_user.id:
return scan
return None
reports_bp = Blueprint('reports', __name__)
@reports_bp.route('/<scan_id>/pdf', methods=['GET'])
@token_required
def generate_pdf_report(current_user, scan_id):
scan = get_scan_for_user(scan_id, current_user)
if not scan:
return jsonify({'message': 'Scan session not found!'}), 404
try:
vulns = Vulnerability.query.filter_by(scan_id=scan_id).order_by(Vulnerability.cvss_score.desc()).all()
# Generate PDF using reportlab enterprise utility
try:
pdf_bytes_data = generate_scan_pdf(scan, vulns)
except Exception as e:
import traceback
with open('pdf_error.log', 'w') as f:
traceback.print_exc(file=f)
return jsonify({'message': f'PDF Generation failed: {str(e)}'}), 500
pdf_bytes = io.BytesIO(pdf_bytes_data)
pdf_bytes.seek(0)
# Fetch organization name for scan
org_name = ""
if scan.org_id:
org = db.session.get(Organization, scan.org_id)
if org and org.name:
org_name = org.name
if not org_name and scan.user_id:
user = db.session.get(User, scan.user_id)
if user and user.org_id:
org = db.session.get(Organization, user.org_id)
if org and org.name:
org_name = org.name
if not org_name:
org_name = "Global"
import re
clean_org_name = re.sub(r'[^\w]', '', org_name)
if not clean_org_name:
clean_org_name = "Organization"
scan_date = scan.completed_at or scan.created_at or datetime.utcnow()
date_str = scan_date.strftime('%d%m%Y')
filename = f"LarShield_{clean_org_name}_Report_{date_str}.pdf"
# Store a copy in Firebase Cloud Storage for history (non-blocking)
try:
try:
from backend.utils.firebase_storage import is_available, upload_bytes
except ImportError:
from utils.firebase_storage import is_available, upload_bytes
if is_available():
blob_path = f"reports/{scan_id}/{filename}"
upload_bytes(pdf_bytes_data, 'application/pdf', blob_path)
except Exception as fb_err:
print(f"[Firebase] PDF backup skipped/failed for {scan_id}: {fb_err}")
pdf_bytes.seek(0)
resp = send_file(
pdf_bytes,
mimetype='application/pdf',
as_attachment=True,
download_name=filename
)
resp.headers['Access-Control-Expose-Headers'] = 'Content-Disposition'
return resp
except Exception as e:
import traceback
traceback.print_exc()
return jsonify({'message': f'Server error: {str(e)}'}), 500
@reports_bp.route('/<scan_id>/public-pdf', methods=['GET'])
def generate_public_pdf_report(scan_id):
"""Direct unauthenticated access to stream/render PDF report natively in browser."""
scan = db.session.get(Scan, scan_id)
if not scan:
return jsonify({'message': 'Scan session not found!'}), 404
try:
vulns = Vulnerability.query.filter_by(scan_id=scan_id).order_by(Vulnerability.cvss_score.desc()).all()
try:
pdf_bytes_data = generate_scan_pdf(scan, vulns)
except Exception as e:
import traceback
with open('pdf_error.log', 'w') as f:
traceback.print_exc(file=f)
return jsonify({'message': f'PDF Generation failed: {str(e)}'}), 500
pdf_bytes = io.BytesIO(pdf_bytes_data)
pdf_bytes.seek(0)
org_name = ""
if scan.org_id:
org = db.session.get(Organization, scan.org_id)
if org and org.name:
org_name = org.name
if not org_name and scan.user_id:
user = db.session.get(User, scan.user_id)
if user and user.org_id:
org = db.session.get(Organization, user.org_id)
if org and org.name:
org_name = org.name
if not org_name:
org_name = "Global"
import re
clean_org_name = re.sub(r'[^\w]', '', org_name)
if not clean_org_name:
clean_org_name = "Organization"
scan_date = scan.completed_at or scan.created_at or datetime.utcnow()
date_str = scan_date.strftime('%d%m%Y')
filename = f"LarShield_{clean_org_name}_Report_{date_str}.pdf"
return send_file(
pdf_bytes,
mimetype='application/pdf',
as_attachment=False,
download_name=filename
)
except Exception as e:
import traceback
traceback.print_exc()
return jsonify({'message': f'Server error: {str(e)}'}), 500
# --- From webhook.py ---
def send_webhook_alert(webhook_url, scan, vulnerabilities, crit_count, high_count):
"""
Sends a formatted Discord/Slack compatible webhook payload summarizing the scan.
"""
if not webhook_url:
return
score = scan.security_score
status_color = 0x00FF00 # Green
if crit_count > 0:
status_color = 0xFF0000 # Red
elif high_count > 0:
status_color = 0xFFA500 # Orange
embed = {
"title": f"🚨 Security Scan Completed: {scan.target_url}",
"description": f"Scan type **{scan.scan_type}** finished with a security score of **{score}/100**.",
"color": status_color,
"fields": [
{"name": "Target", "value": scan.target_url, "inline": True},
{"name": "Scan ID", "value": scan.id[:8], "inline": True},
{"name": "Score", "value": str(score), "inline": True},
{"name": "Critical", "value": str(crit_count), "inline": True},
{"name": "High", "value": str(high_count), "inline": True},
{"name": "Total Vulns", "value": str(len(vulnerabilities)), "inline": True},
],
"footer": {"text": f"LarShield Web Security \u2022 {datetime.now(timezone.utc).strftime('%Y-%m-%d %H:%M:%S')} UTC"}
}
# If criticals exist, add a snippet of the top finding
if crit_count > 0:
top_vuln = next((v for v in vulnerabilities if v.severity == "Critical"), None)
if top_vuln:
embed["fields"].append({
"name": f"Top Finding: {top_vuln.title}",
"value": top_vuln.description[:250] + "...",
"inline": False
})
payload = {
"username": "LarShield Alert System",
"avatar_url": "https://i.imgur.com/4M34hi2.png", # Placeholder shield icon
"embeds": [embed]
}
try:
requests.post(webhook_url, json=payload, timeout=5)
except Exception as e:
print(f"DEBUG: Webhook failed: {e}")
from flask_socketio import join_room, leave_room
@socketio.on('join_scan')
def handle_join_scan(data):
scan_id = data.get('scan_id')
if scan_id:
join_room(f'scan_{scan_id}')
@socketio.on('leave_scan')
def handle_leave_scan(data):
scan_id = data.get('scan_id')
if scan_id:
leave_room(f'scan_{scan_id}')
# --- Demo Booking API Endpoints ---
@api_bp.route('/api/demo/book', methods=['POST'])
def book_demo():
data = request.get_json() or {}
email = data.get('email', '').strip()
company_size = data.get('company_size', '').strip()
meeting_date = data.get('meeting_date', '').strip()
meeting_time = data.get('meeting_time', '').strip()
if not email:
return jsonify({'message': 'Work email is required.'}), 400
if '@' not in email or len(email) < 5:
return jsonify({'message': 'Invalid work email format.'}), 400
if not company_size:
return jsonify({'message': 'Company size is required.'}), 400
if not meeting_date or not meeting_time:
return jsonify({'message': 'Meeting date and time are required.'}), 400
try:
booking = DemoBooking(
email=email,
company_size=company_size,
meeting_date=meeting_date,
meeting_time=meeting_time,
status='pending'
)
db.session.add(booking)
db.session.commit()
return jsonify({
'message': 'Demo booked successfully!',
'booking': booking.to_dict()
}), 201
except Exception as e:
db.session.rollback()
return jsonify({'message': f'Server error booking demo: {str(e)}'}), 500
@api_bp.route('/api/demo/bookings', methods=['GET'])
def get_demo_bookings():
try:
bookings = DemoBooking.query.order_by(DemoBooking.created_at.desc()).all()
return jsonify({'bookings': [b.to_dict() for b in bookings]}), 200
except Exception as e:
return jsonify({'message': f'Error fetching demo bookings: {str(e)}', 'bookings': []}), 500
@api_bp.route('/api/demo/bookings/<booking_id>', methods=['PUT'])
def update_demo_booking_status(booking_id):
data = request.get_json() or {}
try:
booking = db.session.get(DemoBooking, booking_id)
if not booking:
return jsonify({'message': 'Booking not found.'}), 404
if 'status' in data:
booking.status = data['status']
if 'meeting_date' in data and data['meeting_date']:
booking.meeting_date = data['meeting_date']
if 'meeting_time' in data and data['meeting_time']:
booking.meeting_time = data['meeting_time']
db.session.commit()
return jsonify({'message': 'Booking status updated successfully!', 'booking': booking.to_dict()}), 200
except Exception as e:
db.session.rollback()
return jsonify({'message': f'Error updating booking status: {str(e)}'}), 500
@api_bp.route('/api/demo/bookings/<booking_id>', methods=['DELETE'])
def delete_demo_booking(booking_id):
try:
booking = db.session.get(DemoBooking, booking_id)
if not booking:
return jsonify({'message': 'Booking not found.'}), 404
db.session.delete(booking)
db.session.commit()
return jsonify({'message': 'Booking deleted successfully!'}), 200
except Exception as e:
db.session.rollback()
return jsonify({'message': f'Error deleting booking: {str(e)}'}), 500
|