Skip to content

Commit

Permalink
With great power comes great responsibility
Browse files Browse the repository at this point in the history
The africana-framework is a software designed for network & web hacking by automating as much stuff as possible to detect vulnerabilities on most common services and web technologies. It also has some wide range of penetration testing from internal network, WiFi, system anonymity to web bug hunting. It's purely written for Good and not Evil
  • Loading branch information
r0jahsm0ntar1 committed Jun 26, 2024
1 parent e4aab8e commit abf12c1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/core/banners/banners.go
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import (
"math/rand"
)
var (
version = "v2.0.3"
version = "v2.0.5"
)

type Banners struct{}
Expand Down
2 changes: 1 addition & 1 deletion src/credits/credits.go
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ func Contributors() {
` + bcolors.ENDC
for _, c := range credits {
fmt.Print(string(c))
time.Sleep(28 * time.Millisecond)
time.Sleep(90 * time.Millisecond)
}
fmt.Printf(bcolors.ENDC + bcolors.ITALIC + `
Africana name Developer's name Original_name` + bcolors.ENDC)
Expand Down

0 comments on commit abf12c1

Please sign in to comment.