Skip to content

Commit 50fe59b

Browse files
authored
Fix called function name
1 parent 18176bd commit 50fe59b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

2016-07-09-secuinside-ctf/SBBS/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ function hack(url, callback){
5252
xmlhttp.send();
5353
}
5454

55-
callAjax("/{{ FLAG }}")
55+
hack("/{{ FLAG }}")
5656

5757
</script>
5858
```

0 commit comments

Comments
 (0)