https://github.com/morpheuslord/brute-hacking-framework-update
first update
https://github.com/morpheuslord/brute-hacking-framework-update
Last synced: 3 months ago
JSON representation
first update
- Host: GitHub
- URL: https://github.com/morpheuslord/brute-hacking-framework-update
- Owner: morpheuslord
- Created: 2021-01-30T12:50:29.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2021-02-16T14:07:36.000Z (over 5 years ago)
- Last Synced: 2025-06-25T13:52:49.112Z (12 months ago)
- Size: 19.7 MB
- Stars: 2
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Brute-Hacking-Framework-update-1
----------------------------------
first update.
# choco
-----------------
u can install any needed packages using choco. add this in the user_alials.cmd file:-
(choco="%CMDER_ROOT%\bin\chocolatey\choco.exe" $*)
and extract the file in the bin folder and in the ProgramData foler in c:\ drive.
# duf
------------------
to add this tool add the duf.exe file to bin and add this command to the user_alials.cmd :-
(duf="%CMDER_ROOT%\bin\duf.exe" $*).
# about-virtualbox
----------------------
if the virtual box in the program does not work u can install it using "choco" by doing "choco install virtualbox".
# about-python3
-----------------
if in some case python does not work u can install it by the help of "choco" by doing "choco install python3" .
# cygwin
----------
if u have cygwin installed in ur tool it will be there in the place u have extracted and in the c drive in the tools folder copy that to the bin folder in cygwin folder
and config it with (cygwin="%CMDER_ROOT%\bin\Cygwin\Cygwin.bat" $*) just like how u have configured others.
# sqlmap
-----------
dowload sqlmap and move the sqlmap folder to the E:bin/ or C:bin/ folder and add this command to the alias.cmd file (sqlmap="%CMDER_ROOT%\bin\python\python.exe" "%CMDER_ROOT%\bin\sqlmap\sqlmap.py" $*) to the file and u are good to go.
#nano usage-
------------
type :
λ cd config
λ nano user_aliases.cmd
* U can use nano if cygwin is installed.
* enter the command mentioned and save it.
* close the tool and restart it and u are ready to go.