Skip to content

Commit

Permalink
UPDATE
Browse files Browse the repository at this point in the history
  • Loading branch information
4ra1n committed Sep 10, 2024
1 parent d87627d commit c11ee22
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion rawhttp/impl.go
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ func (c *HTTPClient) DoReq(req *Request) (*Response, error) {
log.YellowPrintln(formatMessage(buildReq))
log.BluePrintln("-----------------------------------------------------")
} else if c.Debug && !req.IsFromPoC {
log.BluePrintln(fmt.Sprintf("[*] %s://%s:%s%s", req.Protocol, req.IP, req.Port, req.Path))
log.BluePrintln(fmt.Sprintf("[DEBUG] %s://%s:%s%s", req.Protocol, req.IP, req.Port, req.Path))
}

n, err := conn.Write(buildReq)
Expand Down
1 change: 1 addition & 0 deletions reverse/dnslog.go
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,7 @@ func (d *DnsLogCn) Wait(i int) bool {
}

func (d *DnsLogCn) Close() {
log.Info("close dnslog.cn reverse success")
}

func (d *DnsLogCn) waitInternal() bool {
Expand Down

0 comments on commit c11ee22

Please sign in to comment.