Hi everybody,
This is a new entry on my personal blog that speak about OSINT footprinting recognition. I'm so happy to present a new web application using python with django framework (that i've never used before, but i recommend it).
This framework "Django" allow you create web applications with MVC model, from easy and faster way. The main idea of this project is provide a well UI for a good user experience, without knowledges of hacking /OSINT, that allow users search like experts.
On my personal github, you can find the source code of the beta application (but functional):
https://github.com/f0ns1/search_like_expert/blob/main/README.md
This application is created for learning purposes and should be launched on local environment:
fonsi@fonsi-GF63-Thin-10SCXR:~/MasterOSCP/Modulo3/advanceSearch$ python3 manage.py runserver
Watching for file changes with StatReloader
Performing system checks...
System check identified no issues (0 silenced).
August 22, 2021 - 09:08:25
Django version 3.2.4, using settings 'dorks_module.settings'
Starting development server at http://127.0.0.1:8000/
Quit the server with CONTROL-C.
Application Index:
This application is created using the following structure:
No comments:
Post a Comment