mirror of
https://github.com/edoardottt/cariddi.git
synced 2026-09-26 11:34:54 +02:00
v1.1.2
This commit is contained in:
@@ -205,7 +205,6 @@ func Crawler(target string, txt string, html string, delayTime int, concurrency
|
||||
// Create a callback on the XPath query searching for the URLs
|
||||
c.OnXML("//urlset/url/loc", func(e *colly.XMLElement) {
|
||||
link := e.Text
|
||||
output.EncapsulateCustomRed("XML URL", link)
|
||||
if len(link) != 0 {
|
||||
absoluteUrl := utils.AbsoluteURL(protocolTemp, targetTemp, e.Request.AbsoluteURL(link))
|
||||
// Visit link found on page
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
/*
|
||||
==========
|
||||
Cariddi v1.1.1
|
||||
Cariddi v1.1.2
|
||||
==========
|
||||
|
||||
This program is free software: you can redistribute it and/or modify
|
||||
|
||||
+1
-1
@@ -35,7 +35,7 @@ func Beautify() {
|
||||
banner2 := " ___ __ _ _ __(_) __| | __| (_)\n"
|
||||
banner3 := " / __/ _` | '__| |/ _` |/ _` | |\n"
|
||||
banner4 := " | (_| (_| | | | | (_| | (_| | |\n"
|
||||
banner5 := " \\___\\__,_|_| |_|\\__,_|\\__,_|_| v1.1.1\n"
|
||||
banner5 := " \\___\\__,_|_| |_|\\__,_|\\__,_|_| v1.1.2\n"
|
||||
banner6 := ""
|
||||
banner7 := " > github.com/edoardottt/cariddi\n"
|
||||
banner8 := " > edoardoottavianelli.it\n"
|
||||
|
||||
Reference in New Issue
Block a user