Skip to content

Commit a1f6cc3

Browse files
authored
Merge pull request #64 from codingo/codingo-module-organisation
Restructure modules (Refactor first steps)
2 parents 828f44b + 0307147 commit a1f6cc3

10 files changed

+6
-6
lines changed
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

reconnoitre.py

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,12 @@
33

44
import sys
55
from argparse import ArgumentParser
6-
from ping_sweeper import ping_sweeper
7-
from find_dns import find_dns
8-
from service_scan import service_scan
9-
from hostname_scan import hostname_scan
10-
from snmp_walk import snmp_walk
11-
from virtual_host_scanner import virtual_host_scanner
6+
from lib.ping_sweeper import ping_sweeper
7+
from lib.find_dns import find_dns
8+
from lib.service_scan import service_scan
9+
from lib.hostname_scan import hostname_scan
10+
from lib.snmp_walk import snmp_walk
11+
from lib.virtual_host_scanner import virtual_host_scanner
1212
from lib.core.input import cli_argument_parser, cli_helper
1313

1414

0 commit comments

Comments
 (0)