Skip to content

Commit

Permalink
Revert "GAU unlock attempt (#1336)"
Browse files Browse the repository at this point in the history
This reverts commit 9c50c7f.
  • Loading branch information
kazet committed Oct 23, 2024
1 parent d6d3d25 commit 13e0cd0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions test/modules/test_subdomain_enumeration.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
import unittest
from test.base import ArtemisModuleTestCase
from typing import NamedTuple

Expand Down Expand Up @@ -36,6 +37,7 @@ def test_get_subdomains_from_subfinder(self) -> None:
result = self.karton.get_subdomains_from_subfinder("cert.pl")
self.assertTrue("ci.drakvuf.cert.pl" in result)

@unittest.skip("skipping gau as it doesn't work on CI (IP ban?)")
def test_get_subdomains_from_gau(self) -> None:
result = self.karton.get_subdomains_from_gau("cert.pl")
self.assertTrue("vortex.cert.pl" in result)

0 comments on commit 13e0cd0

Please sign in to comment.