File tree Expand file tree Collapse file tree 2 files changed +16
-5
lines changed Expand file tree Collapse file tree 2 files changed +16
-5
lines changed Original file line number Diff line number Diff line change @@ -37,13 +37,24 @@ VIRUSTOTAL_API_KEY=your_actual_key_here
3737
3838### πΉοΈ Quick Start
3939
40+ ### for scanning a URL
41+
4042``` typescript
4143import { scanUrl } from " ./virusTotal" ;
4244
43- // Be the cybersecurity hero your app needs π¦Έ
45+ // Example Usage for scanning a URL π¦Έ
4446scanUrl (" https://your-url-here.com" );
4547```
4648
49+ ### for scanning a file
50+
51+ ```` typescript
52+ import { scanFile } from " ./virusTotal" ;
53+
54+ // Example Usage for scanning a file π¦Έ
55+ scanFile (" path/to/your/file.exe" );
56+ ` ` ` π¦Έ
57+
4758## π What You'll See
4859
4960
@@ -67,10 +78,10 @@ _Watch the scan unfold with live ETA updates_
6778### π Deep Analysis
6879
6980` ` ` markdown
70- π Google Safebrowsing β π Malicious (blacklist)
71- π CRDF β β οΈ Suspicious (heuristic)
81+ π Google Safebrowsing β π Malicious (blacklist )
82+ π CRDF β β οΈ Suspicious (heuristic )
7283π Quttera β β
Harmless (signature )
73- ```
84+ ````
7485
7586### π Safety at a Glance
7687
Original file line number Diff line number Diff line change 88 "start" : " node dist/index.js" ,
99 "autobuild" : " npx tsc -w" ,
1010 "autostart" : " cls && npx tsc && node dist/index.js" ,
11- "push" : " git add . && git commit -m \" V1.1.8\" && git push" ,
11+ "push" : " git add . && git commit -m \" V1.1.8 - Updated ReadMe \" && git push" ,
1212 "changelog" : " git log --pretty=format:\" 1. [**%s - `%h`**](https://github.com/0xGrayy/malwareSniffer/commit/%H)\" > CHANGELOG.md"
1313 },
1414 "keywords" : [],
You canβt perform that action at this time.
0 commit comments