We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4d1ac17 commit e5b2f7eCopy full SHA for e5b2f7e
1 file changed
lazyaddons/estorides.yaml
@@ -0,0 +1,21 @@
1
+name: estorides
2
+description: 'estorides is a next-generation osint palantir tool like.
3
+
4
+ '
5
+author: LazyOwn RedTeam
6
+version: '1.0'
7
+enabled: true
8
+params:
9
+- name: lhost
10
+ type: string
11
+ required: true
12
+ description: lhost target.
13
+os: any
14
+trigger: []
15
+tool:
16
+ name: estorides
17
+ repo_url: https://github.com/grisuno/estorides.git
18
+ install_path: external/.exploit/estorides
19
+ install_command: git pull && python3 -m pip install flask networkx requests pyyaml
20
+ execute_command: python3 estorides_cli.py serve --port 5050
21
+category: 01. Reconnaissance
0 commit comments