fw.dev.sircotech.ir Open in urlscan Pro
5.202.248.81  Public Scan

Submitted URL: http://fw.dev.sircotech.ir/
Effective URL: https://fw.dev.sircotech.ir/
Submission: On July 18 via api from US — Scanned from US

Form analysis 1 forms found in the DOM

<form id="buildForm">
  <label for="type">Project Type:</label>
  <select id="type" name="type" required="">
    <option value="git">Git Repository</option>
    <option value="zip">Zip File</option>
  </select>
  <div id="gitInput">
    <label for="gitUrl">Git Repository URL:</label>
    <input type="text" id="gitUrl" name="source" placeholder="https://github.com/username/repo.git">
  </div>
  <div id="zipInput" style="display:none;">
    <label for="zipFile">Zip File:</label>
    <input type="file" id="zipFile" name="source" accept=".zip">
  </div>
  <label for="compiler">Compiler:</label>
  <select id="compiler" name="compiler" required="">
    <option value="stm32cubeide">STM32CubeIDE</option>
  </select>
  <button type="submit">Build Firmware</button>
</form>

Text Content

FIRMWARE BUILD AUTOMATION

Project Type: Git Repository Zip File
Git Repository URL:
Zip File:
Compiler: STM32CubeIDE Build Firmware