Il tuo SITO WEB è protetto da attacchi HACKER!?

Circa 30% dei siti internet non sono protetti da attacchi XSS (cross site scripting). Vuoi sapere come fare a vedere se il tuo sito è protetto? E' molto SEMPLICE...


 In pratica devi controllare che nei form di contatti o altri campi non ci sia la possibilità di inserire HTML o javascript....

Fai una prova! 


Inserisci in un campo del tuo modulo contatto questo codice: <i>test</i> e completa il form.
Se risulta in italico una volta inserito del tuo gestionale o database, significa che è ha rischio il tuo sito!

Questo perché, al posto del HTML, un hacker potrebbe inserire <script>***codice javascript***</script> e cancellare o modificare parte del tuo sito direttamente dal server....

Come proteggerti?


In pratica dovrai inserire nel PHP la funzione strip_tags() intorno al metodo POST del form

Chiedi ad un informatico, è meglio. ;-)

Questo video ti spiega anche come fare...


TagUI Editor for Browser Automation (chrome-firefox)


adegard/tagui_scripts: TagUI Editor - TagUI Writer for Browser Automation (chrome-firefox):

TagUI Editor - TagUI Writer for Browser Automation (chrome-firefox) - adegard/tagui_scripts

Easily run your TagUI scripts on Windows. Get TagUI here: https://github.com/kelaberetiv/TagUI

Compiled (exe file):
TagUI Example code, to scrap Temperature for tomorow:


http://www.meteolive.it/previsione-meteo/italia/Lombardia/Milano/1/
read //*[@id="box-previsioni-content"]/table/tbody/tr[4]/td[3] to prev

//send email with result
msg='previzioni per domani: ' + prev
echo msg

🎥Macro Recorder TagIE : RPA internet Automation💻 in AutoHotKey




🚩🚩🚩
TagIE :
https://github.com/adegard/TagIE.ahk




Convert iMacros to AutoHotKey [TagIE]





🎦TagIE new feature, Record fast📼, convert🔃, Modify and Replay in TagiE😉
Record iMacros and convert it to AutoHotKey [TagIE] https://github.com/adegard/TagIE.ahk
#imacros #zmacro #autoposting #instagram #followersaktif #postinganhits #automaticwatch #shopee #lazada #unfollowers #autofollowers

Re-publish old Blog Posts Randomly on FacebookGroups and Linkedin





Social Media Sharer functions for TagIE Browser Automation
Works withTagIE Editor and Functions, version 1.1.04 (and above)
https://github.com/adegard/TagIE.ahk/

Code source of this example:


#include TagIE.ahk  
#include TagIE_Social_sharing.ahk

;Social Media Sharer functions for TagIE Browser Automation
;Works withTagIE Editor and Functions, version 1.1.04 (and above)
;https://github.com/adegard/TagIE.ahk/
 

String := "growth hacking,autohotkey,automation,Robotic Process Automation"

Cate := []      ; creates initialy empty OBJECT (simple array)
Loop, parse, String, `,
Cate.Insert(A_LoopField)      ; inserts elements in object

;Randomize category to republish*******************
Random, numcat, 1, 4

caturl :="https://simplestipsandtricks.blogspot.com/search/label/"Cate[numcat]

tnav(caturl,"")

Sleep, 3000

; Shows posts number
Max:=pwb.document.getElementsByClassName("post-title entry-title").length

;Randomize post to republish*********************
Random, num, 3, Max

selector =#Blog1 > div.blog-posts.hfeed > div:nth-child(%num%) > div > div > div > h3 > a

tclick(selector, 0)

Sleep, 3000

    WinActivate ahk_class IEFrame
    ControlFocus, Internet Explorer_Server1, ahk_class IEFrame
    pwb := PWB_Init(WinTitle) ; replaces WinGetTitle and PWB_Get()

Link:=pwb.LocationURL  ;grab current url

techo(Link)
 
;*************Post on LINKEDIN**************
linkedinprof(Link)

Sleep, 1000

;*************Post on various FACEBOOK groups**************
fbgroup(Link, "seo")
Sleep, 1000

;**************Post on various FACEBOOK page*************************
fbpage(Link, "Pc-Dream") 

Sleep,1000


ExitApp
Esc::ExitApp 

📱Instagram Liker and Follower🤖 for Hashtag list [TagIE]





Instagram Liker and Follower for Hashtag list [TagIE] -
Code Source: 




#include TagIE.ahk 

;Like and Follow for posts on Hashtags:
;launch it daily on 2-5 posts and for 5 to 10 hashtag
;(you must save password before)
;put hashtag list (one by row) in a file: \hashtags.txt
;(search correlate hashtag from https://www.all-hashtag.com)
;original idea from @talymo https://github.com/talymo/instaAutomate
;@adegard - Works with TagIE version 1.1.04 (please check yours)

    ; Get list of hashtags from hashtags text file 
    hashtags := Object()
    Loop, read, % A_ScriptDir "\hashtags.txt"
        hashtags[A_Index] := A_LoopReadLine

    ; How many posts we want to like
    Posts = 3 

    ; How many posts we have liked
    LikedPosts = 0;

            ; Set Variables for Like action Interval (x100 millisec)
            low = 2
            high = 40

    For i in hashtags {

        ; The hashtag we want to like
        hash := hashtags[i]

        StringReplace , hash, hash, %A_Space%,,All

        HashTag := hash

        ; Stuff we need for the script to work
        myUrl = https://www.instagram.com/explore/tags/%HashTag%/
      
        tnav(myUrl,"")
        Sleep 3000

        ; Loop through n  posts
        Loop, %Posts% {

 selector =#react-root > section > main > article > div.EZdmt > div > div > div:nth-child(2) > div:nth-child(%A_Index%) > a > div > div._9AhH0

 tclick(selector, 0)

            Random, Time_To_Wait, low, high
 Time := Time_To_Wait * 500
 techo(Time " millisec")
               Sleep, Time


 ;heart clicking
 tclick("glyphsSpriteHeart__outline__24__grey_9 u-__7", 0)

            Random, Time_To_Wait, low, high
 Time := Time_To_Wait * 500
 techo(Time " millisec")
               Sleep, Time
 
 ;click on Follow
 tclick("oW_lN _0mzm- sqdOP yWX7d       ", 0)
 
 ;cancel action to avoid unfollow
 tclick("aOOlW   HoLwm ", 0)

            Random, Time_To_Wait, low, high
 Time := Time_To_Wait * 500
 techo(Time " millisec")
               Sleep, Time

 ;close post
 tclick("ckWGn", 0)

        }

}

;send yourself telegram msg when finish


Sleep, 5000
pwb.Quit()
ExitApp

Esc::ExitApp

Exporting Table to CSV with TagIE





how to extract (Scrap) entire table in TagIE (AutoHotKey RPA)
Source:



#include TagIE.ahk  
url := "https://finance.yahoo.com/quote/%5EDJI/history?p=%5EDJI"
tnav(url,"")
tscroll("table", 0)
table2csv("DOW.csv")


Sleep, 5000
pwb.Quit()
ExitApp

;see demo, here: https://youtu.be/3At6jI1Ip1E
 

TagIE download:
https://github.com/adegard/TagIE.ahk

Amazon com Holy Stone GPS FPV RC Drone H

Buy it now: https://amzn.to/2OawNkO