SCNR web vulnerability scanner (next software after Arachni)

Krematorij

Administrator
Staff member
ADMIN
BFD MEMBER
LEGEND
ULTIMATE
SUPREME
MEMBER
BFD Legacy
Joined
Oct 22, 2024
Messages
1,121
Reaction score
16,261
Website
bfdcrew.pro
Deposit
1,002$
Author of Arachni moved new codebase to SCNR project under a company called Ecsypno.
SCNR is a modular, distributed, high-performance DAST web application security scanner framework, capable of analyzing the behavior and security of modern web applications and web APIs. It is inspired and built by the more than a decade of experience gathered during the development of Arachni and is eventually going to replace it via means of natural obsolescence. An extended trial version for Mac OS X (Intel) and Linux 64bit, as well as its documentation, are available for your consideration.
Click to expand...

HOW TO INSTALL:
Code:
bash -c "$(curl -sSL https://raw.githubusercontent.com/scnr/installer/main/install.sh)"

1663242811616.png



** CRITICAL **
then after running installer change to that directory and run this database prep:
Code:
./bin/scnr_pro_task db:create db:migrate db:seed

1663243738180.png



then you can run the pro binary for a web gui if you want (or use scnr for command line)

1663243824960.png



1663243890382.png



1663244254899.png


(above screenshot is during scan, it finds a lot more bugs than that)

The github repo only has the online installer https://github.com/scnr/installer which just pulls a file as you can see here:

Code:
Code:
...
scnr_dir=~/scnr-1.0dev-1.0dev-1.0dev
scnr_url="https://downloads.ecsypno.com/scnr-1.0dev-1.0dev-1.0dev-$(operating_system)-$(architecture).tar.gz"
scnr_package="/tmp/scnr.tar.gz"
scnr_db_config="$scnr_dir/.system/scnr-ui-pro/config/database.yml"
log=~/scnr.install.log
...

warning: not cracked and there might be a date expiration or something - but right now it's all free and updates come out so there is no need..

useless download mirrors, just use the above command. but in case their site goes down....
https://share-online.is/vcGfif80y7/install_sh
https://share-online.is/60B7ib84ye/scnr-1.0dev-1.0dev-1.0dev-linux-x86_64_20220915_7z
https://share-online.is/M7B6i182y1/scnr-1.0dev-1.0dev-1.0dev-darwin-x86_64_20220915_7z
 
Top Bottom