Skip to content

Commit ff14039

Browse files
Clean the code and UPDATE
Updated author name and modified configuration class docstring. Removed command interface comments and reorganizely the code.
1 parent 46afc7f commit ff14039

File tree

1 file changed

+2
-7
lines changed

1 file changed

+2
-7
lines changed

osint-ng.py

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/usr/bin/env python3
22
"""
33
OSINT-NG - Framework profesional de Inteligencia de Fuentes Abiertas
4-
Autor: Rodrigo Lopez
4+
Autor: Nocturne
55
Versión: 3.0.0
66
Licencia: MIT
77
"""
@@ -62,7 +62,7 @@
6262
logger = logging.getLogger(__name__)
6363

6464
class Config:
65-
"""Clase de configuración del framework"""
65+
"""Configuración"""
6666

6767
def __init__(self):
6868
self.home_dir = os.path.expanduser("~")
@@ -1220,11 +1220,6 @@ def run_all(self, target: str, module_list: List[str] = None) -> Dict:
12201220

12211221
return results
12221222

1223-
1224-
# ============================================================================
1225-
# INTERFAZ DE COMANDOS
1226-
# ============================================================================
1227-
12281223
class CommandHandler:
12291224
"""Manejador de comandos de línea de comandos"""
12301225

0 commit comments

Comments
 (0)